Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
geeksfino avatar

Findata Toolkit Cn

  • 308 installs
  • 267 repo stars
  • Updated March 5, 2026
  • geeksfino/finskills

findata-toolkit-cn is a Python agent skill that fetches free China A-share quotes, financials, northbound flows, and macro indicators via AKShare for developers building quant analysis without paid market-data APIs.

About

findata-toolkit-cn is a self-contained A-share financial data toolkit from geeksfino/finskills with two Python entry scripts: stock_data.py for equities and macro_data.py for economic indicators. All outputs are JSON to stdout using AKShare sources—no API keys required. stock_data.py covers fundamentals, OHLCV history, three financial statements, insider trading, northbound capital flows, and multi-ticker screening. macro_data.py exposes LPR, Shibor, CPI/PPI, PMI, social financing, M2, and cycle-stage dashboards. Install once with pip install -r requirements.txt, then invoke from the skill root. Use findata-toolkit-cn when an agent workflow needs live China market data to support screening, factor research, or macro context.

  • findata-toolkit-cn
  • Development

Findata Toolkit Cn by the numbers

  • 308 all-time installs (skills.sh)
  • Ranked #1,327 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/geeksfino/finskills --skill findata-toolkit-cn

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs308
repo stars267
Last updatedMarch 5, 2026
Repositorygeeksfino/finskills

How do you fetch free China A-share market data?

For development and infrastructure management.

Who is it for?

Quant developers and fintech engineers building China A-share analysis agents who need free, scriptable market and macro data without commercial API subscriptions.

Skip if: US-equity-only workflows, real-time tick-level HFT feeds, or teams requiring vendor SLA-backed institutional market data.

When should I use this skill?

User needs China A-share quotes, financials, northbound capital flows, or macro data (LPR, CPI, PMI, M2) for investment analysis

What you get

JSON stock profiles, financial statements, insider trades, northbound flows, and macro indicator dashboards

  • JSON market data exports
  • macro dashboards
  • multi-ticker screen results

By the numbers

  • Bundles 2 Python scripts: stock_data.py and macro_data.py
  • Covers 7 stock_data.py command modes plus 6 macro_data.py dashboards
  • Uses AKShare with no API key required

Files

SKILL.mdMarkdownGitHub ↗

金融数据工具包 — A股市场

自包含的数据工具包,提供A股市场实时金融数据和定量计算。所有数据源免费无需API密钥

安装

安装依赖(一次性):

pip install -r requirements.txt

可用工具

所有脚本位于 scripts/ 目录。从技能根目录运行。

1. A股数据 (scripts/stock_data.py)

通过 AKShare 获取A股基本面、行情、财务指标。

命令用途
python scripts/stock_data.py 600519基本信息(贵州茅台)
python scripts/stock_data.py 600519 --metrics完整财务指标(估值、盈利、杠杆、增长)
python scripts/stock_data.py 600519 --history历史OHLCV行情
python scripts/stock_data.py 600519 --financials利润表、资产负债表、现金流量表
python scripts/stock_data.py 600519 --insider董监高增减持数据
python scripts/stock_data.py --northbound北向资金流向(沪股通/深股通)
python scripts/stock_data.py 600519 000858 --screen批量筛选

2. 宏观数据 (scripts/macro_data.py)

通过 AKShare 获取中国宏观经济指标。

命令用途
python scripts/macro_data.py --dashboard完整宏观仪表盘
python scripts/macro_data.py --rates利率数据(LPR、Shibor)
python scripts/macro_data.py --inflationCPI/PPI数据
python scripts/macro_data.py --pmiPMI数据(制造业/非制造业)
python scripts/macro_data.py --social-financing社会融资规模 + M2
python scripts/macro_data.py --cycle经济周期阶段判断

数据来源

来源数据内容API密钥
AKShareA股行情、财务数据、董监高交易、北向资金、宏观指标无需

输出格式

所有脚本以 JSON 输出到标准输出,便于解析。错误信息输出到标准错误。

配置

可选:编辑 config/data_sources.yaml 自定义速率限制或添加付费数据源API密钥。

Related skills

How it compares

Pick findata-toolkit-cn over US-market findata-toolkit skills when the workflow targets China A-shares, northbound flows, or domestic macro indicators rather than yfinance US tickers.

FAQ

Does findata-toolkit-cn require API keys?

findata-toolkit-cn uses AKShare as its sole data source and requires no API keys. Install Python dependencies once with pip install -r requirements.txt, then run scripts from the skill root directory.

What market data can findata-toolkit-cn fetch?

findata-toolkit-cn provides A-share fundamentals, OHLCV history, three financial statements, insider trading, northbound flows, and China macro series including LPR, CPI/PPI, PMI, social financing, and M2 via stock_data.py and macro_data.py.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.