tushare

Access stocks, funds, futures, and crypto data via the Tushare API.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Liangwei-zhang/six-stock --skill tushare-liangwei-zhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tushare
Source: https://github.com/Liangwei-zhang/six-stock/tree/main/Vibe-Trading/agent/src/skills/tushare
Command: npx skills add https://github.com/Liangwei-zhang/six-stock --skill tushare-liangwei-zhang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tushare, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Tushare provides a standardized API to access a wide range of financial data (stocks, funds, futures, crypto, and fundamental data) in real time, reducing integration complexity for analysts and developers.

Core Features & Use Cases

  • Access to stock, fund, futures, crypto, and fundamental data through a single API.
  • Use cases include analytics dashboards, backtesting, and research pipelines.

Quick Start

Query tushare for current and historical data for a specific ts_code.

Frequently Asked Questions about tushare

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

FAQPage Schema
How do I access historical stock and futures data for backtesting?

Historical stock and futures data for backtesting is accessed by querying the Tushare API with a specific ts_code, which returns structured financial data ready for research workflows.

What financial data can I pull through a single API for analytics dashboards?

A single API provides unified access to stocks, funds, futures, and fundamental data, enabling the creation of comprehensive analytics dashboards without multiple integrations.

Can I use pandas to process the market data retrieved from this API?

Yes, pandas is a direct dependency for this Skill, allowing you to immediately process, transform, and analyze the structured market data retrieved from the API.

How do I query current and historical data for a specific stock code?

To query current and historical data, you provide clear inputs including a specific ts_code to the API, which handles the request and returns the matching financial market data.

Do I need a Tushare API token to query fundamental and crypto data?

Accessing fundamental and crypto data requires clear inputs and robust error handling through the Tushare API, which typically necessitates valid API credentials for reliable data integration.

What is the best way to integrate diverse financial market data without complex coding?

The best way to integrate diverse financial market data is using a standardized API that covers stocks, funds, and futures, reducing integration complexity for developers and analysts.