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

74 lines
2.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.

## 东方财富概念板块
----
接口dc_index
描述:获取东方财富每个交易日的概念板块数据,支持按日期查询
限量单次最大可获取5000条数据历史数据可根据日期循环获取
权限用户积累6000积分可调取具体请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
注意:本接口只限个人学习和研究使用,如需商业用途,请自行联系东方财富解决数据采购问题。
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
ts_code | str | N | 指数代码(支持多个代码同时输入,用逗号分隔)
name | str | N | 板块名称(例如:人形机器人)
trade_date | str | N | 交易日期YYYYMMDD格式下同
start_date | str | N | 开始日期
end_date | str | N | 结束日期
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
ts_code | str | Y | 概念代码
trade_date | str | Y | 交易日期
name | str | Y | 概念名称
leading | str | Y | 领涨股票名称
leading_code | str | Y | 领涨股票代码
pct_change | float | Y | 涨跌幅
leading_pct | float | Y | 领涨股票涨跌幅
total_mv | float | Y | 总市值(万元)
turnover_rate | float | Y | 换手率
up_num | int | Y | 上涨家数
down_num | int | Y | 下降家数
<br>
<br>
**接口示例**
```python
#获取东方财富2025年1月3日的概念板块列表
df = pro.dc_index(trade_date='20250103', fields='ts_code,name,turnover_rate,up_num,down_num')
```
<br>
<br>
**数据示例**
ts_code name turnover_rate up_num down_num
0 BK1186.DC 首发经济 8.3700 4 31
1 BK1185.DC 冰雪经济 4.0800 2 32
2 BK1184.DC 人形机器人 4.0800 2 62
3 BK1183.DC 谷子经济 4.6300 2 55
4 BK1182.DC 智谱AI 5.4000 0 33
.. ... ... ... ... ...
453 BK0498.DC AB股 1.7300 4 67
454 BK0494.DC 节能环保 2.1600 32 378
455 BK0493.DC 新能源 1.4800 19 184
456 BK0492.DC 煤化工 1.7000 16 56
457 BK0490.DC 军工 2.5200 32 465