📝 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:
+5
-5
@@ -1,6 +1,6 @@
|
||||
# 财务基本面 / 股东分析
|
||||
|
||||
### `getShareholdersDataSummary(stock_arr, rdate, dtype, top_n, stype)`
|
||||
## `getShareholdersDataSummary(stock_arr, rdate, dtype, top_n, stype)`
|
||||
|
||||
获取指定证券列表的汇总的股东数据
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `queryMshByOrganName(stock_arr, end_t, qs_name, by_negotiable_share, include_non_negotiable_share)`
|
||||
## `queryMshByOrganName(stock_arr, end_t, qs_name, by_negotiable_share, include_non_negotiable_share)`
|
||||
|
||||
券商持股一览表。
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `stockCompanyLeaderShareholders(r_date)`
|
||||
## `stockCompanyLeaderShareholders(r_date)`
|
||||
|
||||
高管持股数据,与系统参数(股票代码)相关。
|
||||
|
||||
@@ -38,14 +38,14 @@
|
||||
|
||||
返回:array
|
||||
|
||||
#### 示例
|
||||
### 示例
|
||||
|
||||
```tsl
|
||||
SetSysParam(PN_Stock(),"SZ000002");
|
||||
return StockCompanyLeaderShareholders(20101231);
|
||||
```
|
||||
|
||||
### `stocksSharesByOrganCall(bk_name, r_date, organ_type, top_n)`
|
||||
## `Stocks_SharesByOrgan_Call(bk_name, r_date, organ_type, top_n)`
|
||||
|
||||
指定报告期所有机构持股情况及其变化。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user