Access 220+ Chinese financial market data APIs covering stocks, indices, funds, futures, and macroeconomic indicators.
Works with
Supports A-shares, Hong Kong stocks, US stocks, funds, futures, bonds, and macro data (GDP, CPI) through Tushare Pro
Requires Tushare Token configuration via environment variable; Python dependencies include tushare and pandas
Data returned as pandas DataFrames with standardized date format (YYYYMMDD) and stock code format (ts_code)
Organized interface documentati
Jul 2, 2026
本 skill 通过 Tushare Pro API 获取中国金融市场数据,支持 220+ 个数据接口。
询问用户:是否已配置 Tushare Token?
如未配置,引导用户:
export TUSHARE_TOKEN="your_token"检查 Python 环境:
python -c "import tushare, pandas; print('OK')"
如报错,安装依赖:
pip install tushare pandas
| 数据类型 | 接口方法 | 说明 |
|---|---|---|
| 股票列表 | pro.stock_basic() |
获取所有股票列表 |
| 日线行情 | pro.daily() |
获取日线行情数据 |
| 财务指标 | pro.fina_indicator() |
财务指标(ROE等) |
| 利润表 | pro.income() |
利润表数据 |
| 指数行情 | pro.index_daily() |
指数日线数据 |
| 基金净值 | pro.fund_nav() |
基金净值数据 |
| GDP数据 | pro.gdp() |
国内生产总值 |
| CPI数据 | pro.cpi() |
居民消费价格指数 |
完整接口列表:查看 接口文档索引
reference/接口文档/[接口名].md 了解参数import tushare as ts
# 初始化(使用环境变量中的 Token)
pro = ts.pro_api()
# 调用接口
df = pro.daily(ts_code='000001.SZ', start_date='20241201', end_date='20241231')
接口索引:reference/README.md
接口文档按类别组织:
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versiontushare-financeExecute the skills CLI command in your project's root directory to begin installation:
Fetches tushare-finance from stanleychanh/tushare-finance-skill-for-claude-code and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate tushare-finance. Access via /tushare-finance in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
2
total installs
2
this week
40
GitHub stars
0
upvotes
Run in your terminal
2
installs
2
this week
40
stars
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
Solid pick for teams standardizing on skills: tushare-finance is focused, and the summary matches what you get after install.
Solid pick for teams standardizing on skills: tushare-finance is focused, and the summary matches what you get after install.
Useful defaults in tushare-finance — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
tushare-finance has been reliable in day-to-day use. Documentation quality is above average for community skills.
We added tushare-finance from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
We added tushare-finance from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
tushare-finance fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in tushare-finance — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
tushare-finance is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
tushare-finance has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 75