tushare
Installation
Summary
Standardized financial data API with 400+ endpoints covering stocks, funds, futures, bonds, and macroeconomic indicators.
- Provides market data across multiple asset classes: stocks, ETFs, funds, futures, options, bonds, forex, and commodities with real-time and historical coverage
- Supports multiple timeframes from 1-minute bars to monthly data, with real-time streaming via WebSocket and REST API access
- Includes fundamental data such as financial statements, company management, shareholder holdings, and analyst forecasts alongside technical indicators and factor data
- Requires Python 3.7+ and token authentication; returns data as pandas DataFrames with standardized date (YYYYMMDD) and ticker (ts_code) formats
SKILL.md
tushare
把自然语言财经数据请求,转成可执行的 Tushare 数据工作流。
这是一个面向自然语言的金融数据研究 skill。
What this skill is for
使用这个 skill 的典型场景:
- 看某只股票、指数、ETF 最近走势
- 查公司基本资料、估值、财务趋势
- 做多标的横向对比
- 看资金流、北向资金、龙虎榜、板块强弱
- 梳理公告、新闻、研报、政策线索
- 查看 CPI / PPI / PMI / 社融 / 利率等宏观数据
- 导出 CSV / parquet 供后续分析或回测使用
- 生成简洁研究摘要,而不是只吐原始字段表
Related skills