Tushare
Tushare transforms conversational requests about Chinese stocks, indices, and funds into executable data retrieval and analysis. It handles market trends, financial statements, valuation metrics, capital flows, sector rotation, news, and macro data—outputting clean tables or export-ready files rather than raw results.
Tushare converts natural language finance questions into actionable data workflows for A-stock research.
AI-generated summary based on this skill's SKILL.md
Install
waditu-tushare/skills/tushare · repository language: Python
git clone https://github.com/waditu-tushare/skills
cp -r skills ~/.claude/skills/tusharegenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install waditu-tushare/skills/tushareFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is Tushare and how do I use it?
Tushare is a Python library that provides programmatic access to Chinese stock market data, financial information, and securities indicators. It transforms conversational requests about Chinese stocks, indices, and funds into executable data retrieval, handling market trends, financial statements, valuation metrics, and macro data—outputting clean tables or export-ready files for analysis and trading systems.
How can I get stock prices using Tushare?
Tushare retrieves real-time and historical stock prices programmatically through its API. You can query A-shares data, real-time quotes, and historical stock data for Chinese securities. The library outputs results in clean, structured formats suitable for integration into analysis or trading systems.
Does Tushare provide fund and index data?
Yes, Tushare queries fund, index, and securities market indicators alongside stock data. It supports retrieval of index data, fund information, and other market indicators, allowing you to access comprehensive financial data feeds for Chinese markets beyond individual stocks.
What types of financial data can Tushare download?
Tushare accesses Chinese stock market data including real-time quotes, historical prices, trading data, financial statements, valuation metrics, capital flows, sector rotation data, dividend information, and macro indicators. Data can be downloaded and exported in ready-to-use formats for further analysis.
Can I integrate Tushare into my trading or analysis system?
Yes, Tushare is designed for integration into analysis or trading systems. Its programmatic API allows you to fetch financial data feeds directly into your applications, with output formatted as clean tables or export-ready files rather than raw results, streamlining workflow automation.