skills/tushare-data-1.0.5/references/数据接口/股票数据/打板专题数据/东方财富App热榜.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

77 lines
2.2 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_hot
描述获取东方财富App热榜数据包括A股市场、ETF基金、港股市场、美股市场等等每日盘中提取4次收盘后4次最晚22点提取一次。
限量单次最大2000条可根据日期等参数循环获取全部数据
积分用户积8000积分可调取使用积分获取办法请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
<br><br>
注意:本接口只限个人学习和研究使用,如需商业用途,请自行联系东方财富解决数据采购问题。
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
trade_date | str | N | 交易日期
ts_code | str | N | TS代码
market | str | N | 类型(A股市场、ETF基金、港股市场、美股市场)
hot_type | str | N | 热点类型(人气榜、飙升榜)
is_new | str | N | 是否最新默认Y如果为N则为盘中和盘后阶段采集具体时间可参考rank_time字段状态N每小时更新一次状态Y更新时间为2230
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
trade_date | str | Y | 交易日期
data_type | str | Y | 数据类型
ts_code | str | Y | 股票代码
ts_name | str | Y | 股票名称
rank | int | Y | 排行或者热度
pct_change | float | Y | 涨跌幅%
current_price | float | Y | 当前价
rank_time | str | Y | 排行榜获取时间
<br>
<br>
**接口示例**
```python
#获取查询月份券商金股
df = pro.dc_hot(trade_date='20240415', market='A股市场',hot_type='人气榜', fields='ts_code,ts_name,rank')
```
<br>
<br>
**数据示例**
ts_code ts_name rank
0 601099.SH 太平洋 1
1 601995.SH 中金公司 2
2 002235.SZ 安妮股份 3
3 601136.SH 首创证券 4
4 600127.SH 金健米业 5
.. ... ... ...
95 300675.SZ 建科院 96
96 601900.SH 南方传媒 97
97 600280.SH 中央商场 98
98 300898.SZ 熊猫乳品 99
99 600519.SH 贵州茅台 100
<br>
<br>
**数据来源**
<img src='https://tushare.pro/files/web/dc1.jpg' width="300" height="600">
<img src='https://tushare.pro/files/web/dc2.png' width="300" height="600">