Skip to main content
Back to the directory
stanleychanh/tushare-finance-skill-for-claude-codeSoftware EngineeringFrontend and Design

tushare-finance

Access 220+ Chinese financial market data APIs covering stocks, indices, funds, futures, and macroeconomic indicators.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/stanleychanh/tushare-finance-skill-for-claude-code --skill tushare-finance
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, tushare-finance has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: stanleychanh/tushare-finance-skill-for-claude-code. Canonical URL: https://skills.sh/stanleychanh/tushare-finance-skill-for-claude-code/tushare-finance.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Access 220+ Chinese financial market data APIs covering stocks, indices, funds, futures, and macroeconomic indicators. 本 skill 通过 Tushare Pro API 获取中国金融市场数据,支持 220+ 个数据接口。 询问用户 :是否已配置 Tushare Token? 如未配置,引导用户: 检查 Python 环境: 如报错,安装依赖: 完整接口列表 :查看 接口文档索引 接口索引 : reference/README.md 接口文档按类别组织: - 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 documentation across seven categories: stocks (39 APIs), indices (18), funds (11), futures/options (16), macro (10), Hong Kong/US stocks (23), and bonds (16) - 访问 注册 - 获取 Token - 配置环境变量: export TUSHARE_TOKEN="your_token" - 查找接口 :根据需求在 接口索引 找到对应接口 - 阅读文档 :查看 reference/接口文档/[接口名].md 了解参数 - 编写代码 : import tushare as ts # 初始化(使用环境变量中的 Token) pro = ts . pro_api ( ) # 调用接口 df = pro . daily ( ts_code = '000001.SZ' , start_date = '20241201' , end_date = '20241231' ) - 返回结果 :DataFrame 格式 - 日期 :YYYYMMDD(如 20241231) - 股票代码 :ts_code 格式(如 000001.SZ, 600000.SH) - 返回格式 :pandas DataFrame - 股票数据(39 个接口) - 指数数据(18 个接口) - 基金数据(11 个接口) - 期货期权(16 个接口) - 宏观经济(10 个接口) - 港股美股(23 个接口) - 债券数据(16 个接口) - Tushare 官方文档 : - API 测试工具 :

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tushare-finance do?

Access 220+ Chinese financial market data APIs covering stocks, indices, funds, futures, and macroeconomic indicators.

Is tushare-finance good?

tushare-finance does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support tushare-finance?

tushare-finance currently lists compatibility with Claude Code, Skills CLI.

Is tushare-finance safe to install?

tushare-finance has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to tushare-finance?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install tushare-finance?

Run the following command to install tushare-finance: npx skills add https://github.com/stanleychanh/tushare-finance-skill-for-claude-code --skill tushare-finance

Related skills

Alternatives in Software Engineering