skills/tushare-data-1.0.5/references/数据接口/股票数据/两融及转融通/转融资交易汇总.md
wangyitong a65adcc2e5 Initial commit: merged, deduplicated, and vetted skill collection
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>
2026-07-13 14:47:12 +08:00

66 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 转融资交易汇总
----
接口slb_len
描述:转融通融资汇总
限量单次最大可以提取5000行数据可循环获取所有历史
积分2000积分每分钟请求200次5000积分500次请求
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
trade_date | str | N | 交易日期YYYYMMDD格式下同
start_date | str | N | 开始日期
end_date | str | N | 结束日期
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
trade_date | str | Y | 交易日期
ob | float | Y | 期初余额(亿元)
auc_amount | float | Y | 竞价成交金额(亿元)
repo_amount | float | Y | 再借成交金额(亿元)
repay_amount | float | Y | 偿还金额(亿元)
cb | float | Y | 期末余额(亿元)
<br>
<br>
**接口示例**
```python
pro = ts.pro_api()
df = pro.slb_len(start_date='20240601', end_date='20240620')
```
<br>
<br>
**数据示例**
trade_date ob auc_amount repo_amount repay_amount cb
0 20240620 1435.50 None 3.10 3.10 1435.50
1 20240619 1435.50 None 2.70 2.70 1435.50
2 20240618 1440.20 None 29.50 34.20 1435.50
3 20240617 1442.20 None 3.00 5.00 1440.20
4 20240614 1442.20 None None None 1442.20
5 20240613 1445.20 None 2.90 5.90 1442.20
6 20240612 1445.20 None 3.30 3.30 1445.20
7 20240611 1454.20 None 2.70 11.70 1445.20
8 20240607 1454.20 None None None 1454.20
9 20240606 1454.20 None 26.00 26.00 1454.20
10 20240605 1455.60 None 6.00 7.40 1454.20
11 20240604 1406.00 50.00 6.40 6.80 1455.60
12 20240603 1406.00 None 1.00 1.00 1406.00