feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -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)`