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.5 KiB
Raw Blame History

每日筹码分布


接口cyq_chips 描述获取A股每日的筹码分布情况提供各价位占比数据从2018年开始每天18~19点之间更新当日数据 来源Tushare社区 限量单次最大2000条可以按股票代码和日期循环提取 积分5000积分每天20000次10000积分每天200000次15000积分每天不限总量



输入参数

名称 类型 必选 描述
ts_code str Y 股票代码
trade_date str N 交易日期YYYYMMDD
start_date str N 开始日期
end_date str N 结束日期


输出参数

名称 类型 默认显示 描述
ts_code str Y 股票代码
trade_date str Y 交易日期
price float Y 成本价格
percent float Y 价格占比(%


接口用法


pro = ts.pro_api()

df = pro.cyq_chips(ts_code='600000.SH', start_date='20220101', end_date='20220429')



数据样例

         ts_code trade_date price percent
0    600000.SH   20220429  8.96    0.56
1    600000.SH   20220429  8.94    0.40
2    600000.SH   20220429  8.92    0.34
3    600000.SH   20220429  8.90    0.32
4    600000.SH   20220429  8.88    0.27
..         ...        ...   ...     ...
995  600000.SH   20220418  7.26    0.01
996  600000.SH   20220418  7.24    0.01
997  600000.SH   20220418  7.22    0.01
998  600000.SH   20220418  7.20    0.01
999  600000.SH   20220418  7.18    0.01