tushare

Retrieve financial market data for stocks, funds, bonds, and macroeconomic indicators via the Tushare API.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/0xZKnw/vibe-trading-tap --skill tushare-0xzknw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tushare
Source: https://github.com/0xZKnw/vibe-trading-tap/tree/main/agent/src/skills/tushare
Command: npx skills add https://github.com/0xZKnw/vibe-trading-tap --skill tushare-0xzknw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of accessing fragmented financial data by providing a unified, standardized interface for stocks, funds, bonds, and macroeconomic indicators.

Core Features & Use Cases

  • Multi-Asset Data Access: Retrieve real-time and historical data for stocks, ETFs, funds, and bonds.
  • Macroeconomic Insights: Access global economic calendars, interest rates, and national policy databases.
  • Use Case: A quantitative researcher can use this Skill to pull historical daily price data for a specific ETF and combine it with macroeconomic indicators like CPI or GDP to build a market trend model.

Quick Start

Use the tushare skill to fetch the latest daily price data for the ETF with code 510330.SH.

Frequently Asked Questions about tushare

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

FAQPage Schema
How do I pull historical stock and ETF data for quantitative research?

You can pull historical stock and ETF data for quantitative research by using a standardized API interface to retrieve real-time and historical financial market data across multiple asset classes. This requires a valid Tushare token and the Python package to execute the queries.

Can I combine macroeconomic indicators with market data for trend analysis?

Yes, you can combine macroeconomic indicators with market data for trend analysis by retrieving global economic calendars, interest rates, and national policy databases alongside historical stock prices. This facilitates building comprehensive market trend models for quantitative research.

What do I need to access financial market data with this API interface?

To access financial market data with this API interface, you need a valid Tushare token and the tushare Python package installed in your environment. Pandas is also required as a dependency to execute data queries and structure the returned financial datasets.

Does this API interface support fetching bond and fund data alongside stocks?

Yes, this API interface supports fetching bond and fund data alongside stocks by providing a unified, standardized interface for multiple asset classes. You can retrieve real-time and historical data for stocks, ETFs, funds, and bonds through the same query mechanism.

What is the best way to retrieve daily price data for a specific ETF?

The best way to retrieve daily price data for a specific ETF is to use the standardized API interface to query historical market data directly. You can execute a data query using the tushare Python package with your valid token to fetch the latest daily prices for ETFs like 510330.SH.

Are there limitations when automating trading analysis with this financial data API?

When automating trading analysis with this financial data API, limitations include the strict requirement of a valid Tushare token for access and dependency on the tushare and pandas Python packages. Data retrieval is focused on historical and real-time market data rather than direct trade execution.