What problem does it solve?
This Skill resolves the inconsistency in data sources, terminology translations, and code implementation for Chinese market (A-shares, Hong Kong stocks, Chinese ADRs) financial data across different analysis tools, eliminating redundant development work and data errors caused by non-standardized practices.
Core Features & Use Cases
- Prioritized Data Source Directory: Provides a clear hierarchy of free, token-based, and paid data sources (AKShare, Tushare, Wind, etc.) for different data acquisition scenarios, reducing the cost of selecting appropriate data providers.
- Domestic-Overseas Terminology Mapping: Offers a comprehensive translation table between common overseas financial terms and their Chinese market equivalents, avoiding misunderstandings caused by terminology differences in cross-market research.
- Ready-to-Use Code Templates: Includes standardized Python code snippets for fetching market quotes, financial statements, valuation metrics, macroeconomic data and corporate disclosures, accelerating the development of analysis tools.
- Use Case: When building an A-share equity analysis tool, you can directly use the provided templates to fetch standardized financial data without spending time researching API interfaces and term translations for different data sources.
Quick Start
Use the china-market-data skill to fetch the latest annual income statement for Kweichow Moutai (stock code 600519) using the provided standardized Python template.