china-market-gateway

Retrieve Chinese financial data from Eastmoney, Sina Finance, and Baidu Gushitong.

3|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Etherdrake/openclaw-china-market-gateway --skill china-market-gateway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: china-market-gateway
Source: https://github.com/Etherdrake/openclaw-china-market-gateway/tree/main
Command: npx skills add https://github.com/Etherdrake/openclaw-china-market-gateway --skill china-market-gateway

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a unified programmatic interface to access fragmented and often difficult-to-reach Chinese financial data sources, saving users time and effort in data acquisition.

Core Features & Use Cases

  • Multi-Source Data Aggregation: Connects to major stock exchanges, financial news portals, and economic data providers.
  • Real-Time & Historical Data: Fetch live quotes, tick data, and historical time series.
  • Intelligent Web Scraping & API Integration: Handles complexities of web scraping and API authentication.
  • Use Case: A quantitative analyst needs to fetch real-time stock prices for both Shanghai and Shenzhen listed companies, along with the latest financial news headlines from Sina Finance.

Quick Start

Use the china-market-gateway skill to get the latest stock quote for sh600519.

Frequently Asked Questions about china-market-gateway

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

FAQPage Schema
How do I get real-time A-share stock quotes programmatically?

You can retrieve real-time A-share stock quotes by specifying the stock code, such as sh600519, to fetch live pricing data from sources like Eastmoney and Sina Finance. The skill aggregates fragmented Chinese financial data into a unified interface for programmatic access.

Can I fetch Chinese macroeconomic data like GDP and CPI using Python?

Yes, you can fetch Chinese macroeconomic data including GDP, CPI, and PMI indicators using Python. The skill connects to major economic data providers to retrieve these macroeconomic time series for analysis.

Does accessing Chinese financial data sources require a proxy?

Accessing Chinese financial data sources requires network access to websites like Eastmoney and Baidu Gushitong, potentially needing a proxy depending on your geographic location. Python 3.8 or higher is also required to run the data retrieval scripts.

What is the best way to aggregate Hong Kong stock data and financial news?

Aggregating Hong Kong stock data and financial news is best handled by a multi-source data gateway that handles API authentication and web scraping. This approach fetches live quotes and news headlines from portals like Sina Finance in a unified interface.

What Chinese financial data sources are supported for historical time series?

Supported sources for historical time series include Eastmoney, Sina Finance, and Baidu Gushitong. You can extract historical tick data and time series for A-shares, Hong Kong stocks, and funds directly through these connections.