mx_select_stock

Screen Chinese stocks by market, financial, and sector conditions via Eastmoney API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

消除手动在多个数据源和指标间筛选股票的繁琐流程,支持以自然语言描述条件快速得到符合要求的股票列表和统计信息,帮助用户在海量股票中高效发现交易或投资目标。

Core Features & Use Cases

  • 条件化选股:支持基于行情指标(涨跌幅、换手率等)、财务指标(市盈率、净利增长等)和行业/板块进行筛选。
  • 自然语言输入:接受自然语言或简短关键词作为筛选条件,例如今日涨幅、估值范围、板块限定等。
  • 结构化输出:返回列定义、股票列表、总数和筛选条件统计,便于进一步分析或导出;适用于日常选股、策略研究和投资备选池构建。

Quick Start

输入自然语言选股条件,例如:今日涨幅2%的股票,技能将返回符合条件的股票列表。

Frequently Asked Questions about mx_select_stock

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

FAQPage Schema
How do I screen Chinese stocks using natural language financial conditions?

Stock screening with natural language processes user-defined market, financial, and sector conditions for the Chinese equity market. It accepts descriptive inputs like price change percentages and returns a structured list of matching stocks via the Eastmoney API.

Can I filter A-share stocks by both market momentum and valuation indicators?

Yes, filtering A-share stocks supports combining market momentum indicators like price change and turnover rate with valuation metrics like P/E ratio. The screening applies multiple financial and market conditions simultaneously to return matching structured results.

What financial indicators are available for Eastmoney stock screening?

Eastmoney stock screening supports filtering by market indicators like price change and turnover rate, financial indicators like P/E ratio and net profit growth, and sector or industry constraints. These conditions are sent to the Dongfang Caifu API to retrieve matching stocks.

Do I need an API key to perform stock screening with Eastmoney data?

Yes, an MX_APIKEY is required to authenticate stock screening requests. The Skill sends an HTTP POST request with your conditions to the mkapi2.dfcfs.com endpoint, using this key to authorize and return structured stock data.

How to get a structured stock list from natural language screening conditions?

Getting a structured stock list requires inputting natural language conditions like today's 2% price gain. The Skill parses these conditions, queries the Eastmoney API, and returns structured outputs including column definitions, a stock data list, total count, and condition statistics.

What are the limitations of natural language stock selection for the Chinese equity market?

Natural language stock selection is limited to the Chinese equity market via the Eastmoney API. It relies on accurate condition parsing from descriptive inputs and requires valid MX_APIKEY authentication, meaning unsupported indicators or unparseable phrasing may fail to return results.