akshare-data

Access Chinese financial market data via AKShare CLI and API documentation.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/PPsteven/skills --skill akshare-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: akshare-data
Source: https://github.com/PPsteven/skills/tree/main/akshare-data
Command: npx skills add https://github.com/PPsteven/skills --skill akshare-data

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive solution for accessing and analyzing Chinese financial market data, offering both a powerful command-line interface and detailed API reference documentation. It simplifies the process of obtaining data for stocks, futures, funds, bonds, forex, and macroeconomic indicators.

Core Features & Use Cases

  • AKShare CLI Wrapper: Interact with a vast array of financial data directly from your terminal.
  • Extensive API Documentation: Browse detailed information on over 1000 AKShare APIs, including parameter tables, output schemas, and code examples.
  • Use Case: A financial analyst needs to quickly gather historical stock prices for the top 50 companies in the Shanghai Composite Index and export them to a CSV file for further analysis. This Skill can achieve this efficiently using the CLI.

Quick Start

Use the akshare-data skill to get historical stock data for the symbol 000001, starting from January 1st, 2024, and ending on January 31st, 2024, outputting the results in a pretty table format.

Frequently Asked Questions about akshare-data

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

FAQPage Schema
How do I retrieve Chinese stock data for specific symbols and date ranges?

To retrieve Chinese stock data, you can use the AKShare CLI wrapper to specify symbols and date ranges, fetching historical prices for markets like the Shanghai Composite Index and outputting results directly to a table or CSV file.

What financial instruments does akshare support for market data access?

Financial market data access covers stocks, futures, funds, bonds, forex, and macroeconomic indicators. It leverages over 1000 AKShare APIs to provide extensive historical and current market information for analysis.

Do I need Python and pandas installed to fetch futures and macroeconomic data?

Yes, you need Python with the akshare and pandas libraries installed. These dependencies are required for the CLI wrapper to fetch, process, and structure financial data effectively before exporting it for analysis.

Can I browse API documentation for forex and funds without writing Python code?

Yes, you can browse detailed API reference documentation covering over 1000 AKShare APIs. It includes parameter tables, output schemas, and code examples, allowing you to understand data structures before executing CLI commands.

What is the best way to export macroeconomic indicators from the terminal to a CSV file?

The best way to export macroeconomic indicators is by using the command-line interface wrapper. You can query specific data points and format the output as a pretty table or CSV file directly from your terminal environment.