RadarTopicsBuildersWeeklyReads
Open Source Radar
simonlin1212/

a-stock-data

GitHub

A-stock-data provides a ten-layer data toolkit for China A-shares with 47 endpoints across 15 data sources, zero auth, and multiple fallback sources. It emphasizes data integrity fixes and degrades gracefully when primary sources fail.

8.3kstars
1.5kforks
0issues
Apache-2.0license
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 5, 2026

What it is

A stock-market data toolkit for China A-shares with a ten-layer architecture, 47 endpoints, and 15 data sources. It bundles data from mootdx, Tencent, Eastmoney, and other sources, offering a zero-auth workflow and embedded Python in a Skill file to drive AI assistants.

How it works

The project aggregates data from multiple sources across layers: -行情层: mootdx, Tencent, Baidu K-line -研报层: Eastmoney reportapi, Eastmoney industry reports, PDF downloads, iWencai NL searches -信号层: Eastmoney/Thomson-style signals, board flow, stock liquidity,龙虎榜, overhangs, etc. -资金、新闻、基础数据、公告、打板、ETF期权、舆情互动等层均覆盖相应端点

  • 在数据源被封时提供备用源速查与降级策略,端点/数据源/层数在变动时保持稳定

Getting started

"mkdir -p ~/.claude/skills/a-stock-data"
"curl -o ~/.claude/skills/a-stock-data/SKILL.md https://raw.githubusercontent.com/simonlin1212/a-stock-data/main/SKILL.md"
pip install mootdx requests pandas stockstats

Recent releases

  • v3.6.0 (2026-07-30): 静默失败修复 + 重点监控池 / 日内异动
  • v3.5.1 (2026-07-26): 市值字段标反修复 / 920 号段路由 / 板块分页等数据正确性修复
  • v3.5.0 (2026-07-23): 新增板块资金流向功能
  • v3.4.1 (2026-07-23): 前缀路由 + mootdx 验活修复
  • 其他条目也包含多次修复与降级策略相关更新

Traction

8347 Stars (as provided). 0 Open issues. 1530 Forks.

Behind the repo

The project is designed to be used as a skill for Claude Code/OpenClaw/ Codex integrations, with a single self-contained SKILL.md file that embeds Python and can be loaded into AI assistants. It also supports offline usage by embedding the structure and routing tables in the Skill file.

Caveats

  • License: Apache-2.0
  • Created: 2026-05-11
  • Last push: 2026-07-30
  • Data sources include Eastmoney/东财, MootDx, Tencent, 新浪, 巨潮, 同花顺, IWencai, HKEX, etc. Some Eastmoney interfaces have IP rate limits; in such cases the project provides backup sources and降级策略 in SKILL.md.
  • Eastmoney endpoints and data quality depend on source reliability and rate-limiting; it suggests using em_get() serial throttling for batch tasks.
  • The FAQ notes several corner cases (ticker formats, 403/401 errors, and market data alignment) and recommended workarounds.
SharePost on XLinkedIn
All trending reposRevenue-verified startups →