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

76 lines
3.3 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.

## 龙虎榜机构明细
----
接口top_inst
描述:龙虎榜机构成交明细
限量单次请求最大返回10000行数据可根据参数循环获取全部历史
积分用户需要至少5000积分才可以调取具体请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
trade_date | str | Y | 交易日期
ts_code | str | N | TS代码
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
trade_date | str | Y | 交易日期
ts_code | str | Y | TS代码
exalter | str | Y | 营业部名称
side | str | Y | 买卖类型0买入金额最大的前5名 1卖出金额最大的前5名
buy | float | Y | 买入额(元)
buy_rate | float | Y | 买入占总成交比例
sell | float | Y | 卖出额(元)
sell_rate | float | Y | 卖出占总成交比例
net_buy | float | Y | 净成交额(元)
reason | str | Y | 上榜理由
<br>
<br>
**接口用法**
pro = ts.pro_api()
df = pro.top_inst(trade_date='20210525')
或者
df = pro.query('top_inst', trade_date='20210524', ts_code='000592.SZ', fileds='trade_date,buy,sell,side,reason')
<br>
<br>
**数据样例**
trade_date buy sell side reason
0 20210524 19627524.05 25593683.67 0 涨幅偏离值达7%的证券
1 20210524 9091252.00 18009704.00 0 涨幅偏离值达7%的证券
2 20210524 35168640.99 13344062.12 0 涨幅偏离值达7%的证券
3 20210524 18812912.60 12121352.00 0 涨幅偏离值达7%的证券
4 20210524 1684986.00 12076417.00 0 涨幅偏离值达7%的证券
5 20210524 37071259.81 3956982.00 1 涨幅偏离值达7%的证券
6 20210524 35168640.99 13344062.12 1 涨幅偏离值达7%的证券
7 20210524 21487772.44 84795.00 1 涨幅偏离值达7%的证券
8 20210524 19627524.05 25593683.67 1 涨幅偏离值达7%的证券
9 20210524 18812912.60 12121352.00 1 涨幅偏离值达7%的证券
10 20210524 28720777.05 53009929.06 0 连续三个交易日内涨幅偏离值累计达20%的证券
11 20210524 35504648.99 46382533.92 0 连续三个交易日内涨幅偏离值累计达20%的证券
12 20210524 35344119.44 46305551.88 0 连续三个交易日内涨幅偏离值累计达20%的证券
13 20210524 9091252.00 26481086.00 0 连续三个交易日内涨幅偏离值累计达20%的证券
14 20210524 23609443.87 23791701.41 0 连续三个交易日内涨幅偏离值累计达20%的证券
15 20210524 49699663.21 3956982.00 1 连续三个交易日内涨幅偏离值累计达20%的证券
16 20210524 35504648.99 46382533.92 1 连续三个交易日内涨幅偏离值累计达20%的证券
17 20210524 35344119.44 46305551.88 1 连续三个交易日内涨幅偏离值累计达20%的证券
18 20210524 29607924.52 19374138.00 1 连续三个交易日内涨幅偏离值累计达20%的证券
19 20210524 28720777.05 53009929.06 1 连续三个交易日内涨幅偏离值累计达20%的证券