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
返回默认报告期ID。 函数首先获得系统参数getsysparam('DefaultRepID'),如果能获取值,则返回该数据;否则,获取今天的日期,返回最近的中报或年报。判断如下: 1)1-3月:返回去年中报; 2)4-9月:返回去年年报: 3)10-12月:返回今年中报
返回默认报告期ID。 函数首先获得系统参数getsysparam('DefaultRepID'),如果能获取值,则返回该数据;否则,获取今天的日期,返回最近的中报或年报。判断如下: 1)1-3月:返回去年中报; 2)4-9月:返回去年年报: 3)10-12月:返回今年中报
<!-- tags: 数据仓库 选股与取数 返回 获取 ID -->
返回:int
@@ -26,6 +28,8 @@ return v;
内核使用,返回表达式s的值
<!-- tags: 数据仓库 选股与取数 -->
| 参数 | 类型 | 说明 |
| ---- | ------ | -------------- |
| `s` | string | 字符串,表达式 |
@@ -47,6 +51,8 @@ return evalstring('1+3');
定义最大数据个数。对于账号'sri-sjtu','yyw','debugaccount',返回1000000,即最大数据个数是1000000,其余账号返回50000
<!-- tags: 数据仓库 选股与取数 -->
返回:int
### 示例