Tushare Finance
This skill provides real-time financial data from Tushare, enabling automated analysis and insights for trading or investment decisions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tushare-finance npx -- -y @trustedskills/tushare-finance
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tushare-finance": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tushare-finance"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The tushare-finance skill provides access to financial data from the Tushare API, enabling users to retrieve stock market information such as stock prices, company fundamentals, and market indices. It is particularly useful for financial analysis, investment research, and algorithmic trading strategies.
When to use it
- To fetch real-time or historical stock price data for a specific ticker symbol.
- For conducting fundamental analysis of companies listed on Chinese stock exchanges.
- When building predictive models that require access to market indices and economic indicators.
- To generate reports or dashboards with up-to-date financial information.
Key capabilities
- Access to Tushare API endpoints for stock data
- Retrieval of company financial statements (e.g., balance sheets, income statements)
- Support for querying historical stock prices and trading volumes
- Ability to fetch market indices like the Shanghai Composite or CSI 300
Example prompts
- "Get the latest stock price for Alibaba (BABA)."
- "Retrieve the quarterly earnings report for Tencent."
- "Fetch historical data for the Shanghai Composite index from January 2023 to December 2023."
Tips & gotchas
- Ensure you have a valid Tushare token configured before using this skill.
- Be mindful of API rate limits and usage quotas provided by Tushare.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.