mootdx

Retrieve A-share OHLCV market data via TCP-direct.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/644408071-design/Kokpop --skill mootdx-644408071-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mootdx
Source: https://github.com/644408071-design/Kokpop/tree/main/agent/src/skills/mootdx
Command: npx skills add https://github.com/644408071-design/Kokpop --skill mootdx-644408071-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a stable, free A-share market data source via TCP-direct, bypassing the limitations of HTTP scrapers that can fail under load.

Core Features & Use Cases

  • Stable A-share Data: Offers reliable A-share market data through TCP-direct, with no API key required.
  • Fallback Option: Can be used as a fallback when other data sources like akshare are throttled.
  • Use Case: For traders who need a stable, no-frills source of A-share OHLCV data to complement other data sources.

Quick Start

Retrieve daily OHLCV data for '000001' from the last month using the 'mootdx' skill.

Frequently Asked Questions about mootdx

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

FAQPage Schema
How can I get stable A-share market data when HTTP scrapers fail?

Access stable A-share market data by using a TCP-direct connection, which bypasses HTTP scraper throttling and provides reliable OHLCV data without requiring an API key.

Do I need an API key to retrieve A-share OHLCV data?

No API key is needed to retrieve A-share OHLCV data. The connection operates via TCP-direct to fetch market data directly, minimizing setup requirements for traders.

Can I use this as a fallback when akshare is throttled?

Yes, this serves as a fallback option for A-share market data when other HTTP scraper-based sources like akshare are throttled or fail under load.

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

Retrieve daily OHLCV data for a specific A-share stock by specifying the stock code, such as '000001', and the desired time range, like the last month, using the TCP-direct connection.

What distinguishes TCP-direct market data from HTTP scraper-based sources?

TCP-direct market data provides a stable connection that avoids the load limitations and throttling issues commonly experienced with HTTP scraper-based data sources, ensuring reliable A-share data retrieval.