历史涨停复盘开盘红
临时获取开盘红历史涨停复盘数据,默认不入库。
请求开盘红历史涨停复盘,默认不入库。
输入参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
trade_date | string | 否 | 交易日期,YYYYMMDD 或 YYYY-MM-DD,默认今天。 | |
limit | integer | 否 | 返回条数,默认 100。 | 100 |
offset | integer | 否 | 偏移量,默认 0。 | 0 |
返回字段
| 字段 | 类型 | 说明 |
|---|---|---|
trade_date | date | 交易日期。 |
plate_id | string | 板块 ID。 |
plate_name | string | 板块名称。 |
instrument_id | string | AxData 统一证券代码。 |
symbol | string | 六位证券代码。 |
exchange | string | 交易所代码:SSE、SZSE、BSE。 |
name | string | 股票简称。 |
limit_tag | string | 连板标签。 |
limit_count | integer | 连板数。 |
themes | string | 所属概念。 |
reason_short | string | 涨停原因短标签。 |
reason_detail | string | 涨停原因详细文字。 |
调用示例
Python SDK
import axdata as ax
client = ax.AxDataClient()
rows = client.call(
"kph_limit_resumption_history",
trade_date='20260513',
)
HTTP API
POST /v1/request/kph_limit_resumption_history
Content-Type: application/json
{
"params": {
"trade_date": "20260513"
}
}
真实样例快照
展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。
请求参数
{
"trade_date": "20260513"
}
响应样例
| plate_name | instrument_id |
|---|---|
| 芯片 | 000001.SZ |
生成时间:2026-07-06T16:54:55+00:00