</>

涨停天梯开盘红

临时获取开盘红涨停天梯数据,默认不入库。

请求开盘红涨停天梯,默认不入库。

输入参数

参数类型必填说明默认值
trade_datestring交易日期,YYYYMMDD 或 YYYY-MM-DD,默认今天。

返回字段

字段类型说明
trade_datedate交易日期。
instrument_idstringAxData 统一证券代码。
symbolstring六位证券代码。
exchangestring交易所代码:SSE、SZSE、BSE。
namestring股票简称。
limit_countinteger连板数。
limit_timeinteger涨停时间戳。
plate_idstring所属板块 ID。
plate_namestring所属板块名称。
one_wordboolean是否大单一字。
popularboolean是否有人气。
plate_limit_up_countinteger板块涨停股数量。
amountnumber个股成交额。
plate_amountnumber板块成交额。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call("kph_limit_ladder")

HTTP API

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

{
  "params": {}
}

真实样例快照

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

请求参数

{}

响应样例

instrument_idlimit_count
000001.SZ2

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