Skip to main content
Back to registry

tushare-finance

stanleychanh/tushare-finance-skill-for-claude-code

本 skill 通过 Tushare Pro API 获取中国金融市场数据,支持 220+ 个数据接口。

Installs1
Install command
npx skills add https://github.com/stanleychanh/tushare-finance-skill-for-claude-code --skill tushare-finance
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
本 skill 通过 Tushare Pro API 获取中国金融市场数据,支持 220+ 个数据接口。 询问用户 :是否已配置 Tushare Token? 如未配置,引导用户: 检查 Python 环境: 如报错,安装依赖: 完整接口列表 :查看 接口文档索引 接口索引 : reference/README.md 接口文档按类别组织: - 访问 注册 - 获取 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 skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

本 skill 通过 Tushare Pro API 获取中国金融市场数据,支持 220+ 个数据接口。

Is tushare-finance good?

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

What agent does tushare-finance work with?

tushare-finance currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, openclaw.

What are alternatives to tushare-finance?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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