A Stock Screener
a_stock_screenerScreen A-share stocks using combined criteria such as PE ratio, industry, price change, market cap, volume ratio, and limit-up/down status to identify matching investment targets.
Instructions
A股选股筛选器,支持多条件组合筛选。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | 返回结果条数上限,默认 50。 | |
| pe_max | No | 最大市盈率(动态),过滤 PE > pe_max 的标的。 | |
| industry | No | 行业名称关键词(模糊匹配),如 "银行"、"医药"。 | |
| limit_up | No | 是否只返回涨停股(涨跌幅 >= 9.9%)。 | |
| limit_down | No | 是否只返回跌停股(涨跌幅 <= -9.9%)。 | |
| change_pct_max | No | 涨跌幅上限(%)。 | |
| change_pct_min | No | 涨跌幅下限(%)。 | |
| market_cap_min | No | 最小流通市值(亿元),仅当行情数据含流通市值列时生效。 | |
| volume_ratio_min | No | 最小量比,过滤量比 < volume_ratio_min 的标的。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||