Sources: extracted from two upstream archives (skill-repo, skills-main),
merged with the following policy:
- 15 broken symlinks (pointing to /Users/jameslee/.cc-switch/skills or
../../.agents/skills on a foreign machine) discarded
- 3 real name collisions with identical content (ai-pair, ifind-http-api,
zhipu-websearch) kept as one copy
- Functional overlaps deduped keeping the strongest variant:
- docx family: kept docx (official, full toolchain) + docx-cn
(GB/T 9704 Chinese official-document constants),
dropped docx_writer (no scripts, name collided with docx)
- humanizer family: kept humanizer-zh (6 zh reference docs),
dropped humanizer (en, redundant for CN workflow)
- Skills that only ran in a foreign environment removed:
ablemind-ops, app-publish, hlb-design-system, openclaw-adj-skill,
claude-driver
- alphapai excluded from this public repo because its SKILL.md hard-coded
live credentials
Result: 25 skills, 572 files, ~7.5 MB.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
67 lines
1.7 KiB
Markdown
67 lines
1.7 KiB
Markdown
## 转融券交易明细
|
||
----
|
||
|
||
接口:slb_sec_detail
|
||
描述:转融券交易明细
|
||
限量:单次最大可以提取5000行数据,可循环获取所有历史
|
||
积分:2000积分每分钟请求200次,5000积分500次请求
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**输入参数**
|
||
|
||
名称 | 类型 | 必选 | 描述
|
||
---- | ----- | ---- | ----
|
||
trade_date | str | N | 交易日期(YYYYMMDD格式,下同)
|
||
ts_code | str | N | 股票代码
|
||
start_date | str | N | 开始日期
|
||
end_date | str | N | 结束日期
|
||
|
||
<br>
|
||
<br>
|
||
|
||
|
||
**输出参数**
|
||
|
||
名称 | 类型 | 默认显示 | 描述
|
||
--- | ---- | ---- | ----
|
||
trade_date | str | Y | 交易日期(YYYYMMDD)
|
||
ts_code | str | Y | 股票代码
|
||
name | str | Y | 股票名称
|
||
tenor | str | Y | 期 限(天)
|
||
fee_rate | float | Y | 融出费率(%)
|
||
lent_qnt | float | Y | 转融券融出数量(万股)
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**接口示例**
|
||
|
||
```python
|
||
|
||
pro = ts.pro_api()
|
||
|
||
df = pro.slb_sec_detail(trade_date='20240620')
|
||
|
||
|
||
```
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**数据示例**
|
||
|
||
trade_date ts_code name tenor fee_rate lent_qnt
|
||
0 20240620 000001.SZ 平安银行 14 2.20 1.43
|
||
1 20240620 000002.SZ 万科A 14 4.60 2.27
|
||
2 20240620 000009.SZ 中国宝安 14 7.10 0.66
|
||
3 20240620 000016.SZ 深康佳A 14 1.40 9.68
|
||
4 20240620 000031.SZ 大悦城 14 3.80 0.22
|
||
.. ... ... ... ... ... ...
|
||
932 20240620 688789.SH 宏华数科 14 1.40 0.84
|
||
933 20240620 688798.SH XD艾为电 14 1.40 1.32
|
||
934 20240620 688819.SH 天能股份 14 2.10 0.74
|
||
935 20240620 688981.SH 中芯国际 14 3.10 0.10
|
||
936 20240620 689009.SH 九号公司 14 1.40 5.72
|