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: 金融 行情 区间 中间函数 -->
| 参数 | 类型 | 说明 |
| ------- | -------- | ---------------- |
| `stock` | string | 字符串。股票代码 |
@@ -26,7 +28,9 @@ return StockDataCheck('SZ000002', 19990101T);
声明:function
区间最大回撤/上涨数据,与系统参数(证券代码、时间)相关
返回区间最大回撤/上涨数据,与系统参数(证券代码、时间)相关
<!-- tags: 金融 行情 区间 中间函数 返回 获取 -->
| 参数 | 类型 | 说明 |
| ----------- | ------- | ------------------------------- |
@@ -50,7 +54,9 @@ return stockMaxDrawDownOrUpDatas(20210501T, 20210915T);
声明:function
区间成交量(手),与系统参数(股票)相关
返回区间成交量(手),与系统参数(股票)相关
<!-- tags: 金融 行情 区间 中间函数 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------- | -------- | ---------------------- |