📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 金融函数 - 基本面 / 基本
|
||||
|
||||
## 函数
|
||||
|
||||
### `getReportFinanceByTime(id, timeable, next, day)`
|
||||
|
||||
查找比当前日期大的报告期数据;与当前股票相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ---------- | -------- | ---------------------------- |
|
||||
| `id` | any | 整数,基本面ID; |
|
||||
| `timeable` | bool | 布尔值,表示是否和时间相关; |
|
||||
| `next` | bool | 布尔值,表示是否向后查找; |
|
||||
| `day` | datetime | 日期; |
|
||||
|
||||
返回:float
|
||||
Reference in New Issue
Block a user