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

1.8 KiB
Raw Blame History

开盘啦题材库


接口kpl_concept 描述:获取开盘啦概念题材列表,每天盘后更新 限量单次最大5000条可根据日期循环获取历史数据 积分5000积分可提取数据具体请参阅积分获取办法

开盘啦是一个优秀的专业打板app有兴趣的用户可以自行下载安装。本接口仅限用于量化研究如需商业用途请自行联系开盘APP官方。此接口因源站改版暂无新增数据



输入参数

名称 类型 必选 描述
trade_date str N 交易日期YYYYMMDD格式
ts_code str N 题材代码xxxxxx.KP格式
name str N 题材名称


输出参数

名称 类型 默认显示 描述
trade_date str Y 交易日期
ts_code str Y 题材代码
name str Y 题材名称
z_t_num None Y 涨停数量
up_num str Y 排名上升位数


接口用法


pro = ts.pro_api()

df = pro.kpl_concept(trade_date='20241014')



数据样例

	trade_date    ts_code     name      z_t_num up_num
0     20241014  000111.KP     化债概念       15      0
1     20241014  000262.KP     跨境支付        2      0
2     20241014  000039.KP     华为鸿蒙        8      0
3     20241014  000259.KP   墨脱水电概念        3     68
4     20241014  000276.KP   神经网络概念        1      0
..         ...        ...      ...      ...    ...
160   20241014  000267.KP     乙游概念        0      0
161   20241014  000203.KP      碳纤维        0      0
162   20241014  000167.KP   冷锻工艺概念        0      0
163   20241014  000059.KP    一体化压铸        0      0
164   20241014  000266.KP  集换式卡牌概念        0      0