</>

历史板块成分股开盘红

临时获取开盘红历史板块成分股数据,默认不入库。

按开盘红板块 ID 和历史日期请求成分股,默认不入库。

输入参数

参数类型必填说明默认值
plate_idstring板块 ID。
trade_datestring历史交易日期,必须早于今天。

返回字段

字段类型说明
trade_datedate交易日期。
plate_idstring板块 ID。
instrument_idstringAxData 统一证券代码。
symbolstring六位证券代码。
exchangestring交易所代码:SSE、SZSE、BSE。
namestring股票简称。
tagsstring概念标签。
last_pricenumber现价。
change_pctnumber涨跌幅。
amountnumber成交额。
turnover_ratenumber换手率。
float_market_valuenumber流通市值。
main_netnumber主力净额。
limit_tagstring连板标签。
rank_tagstring龙虎榜/龙头标签。
limit_countinteger近期涨停次数。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "kph_sector_constituents_history",
    plate_id='801001',
    trade_date='20260513',
)

HTTP API

POST /v1/request/kph_sector_constituents_history
Content-Type: application/json

{
  "params": {
    "plate_id": "801001",
    "trade_date": "20260513"
  }
}

真实样例快照

展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。

请求参数

{
  "plate_id": "801001",
  "trade_date": "20260513"
}

响应样例

instrument_idplate_id
000001.SZ801001

生成时间:2026-07-06T16:54:55+00:00