📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,33 @@
# 金融函数 - 行情 / 指定日
## 函数
### `stockZdf4(end_t)`
振幅(%)(已复权)
| 参数 | 类型 | 说明 |
| ------- | -------- | ------------------ |
| `end_t` | datetime | 日期类型,截止日期 |
返回:float
### `stockIspg(end_t)`
用于某些场景判断指定日是否配股
| 参数 | 类型 | 说明 |
| ------- | -------- | ------------- |
| `end_t` | datetime | 日期,截止日期 |
返回:array
### `stockYoYZf(end_t)`
指定日年度同比涨幅(%):过去1年的区间涨幅,与系统证券相关 年度同比涨幅(%)=(截止日收盘价-1年前收盘价)/1年前收盘\*100
| 参数 | 类型 | 说明 |
| ------- | -------- | ----------- |
| `end_t` | datetime | 日期,截止日 |
返回:float