</>

板块轮动财联社

临时获取财联社板块轮动数据,默认不入库。

请求近 N 日每日涨幅靠前板块,默认不入库。

输入参数

参数类型必填说明默认值
daysinteger查询天数,默认 4。4

返回字段

字段类型说明
trade_datedate交易日期。
plate_codestring板块代码。
plate_namestring板块名称。
change_pctnumber涨跌幅。
rankinteger当日排名。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "cls_sector_rotation",
    days=4,
)

HTTP API

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

{
  "params": {
    "days": 4
  }
}

真实样例快照

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

请求参数

{
  "days": 4
}

响应样例

trade_dateplate_namerank
20260522MLCC1

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