</>

板块排行开盘红

临时获取开盘红板块排行数据,默认不入库。

请求开盘红精选/行业/地区板块排行,默认不入库。

输入参数

参数类型必填说明默认值
trade_datestring交易日期,YYYYMMDD 或 YYYY-MM-DD。
sector_typestring板块类型:selected、industry、region,默认 selected。"selected"
fetch_allboolean是否分页获取全部,默认 false。false

返回字段

字段类型说明
trade_datedate交易日期。
plate_idstring板块 ID。
plate_namestring板块名称。
sector_typestring板块类型。
change_pctnumber涨跌幅。
amountnumber成交额,单位:元。
amplitudenumber振幅。
net_inflownumber净流入,单位:元。
turnover_ratenumber换手率。
market_capnumber总市值,单位:元。
stock_countinteger成分股数量。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "kph_sector_ranking",
    sector_type='selected',
    trade_date='20260513',
)

HTTP API

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

{
  "params": {
    "trade_date": "20260513",
    "sector_type": "selected"
  }
}

真实样例快照

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

请求参数

{
  "trade_date": "20260513",
  "sector_type": "selected"
}

响应样例

plate_idplate_name
801807算力

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