Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Fetches Chinese stock and futures market data via the Tushare API. Covers A-share quotes (daily, weekly, monthly, realtime), futures contracts across major exchanges, company fundamentals, and macroeconomic indicators like GDP, CPI, and PPI. Requires a Tushare account and API token.
Tushare provides a single API covering Chinese equities, futures, and macro data that is otherwise scattered across exchange-specific sources.
When to use it
- Pulling daily price history for a specific A-share stock
- Checking realtime quotes for Shenzhen or Shanghai-listed stocks
- Fetching copper or steel futures data from SHFE
- Retrieving money flow data for a given trading day
- Looking up GDP or CPI trends for macro research
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: get daily price data for Kweichow Moutai (600519.SH) for January 2024
- 1Set TUSHARE_TOKEN environment variable
- 2Run market.py daily with ts_code 600519.SH
- 3Pass start_date 20240101 and end_date 20240131
- 4Display returned OHLCV data
Daily open, high, low, close, and volume data for 600519.SH across all trading days in January 2024
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.