get_current_plate_changes
Retrieve current intraday sector anomaly data including price changes, capital flows, and anomalous stocks, sorted by total anomaly count. Supports optional page size parameter.
Instructions
获取当日板块异动数据,包括各板块的涨跌幅、主力资金流向以及板块内异动个股等信息(异动总次数降序)。
Args: page_size: 返回数据条数,默认为10条
Returns: 格式化的当日板块异动数据,以Markdown表格形式展示
Examples: - get_current_plate_changes() - get_current_plate_changes(30)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |