✨ feat(skills): add tsl api reference skill
Bundle the TSL API index and markdown references under the skill, route TSL docs to use it, and update the codegen index generator to maintain the bundled data.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# 股票 / 股票质押回购平均质押率
|
||||
|
||||
### `marketPrLimitePledgeRateEndT(mtype, endt)`
|
||||
|
||||
指定日指定市场有限售条件股份质押率(%) 其中:沪市+深市=(沪市+深市)/2
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | ---- | ------------- |
|
||||
| `mtype` | int | 整型,市场类型 |
|
||||
| `endt` | 0 | 日期,截止日 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `marketPrUnLimitePledgeRateEndT(mtype, endt)`
|
||||
|
||||
指定日指定市场无限售条件股份质押率(%) 其中:沪市+深市=(沪市+深市)/2
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | ---- | ------------- |
|
||||
| `mtype` | int | 整型,市场类型 |
|
||||
| `endt` | 0 | 日期,截止日 |
|
||||
|
||||
返回:float|void
|
||||
|
||||
### `stockGetAvgPleggeRateData(mtype, end_t)`
|
||||
|
||||
指定日股票质押回购平均质押率数据。注意:交易所每周最后一个交易日(T日)公布当日(T日)数据。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | -------- | ------------------------------- |
|
||||
| `mtype` | int | 用户自定义。市场分类,取值如下: |
|
||||
| `end_t` | datetime | 日期。截止日期 |
|
||||
|
||||
返回:array
|
||||
Reference in New Issue
Block a user