What problem does it solve?
Provide unrestricted, programmatic access to a wide range of financial market data without API keys or paid subscriptions, removing friction for research, backtesting, and ad-hoc data retrieval.
Core Features & Use Cases
- No-signup data access: Aggregates Chinese and global market data from public sources so users can fetch quotes and histories without credentials.
- Multi-market coverage: Supports A-shares, US and HK equities, futures, forex, and macro datasets for research, backtesting, and realtime quote lookups.
- Practical integration: Returns pandas-friendly tables (Chinese column names by default), includes intraday and daily interfaces, and is used as a fallback loader in backtesting pipelines.
Quick Start
Use the akshare skill to fetch daily OHLCV for symbol 000001 from 20240101 to 20260101 and return a cleaned pandas DataFrame with the date column converted to ISO dates.