feat(tsl-api-reference): update API catalog and data dictionary

This commit is contained in:
csh
2026-08-11 18:10:24 +08:00
parent 34a3a5dec1
commit 7bd965de89
1231 changed files with 64187 additions and 18822 deletions
@@ -4,7 +4,9 @@
声明:function
指数指定日成份权重
返回指数指定日成份权重
<!-- tags: 金融 指数 指数成分 报表 返回 获取 报告期 -->
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------- |
@@ -27,7 +29,9 @@ return IndexBkWeightbyDate1("SH000300", 20200924T);
声明:function
指定日指数的行业权重
返回指定日指数的行业权重
<!-- tags: 金融 指数 指数成分 报表 返回 获取 报告期 -->
| 参数 | 类型 | 说明 |
| ----------- | -------- | -------------- |
@@ -53,6 +57,8 @@ return IndexIndusWeightEndT("SH000300", 20200924T, 5);
获取区间指定行业在指定指数中的权重(%)
<!-- tags: 金融 指数 指数成分 报表 获取 查询 报告期 -->
| 参数 | 类型 | 说明 |
| -------------- | -------- | --------------- |
| `industryname` | string | 字符串,行业名称 |
@@ -79,6 +85,8 @@ return IndexIndusWeightQJ("采矿业", "SH000300", 20200924T, 20201024T, 1);
获取区间指定股票在指定指数中的权重(%)
<!-- tags: 金融 指数 指数成分 报表 获取 查询 报告期 -->
| 参数 | 类型 | 说明 |
| --------- | -------- | --------------- |
| `stockid` | string | 字符串,证券代码 |