mootdx

Fetch A-share OHLCV, intraday bars, and real-time quotes via TCP.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill mootdx-santoosaraujo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mootdx
Source: https://github.com/santoosaraujo/vibe-trading-claude/tree/main/.claude/skills/mootdx
Command: npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill mootdx-santoosaraujo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mootdx, httpx.

What problem does it solve?

This skill solves the instability of HTTP-based market scrapers by connecting directly to the native 通达信 (TDX) binary protocol, ensuring reliable access to A-share market data without rate limits or API keys.

Core Features & Use Cases

  • Direct TCP Access: Bypasses HTTP-based throttling and captcha challenges common in web scraping.
  • Comprehensive Market Data: Provides OHLCV, intraday bars, and real-time L1 snapshots for A-share tickers.
  • Use Case: Use this skill as a robust fallback for backtesting or real-time analysis when standard web-based data sources like East Money fail or are blocked.

Quick Start

Use the mootdx skill to fetch daily OHLCV data for the 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 get A-share market data when HTTP scraping is blocked by rate limits?

You can retrieve A-share market data by connecting directly to the native TDX binary protocol via TCP, bypassing HTTP-based throttling and captcha challenges without requiring API keys.

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

Fetching historical OHLCV data for A-share stocks is best achieved through direct TCP access to TDX servers, which provides reliable retrieval of historical bars for financial analysis and backtesting.

Can I retrieve real-time quotes for A-share tickers without an API key?

Yes, you can retrieve real-time L1 snapshots for A-share tickers without an API key by communicating directly with TDX servers over their native binary protocol.

Does the mootdx skill work as a fallback when East Money web scraping fails?

Yes, the mootdx skill works as a robust fallback for backtesting or real-time analysis when standard web-based data sources like East Money fail, get blocked, or encounter captcha challenges.

Why does direct TCP access provide more stable market data than HTTP scraping?

Direct TCP access provides more stable market data because it communicates using the native TDX binary protocol, entirely bypassing the HTTP-based throttling, rate limits, and captcha challenges common in web scraping.

Do I need a stable network connection to fetch intraday bars using TDX binary protocol?

Yes, fetching intraday bars via the TDX binary protocol requires a stable network connection alongside the mootdx library to maintain direct TCP communication with通达信 servers for reliable data retrieval.