📈
DataPython

A-Share Data

by shouldnotappearcalm

A-Share Data is a Data skill for Claude Code, published by shouldnotappearcalm in a-share-skill.

232 stars42 forkson shouldnotappearcalm/a-share-skillAdded 2026/09/03Repository updated 2026/06/24
a-shareagent-skillsakshareclaude-codeclaude-skillsmcppaper-tradingquantstock
Install in seconds
Install A-Share Data
Copy A-Share Data into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/shouldnotappearcalm/a-share-skill/tree/main/a-share-data ~/.claude/skills/a-share-data

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/shouldnotappearcalm/a-share-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
a-share-data/SKILL.md in shouldnotappearcalm/a-share-skill
Installs to
~/.claude/skills/a-share-data
Collection
One of 5 skills cataloged from this repository
Category
Data710 skills

What A-Share Data does

A-Share Data queries A股实时行情、历史数据、技术指标、事件、板块热力图和行业信息. Use it when you need stock quotes, market movers, or analysis for a listed Chinese stock or sector.

A-Share Data is cataloged under Data on DirSkills. A-Share Data comes from a repository tagged a-share, agent-skills, akshare, claude-code and claude-skills.

Documentation

README

A股数据综合分析

目标

使用本技能时,优先调用本目录下脚本获取结构化数据,不依赖网页抓取。

支持能力:

  • 实时行情与市场维度
  • 历史数据与财务维度
  • 技术指标
  • 个股事件
  • A+H 双重上市公司列表(支持按 H 股上市日期筛选)
  • A股赴港上市关键事件时间节点(递表/聆讯/备案/招股/定价/配售/上市)
  • 热门行业、热门概念、行业/概念涨跌幅、板块热力图、板块成分股、7×24 市场快讯(fetch_danginvest.py先读 references/danginvest-api-reference.md
  • 个股行业信息(fetch_sector_info.py,数据源东方财富;个股概念不稳定,见下)

环境与路径

pip install akshare MyTT pandas numpy requests

This is the opening of the README. Read the full README on GitHub.

Frequently asked about A-Share Data

  • What else does shouldnotappearcalm publish alongside A-Share Data?

    A-Share Data is one of 5 skills that DirSkills catalogs from shouldnotappearcalm/a-share-skill, the repository it ships in. Its siblings there include A Share Paper Trading, MACD Trend Resonance Stock Picker and Second Golden Cross. Each one is a separate skill with its own page in this directory, installs the same way A-Share Data does, and is maintained by shouldnotappearcalm in that same repository. The rest of the collection is listed on the shouldnotappearcalm/a-share-skill page.

  • How does A-Share Data compare to other Data skills?

    A-Share Data ranks #637 by stars among the 710 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of A-Share Data against them. Open each page to compare what they document and how they install.