What problem does it solve?
Provide unified, programmatic access to a wide range of Chinese financial datasets so analysts and engineers no longer need to scrape, normalize, and stitch together market, fund, futures, bond, and macro data from disparate sources.
Core Features & Use Cases
- Standardized API access to stocks, ETFs, funds, futures, options, bonds, macroeconomic series, and corporate disclosures with documented query parameters.
- Reference catalog of endpoints and field descriptions for many topics (ETF, bonds, indices, funds, macro, news, Hong Kong/US markets).
- Example scripts demonstrating common workflows (fetch stock lists, retrieve daily bars, download fund NAVs) that return pandas DataFrames for downstream analysis and modeling.
- Use case: data scientists can quickly pull historical daily bars and fundamental indicators for backtesting and machine learning pipelines without building custom scrapers.
Quick Start
Use the tushare skill to initialize a pro API with TUSHARE_TOKEN from the environment and fetch the last 30 days of daily prices for ts_code 000001.SZ into a pandas DataFrame.