skills/tushare-data-1.0.5/references/数据接口/股票数据/资金流向数据/板块资金流向(DC).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

81 lines
3.0 KiB
Markdown
Raw 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.

## 东财概念及行业板块资金流向DC
----
接口moneyflow_ind_dc
描述:获取东方财富板块资金流向,每天盘后更新
限量单次最大可调取5000条数据可以根据日期和代码循环提取全部数据
积分5000积分可以调取具体请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
ts_code | str | N | 代码
trade_date | str | N | 交易日期YYYYMMDD格式下同
start_date | str | N | 开始日期
end_date | str | N | 结束日期
content_type | str | N | 资金类型(行业、概念、地域)
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
trade_date | str | Y | 交易日期
content_type | str | Y | 数据类型
ts_code | str | Y | DC板块代码行业、概念、地域
name | str | Y | 板块名称
pct_change | float | Y | 板块涨跌幅(%
close | float | Y | 板块最新指数
net_amount | float | Y | 今日主力净流入 净额(元)
net_amount_rate | float | Y | 今日主力净流入净占比%
buy_elg_amount | float | Y | 今日超大单净流入 净额(元)
buy_elg_amount_rate | float | Y | 今日超大单净流入 净占比%
buy_lg_amount | float | Y | 今日大单净流入 净额(元)
buy_lg_amount_rate | float | Y | 今日大单净流入 净占比%
buy_md_amount | float | Y | 今日中单净流入 净额(元)
buy_md_amount_rate | float | Y | 今日中单净流入 净占比%
buy_sm_amount | float | Y | 今日小单净流入 净额(元)
buy_sm_amount_rate | float | Y | 今日小单净流入 净占比%
buy_sm_amount_stock | str | Y | 今日主力净流入最大股
rank | int | Y | 序号
<br>
<br>
**接口示例**
```python
#获取当日所有板块资金流向
df = pro.moneyflow_ind_dc(trade_date='20240927', fields='trade_date,name,pct_change, close, net_amount,net_amount_rate,rank')
```
<br>
<br>
**数据示例**
trade_date name pct_change close net_amount net_amount_rate rank
0 20240927 互联网服务 6.28 16883.55 3056382208.00 3.93 1
1 20240927 证券 8.23 135249.80 2875528704.00 4.64 2
2 20240927 软件开发 8.28 721.35 2733378816.00 3.18 3
3 20240927 酿酒行业 6.47 49330.63 2568183040.00 5.24 4
4 20240927 电池 8.37 731.85 1328346624.00 3.05 5
.. ... ... ... ... ... ... ...
81 20240927 石油行业 2.31 4654.40 -611530368.00 -9.39 82
82 20240927 汽车整车 4.05 1386.22 -629528064.00 -2.42 83
83 20240927 综合行业 3.06 7437.08 -667341600.00 -7.28 84
84 20240927 家电行业 3.95 15815.68 -670035968.00 -2.37 85
85 20240927 银行 -0.33 3401.83 -2340180224.00 -6.41 86