mootdx

Fetch A-share OHLCV and real-time quotes via TongDaXin TCP servers.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/hxhyyy/Vibe-Trading --skill mootdx-hxhyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mootdx
Source: https://github.com/hxhyyy/Vibe-Trading/tree/main/agent/src/skills/mootdx
Command: npx skills add https://github.com/hxhyyy/Vibe-Trading --skill mootdx-hxhyyy

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 TongDaXin (TDX) servers, bypassing rate limits and API key requirements.

Core Features & Use Cases

  • Direct TCP Protocol: Fetches market data using the native binary protocol, ensuring stability even during high-traffic periods.
  • Comprehensive Data Access: Retrieves daily OHLCV, intraday bars, real-time snapshots, and fundamental F10 data for A-share stocks.
  • Use Case: Use this skill to feed stable, real-time price data into your trading agent's backtesting engine or live monitoring dashboard without worrying about IP bans or captcha challenges.

Quick Start

Use the mootdx skill to fetch the daily OHLCV data for stock 600519 from January 1st to February 1st 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 rate limits or IP bans?

Fetch A-share market data by communicating directly with TongDaXin TCP servers using native binary protocols. This approach bypasses rate-limited HTTP scrapers entirely, ensuring stable financial data ingestion without IP bans.

What is the best way to retrieve daily OHLCV data for quantitative analysis?

The best way to retrieve daily OHLCV data for quantitative analysis is using a direct TCP protocol connection to TongDaXin servers. This provides reliable market data access for backtesting engines without requiring API keys.

Can I get real-time quotes and intraday bars for A-share stocks?

Yes, you can get real-time quotes and intraday bars for A-share stocks. The direct TDX server connection supports comprehensive data access including intraday OHLCV bars and real-time price snapshots.

Does mootdx work with Python for backtesting and live trading dashboards?

Yes, mootdx works with Python for backtesting and live trading dashboards. It utilizes Python dependencies like httpx and mootdx to feed stable, real-time price data directly into your quantitative analysis workflows.

Why does my HTTP-based market data scraper fail during high-traffic periods?

HTTP-based market data scrapers fail during high-traffic periods due to rate limits and captcha challenges. Using a native binary protocol via TongDaXin TCP servers ensures stability even when HTTP endpoints are restricted.

Can I retrieve fundamental F10 data snapshots using TDX TCP servers?

Yes, you can retrieve fundamental F10 data snapshots using TDX TCP servers. The comprehensive data access includes daily OHLCV, intraday bars, real-time quotes, and F10 snapshots for A-share stocks.