tushare-finance

Fetch Chinese A-share market data from the Tushare Pro API.

59|6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/SKYLENAGE-AI/QwenClawBench --skill tushare-finance-skylenage-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tushare-finance
Source: https://github.com/SKYLENAGE-AI/QwenClawBench/tree/main/data/qwenclawbench-v1.1-100/assets/task_00035_delete_installed_skill_directory_with_verification/tushare-finance
Command: npx skills add https://github.com/SKYLENAGE-AI/QwenClawBench --skill tushare-finance-skylenage-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Fetch Chinese A-share market data via the Tushare Pro API to enable quick, accurate finance lookups without manual API setup.

Core Features & Use Cases

  • Daily Quotes: fetch daily price data for a given ts_code.
  • Stock Info: retrieve basic stock metadata (exchange, name, status).
  • Financial Statements: obtain income statements, balance sheets, and cash flow data.
  • Index Data & NAVs: access index data and fund NAV-like data.
  • Use Case: When you need the latest price for 000001.SZ or a company's quarterly results, run a query to retrieve the data in a structured format.

Quick Start

Run a query against the Tushare Pro API using a stock code and optional date range to fetch data.

Frequently Asked Questions about tushare-finance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Chinese A-share daily stock quotes and financial statements?

Retrieve Chinese A-share daily quotes and financial statements by querying the Tushare Pro API through a Python wrapper script, returning structured data across prices, income statements, and balance sheets.

What data can I retrieve from Tushare Pro for A-share market analysis?

Tushare Pro supports retrieving daily stock prices, basic stock metadata, financial statements like income and cash flow data, index data, and fund NAV-like data for comprehensive A-share market analysis.

Do I need a Tushare token to access Chinese stock data?

Yes, accessing Chinese A-share data requires a TUSHARE_TOKEN environment variable for authentication to successfully query endpoints like daily, stock_basic, income, and index_daily via the Tushare Pro API.

Can I get basic stock metadata like exchange and status for A-shares?

Yes, the stock_basic endpoint retrieves basic stock metadata for A-shares, including details like exchange, name, and current status, providing foundational context for market analysis.

How to query index data and fund NAVs for the Chinese market?

Query index data and fund NAVs for the Chinese market by calling the index_daily endpoint and related Tushare Pro API methods, which return structured results for indices and fund NAV-like data.

What are the limitations of using the Tushare Pro API for finance data retrieval?

The Tushare Pro API for finance data retrieval is limited to Chinese A-share market data, requiring a valid TUSHARE_TOKEN for authentication, and does not cover other international markets or real-time streaming data.