mx_data

Provides Myanmar language news summaries and alerts via RSS and Twitter scraping.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill mx-data-augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mx_data
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/mx_data
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill mx-data-augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provide fast, authoritative queries of Chinese financial market data so users can get stock prices, index values, sector flows, fund net values, and company financial metrics without manually searching multiple sites or parsing complex API responses.

Core Features & Use Cases

  • Unified Market Queries: Query stocks, indices, sectors, funds, and bonds via Eastmoney-backed endpoints with a single natural language query.
  • Structured Financial Data: Returns parsed JSON tables (dataTableDTOList) with code, entityName, and mapped field names for easy presentation and analysis.
  • Scripted Access: Includes a CLI-capable script to run queries programmatically using an MX_APIKEY environment variable for automation and integration into workflows.

Quick Start

Use the mx_data skill to retrieve the latest price, percent change, and key financial metrics for 贵州茅台 using your MX_APIKEY.

Frequently Asked Questions about mx_data

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

FAQPage Schema
How do I retrieve real-time Chinese stock market data via API?

You can fetch Chinese stock market data through JSON POST requests to the Eastmoney endpoint, requiring an MX_APIKEY for authentication. The API returns parsed JSON tables containing real-time prices, percent changes, and mapped financial field names for direct analysis.

What financial instruments does the Eastmoney market data API support?

The Eastmoney API supports querying authoritative financial data for stocks, indices, sectors, funds, and bonds. This covers use cases including real-time price lookup, historical price retrieval, sector fund flow analysis, and company financial metric extraction.

How do I programmatically query historical stock prices for portfolio monitoring?

You can programmatically query historical stock prices using the included CLI-capable script with your MX_APIKEY environment variable. This automates JSON POST requests to the Eastmoney endpoint and parses the dataTableDTOList response into structured tables for portfolio monitoring.

Do I need an API key to fetch Chinese financial data from Eastmoney endpoints?

Yes, an MX_APIKEY environment variable is required for API key authentication to fetch Chinese financial data from Eastmoney endpoints. This key authenticates your JSON POST requests to the mkapi2.dfcfs.com/finskillshub/api/claw/query endpoint.

How are API responses structured when querying sector fund flow and company financial metrics?

API responses are structured as parsed JSON tables within a dataTableDTOList array, containing code, entityName, and nameMap field mappings. This structure enables easy presentation and analysis of sector fund flows and company financial metrics without parsing complex raw responses.