ashare-mootdx

Retrieve historical OHLCV bars and real-time quotes from TongDaXin TCP servers.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/day18708433173-crypto/TradingAgents-Pro --skill ashare-mootdx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ashare-mootdx
Source: https://github.com/day18708433173-crypto/TradingAgents-Pro/tree/main/agent/skills/ashare-mootdx
Command: npx skills add https://github.com/day18708433173-crypto/TradingAgents-Pro --skill ashare-mootdx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mootdx, pandas, and includes references (resource) components.

What problem does it solve?

This skill solves the challenge of accessing reliable, free, and real-time A-share market data without the need for expensive API subscriptions or complex authentication.

Core Features & Use Cases

  • Market Data Retrieval: Fetch daily, weekly, or monthly historical bars for any A-share stock.
  • Real-time Quotes: Get live price, volume, and change percentage for multiple stock codes simultaneously.
  • Use Case: Use this skill to pull the latest price action for a list of stocks to support your investment committee's quantitative analysis or risk assessment.

Quick Start

Use the ashare-mootdx skill to fetch the daily historical price data for 600519.SH over the last 250 trading days.

Frequently Asked Questions about ashare-mootdx

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

FAQPage Schema
How do I get real-time A-share stock quotes without an expensive API subscription?

You can retrieve real-time A-share stock quotes by interfacing with TongDaXin TCP servers via the mootdx library, bypassing the need for expensive API subscriptions or complex authentication to access live market data.

Can I fetch historical OHLCV bars for A-share stocks using mootdx?

Yes, you can fetch historical OHLCV bars for A-share stocks using mootdx. The skill structures daily, weekly, or monthly historical bar data into pandas DataFrames to support quantitative financial analysis.

What do I need to pull A-share market data using mootdx and pandas?

To pull A-share market data, you need the mootdx and pandas libraries installed in your environment to interface with TongDaXin TCP servers and structure the retrieved market data streams for analysis.

Is there a free way to access live price and volume data for multiple A-share stock codes?

Accessing live price, volume, and change percentage for multiple A-share stock codes simultaneously is possible for free by using mootdx to interface directly with TongDaXin TCP servers without requiring paid API subscriptions.

How does mootdx retrieve A-share market data streams?

Mootdx retrieves A-share market data streams by establishing a programmatic interface with TongDaXin TCP servers, fetching real-time quotes and historical bars to facilitate trading research and financial analysis.

What are the limitations of using mootdx for A-share market data retrieval?

Using mootdx for A-share market data retrieval requires stable connectivity to TongDaXin TCP servers and depends on the pandas library to process data streams, meaning network disruptions can directly impact data availability for your analysis.