</>

盘面梳理事件开盘红

临时获取开盘红盘面梳理事件数据,默认不入库。

请求开盘红盘面梳理事件流,默认不入库。

输入参数

参数类型必填说明默认值
trade_datestring交易日期,YYYYMMDD 或 YYYY-MM-DD,默认今天。
limitinteger返回条数,默认 30。30
offsetinteger偏移量,默认 0。0

返回字段

字段类型说明
trade_datedate交易日期。
event_timeinteger事件时间戳。
tag_idinteger事件类型 ID。
tag_namestring事件类型名称。
tag_attributeinteger事件属性。
plate_idstring板块 ID。
plate_namestring板块名称。
detailstring事件描述。
raw_stock_liststring相关股票列表。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "kph_market_review_events",
    limit=5,
)

HTTP API

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

{
  "params": {
    "limit": 5
  }
}

真实样例快照

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

请求参数

{
  "limit": 5
}

响应样例

tag_nameplate_name
直线拉升芯片

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