✨ feat(tsl-api-reference): expand API and module coverage
This commit is contained in:
+5
-5
@@ -343,11 +343,11 @@ return IndexRestrictedBanMVPercent(IndexID, Endt, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250910到20250916的解禁市值占总市值比例(%)
|
||||
indexid := 'SH000300';
|
||||
begt := 20250910T;
|
||||
endt := 20250916T;
|
||||
return indexRestrictedBanMvPercentQj(index_id, begt, endt, 0);
|
||||
// 输出:0.18
|
||||
index_id := 'SH000300';
|
||||
beg_t := 20250910T;
|
||||
end_t := 20250916T;
|
||||
return indexRestrictedBanMVPercentQJ(index_id, beg_t, end_t, 0);
|
||||
// 输出:0.183552
|
||||
```
|
||||
|
||||
## `indexRestrictedBanMVQJ(index_id, begt, endt, vtype)`
|
||||
|
||||
Reference in New Issue
Block a user