mootdx

Fetch A-share OHLCV history and real-time quotes via the 通达信 TCP protocol.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/20YN04/vibe-trading-macos --skill mootdx-20yn04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mootdx
Source: https://github.com/20YN04/vibe-trading-macos/tree/main/agent/src/skills/mootdx
Command: npx skills add https://github.com/20YN04/vibe-trading-macos --skill mootdx-20yn04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mootdx, httpx.

What problem does it solve?

This skill solves the instability of HTTP-based market data scrapers by providing a direct, high-performance connection to 通达信 (TDX) servers, ensuring consistent access to A-share market data without rate limits or API keys.

Core Features & Use Cases

  • Stable Data Access: Bypasses common HTTP throttling issues by using the native TDX binary TCP protocol.
  • Comprehensive Market Data: Provides OHLCV history, intraday bars, real-time L1 snapshots, and fundamental snapshots.
  • Use Case: When your automated trading strategy requires reliable daily or intraday price data for A-share stocks, use this skill to fetch historical OHLCV data or real-time quotes without needing an external API token.

Quick Start

Use the mootdx skill to fetch daily OHLCV data for stock 000001 from January 2025 to February 2025.

Frequently Asked Questions about mootdx

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

FAQPage Schema
How do I fetch A-share market data without hitting HTTP rate limits?

You can fetch A-share market data without HTTP rate limits by using the native TDX binary TCP protocol. This approach bypasses common HTTP throttling issues and ensures stable, high-performance data retrieval without requiring an external API token.

Can I get intraday OHLCV history for Chinese stock exchanges?

Yes, you can retrieve intraday OHLCV history for Chinese stock exchanges. The direct TCP connection supports comprehensive market data, including daily and intraday bars, real-time L1 snapshots, and fundamental snapshots for A-share stocks.

How do I retrieve daily OHLCV data for a specific A-share stock?

To retrieve daily OHLCV data, you query the system with a specific stock code and date range. For example, you can fetch daily OHLCV data for stock 000001 from January 2025 to February 2025 using the direct TDX protocol connection.

Do I need an API key to access real-time A-share quotes?

No, you do not need an API key to access real-time A-share quotes. The system provides direct TCP-based access to TDX servers, ensuring consistent access to real-time L1 snapshots and historical data without API keys.

What's the best way to get reliable financial data for A-share backtesting?

The best way to get reliable financial data for A-share backtesting is using the native TDX binary TCP protocol. It provides high-performance data ingestion for OHLCV history and fundamental snapshots, ensuring consistent access without rate limits.

Why does my HTTP-based market data scraper fail for A-share stocks?

HTTP-based market data scrapers often fail due to instability and HTTP throttling. Bypassing these issues requires using the native TDX binary TCP protocol, which ensures consistent access to A-share market data without rate limits.