get_plate_quotation
Retrieve top N sector market data for industry, concept, or region sectors. Customize sector type and page size to get formatted market quotes.
Instructions
获取东方财富网的涨跌幅前N板块行情数据,包括行业板块、概念板块、地域板块等。
Args:
plate_type: 板块类型参数
- 1: 地域板块
- 2: 行业板块 (默认)
- 3: 概念板块
page_size: 返回数据条数,默认为10条
Returns: 格式化的板块行情数据,以Markdown表格形式展示
Examples: - get_plate_quotation() - get_plate_quotation(1) - get_plate_quotation(3) - get_plate_quotation(2, 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plate_type | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |