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
@@ -6,6 +6,8 @@
返回指定证券主营构成(按行业)数据
<!-- tags: 金融报表分析 01. 个股 1.11 经营情况 返回 获取 金融 报表 报告期 -->
| 参数 | 类型 | 说明 |
| ------------- | ------- | -------------------- |
| `r_date_type` | integer | 整型,报告期类型 |
@@ -32,6 +34,8 @@ return Stock_RevenuesByIndustry(0, 2, 2, 1);
返回指定证券主营构成(按产品)数据
<!-- tags: 金融报表分析 01. 个股 1.11 经营情况 返回 获取 金融 报表 报告期 -->
| 参数 | 类型 | 说明 |
| ------------- | ------- | -------------------- |
| `r_date_type` | integer | 整型,报告期类型 |
@@ -58,6 +62,8 @@ return Stock_RevenuesByProduct(0, 2, 2, 1);
返回指定证券主营构成(按区域)数据
<!-- tags: 金融报表分析 01. 个股 1.11 经营情况 返回 获取 金融 报表 报告期 -->
| 参数 | 类型 | 说明 |
| ------------- | ------- | -------------------- |
| `r_date_type` | integer | 整型,报告期类型 |