mootdx

Retrieves OHLCV, intraday and fundamental Chinese A-share market data via mootdx TCP protocol.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mootdx, httpx.

What problem does it solve?

This skill solves the instability and rate-limiting issues associated with HTTP-based web scrapers for Chinese A-share market data by utilizing the native TCP-based 通达信 (TDX) protocol.

Core Features & Use Cases

  • Direct TCP Access: Bypasses HTTP scrapers to provide reliable, high-frequency market data without API keys or IP throttling.
  • Comprehensive Market Data: Supports daily OHLCV, intraday bars, real-time L1 snapshots, and fundamental snapshots.
  • Use Case: Use this skill to fetch historical daily OHLCV data for a specific stock ticker to feed into a backtesting engine when standard web-based scrapers are throttled or blocked.

Quick Start

Use the mootdx skill to retrieve 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 Chinese A-share market data without hitting HTTP rate limits?

You can fetch Chinese A-share market data without HTTP rate limits by using the TCP-based 通达信 (TDX) protocol. This approach bypasses standard web scrapers, providing reliable, high-frequency OHLCV and intraday data without API keys or IP throttling.

What is the best way to get historical OHLCV data for backtesting A-share stocks?

The best way to get historical OHLCV data for backtesting is using direct TCP access via the 通达信 protocol. It facilitates the retrieval of comprehensive daily OHLCV and fundamental data for financial analysis without standard web scraper instability.

Can I retrieve real-time intraday bars and L1 snapshots for Chinese A-shares?

Yes, you can retrieve real-time intraday bars and L1 snapshots for Chinese A-shares. The mootdx library provides comprehensive market data access, supporting both historical daily bars and real-time level 1 snapshots via TCP connections.

Does mootdx require an API key to access financial market data?

No, mootdx does not require an API key to access financial market data. It establishes direct, non-throttled TCP connections to market data servers using the native 通达信 protocol, completely bypassing the need for HTTP-based API authentication.

Why does my HTTP web scraper for A-share data keep getting blocked or throttled?

HTTP web scrapers for A-share data get blocked due to IP throttling and rate-limiting restrictions. Using a TCP-based protocol like 通达信 bypasses these HTTP limitations, providing stable, high-speed access to market data without triggering anti-scraping mechanisms.