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

75 lines
2.5 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_daily
描述获取东财概念板块、行业指数板块、地域板块行情数据历史数据开始于2020年
限量单次最大2000条数据可根据日期参数循环获取
权限用户积累6000积分可调取具体请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
<br><br>
注意:本接口只限个人学习和研究使用,如需商业用途,请自行联系东方财富解决数据采购问题。
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
ts_code | str | N | 板块代码格式xxxxx.DC)
trade_date | str | N | 交易日期(格式YYYYMMDD下同
start_date | str | N | 开始日期
end_date | str | N | 结束日期
idx_type | str | N | 板块类型: 概念板块、行业板块、地域板块
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
ts_code | str | Y | 板块代码
trade_date | str | Y | 交易日
close | float | Y | 收盘点位
open | float | Y | 开盘点位
high | float | Y | 最高点位
low | float | Y | 最低点位
change | float | Y | 涨跌点位
pct_change | float | Y | 涨跌幅
vol | float | Y | 成交量
amount | float | Y | 成交额
swing | float | Y | 振幅
turnover_rate | float | Y | 换手率
<br>
<br>
**接口示例**
```python
#获取东方财富2025年5月13日概念板块行情
df = pro.dc_daily(trade_date='20250513')
```
<br>
<br>
**数据示例**
ts_code trade_date close open high low pct_change
0 BK1063.DC 20250513 792.5200 793.5200 795.0400 786.9000 0.8700
1 BK1051.DC 20250513 12408.8600 12510.2500 12573.2800 12350.8900 4.3700
2 BK0816.DC 20250513 65.8600 66.6700 67.0200 65.4500 3.7700
3 BK0547.DC 20250513 12810.7600 12745.7200 12823.3500 12691.3900 0.6000
4 BK1082.DC 20250513 1306.9800 1337.2300 1342.8900 1302.9700 -1.3900
.. ... ... ... ... ... ... ...
430 BK0915.DC 20250513 1136.7400 1159.1800 1162.3600 1133.9400 -1.0200
431 BK1084.DC 20250513 1481.1500 1514.2300 1517.7200 1476.3200 -0.6100
432 BK0957.DC 20250513 1277.3800 1295.2900 1303.0000 1275.1900 -0.3500
433 BK1156.DC 20250513 1350.4700 1356.8500 1372.2800 1344.9400 0.0100
434 BK0881.DC 20250513 1156.1600 1181.2600 1184.1800 1154.0800 -0.5700