📝 docs(tsl): sync api skill with corrected codegen
Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index. Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 指数 / 估值走势和百分位
|
||||
|
||||
### `getIndexValuePct(index_id, begt, endt, cycle, right_type, sample_select, types, r_date_type, grid_no)`
|
||||
## `getIndexValuePct(index_id, begt, endt, cycle, right_type, sample_select, types, r_date_type, grid_no)`
|
||||
|
||||
指定日指数PE/PB/PCF/PMI(最近12个月)估值百分位。
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `indexPepbpmipna12CallDbFirst(end_t, right_type, s_type, sample_select, criterion, _type, r_date_type)`
|
||||
## `Index_PEPBPMIPNA12_Call_DBFirst(end_t, right_type, s_type, sample_select, criterion, _type, r_date_type)`
|
||||
|
||||
指数PE/PB/PCF/PMI(最近12个月)。
|
||||
|
||||
@@ -29,12 +29,12 @@
|
||||
| `s_type` | any | 用户自定义。股票类型,取值如下: |
|
||||
| `sample_select` | any | 用户自定义。样本股选择,取值如下: |
|
||||
| `criterion` | float | 实数。绩差股标准 |
|
||||
| `_type` | any | 用户自定义。类型,取值如下: |
|
||||
| `_type` | any | 用户自定义。类型,取值如下: |
|
||||
| `r_date_type` | any | 用户自定义。报告期类型,取值如下: |
|
||||
|
||||
返回:float
|
||||
|
||||
### `tsflIndexValuePctSeries(index_id, begt, endt, cycle, n, right_type, sample_select, types, r_date_type, grid_no)`
|
||||
## `TSFL_IndexValuePCTSeries(index_id, begt, endt, cycle, n, right_type, sample_select, types, r_date_type, grid_no)`
|
||||
|
||||
研究指数PE/PB/PCF/PMI(最近12个月)序列、估值百分位与指数走势之间的关系。
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `valuePctSeriesFrame(index_id, begt, endt, cycle, n, val_fun, field, grid_no, if_close)`
|
||||
## `valuePctSeriesFrame(index_id, begt, endt, cycle, n, val_fun, field, grid_no, if_close)`
|
||||
|
||||
计算区间估值百分位序列。
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `valueSeriesFrame(index_id, begt, endt, cycle, val_fun, field, grid_no)`
|
||||
## `valueSeriesFrame(index_id, begt, endt, cycle, val_fun, field, grid_no)`
|
||||
|
||||
计算区间估值序列。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user