LaunchKit · 2026
Back to Skills

tushare-base

Fetch Chinese stock and futures market data via Tushare API.

3
2.3k downloads
by @wdblink

Setup & Installation

openclaw skills install @wdblink/tushare-base

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install tushare-base

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.

INPUT

User asks: get daily price data for Kweichow Moutai (600519.SH) for January 2024

AGENT
  1. 1Set TUSHARE_TOKEN environment variable
  2. 2Run market.py daily with ts_code 600519.SH
  3. 3Pass start_date 20240101 and end_date 20240131
  4. 4Display returned OHLCV data
OUTPUT

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.

TUSHARE_TOKEN environment variableTushare account (register at tushare.pro)