</>

板块实时行情东方财富

临时获取东方财富板块实时行情数据,默认不入库。

请求东方财富行业/概念板块行情,默认不入库。

输入参数

参数类型必填说明默认值
sector_typestring板块类型:industry、concept、industry_l1、industry_l2、industry_l3。"industry"
pageinteger页码,默认 1。1
limitinteger每页条数,默认 100,最大 200。100

返回字段

字段类型说明
sector_codestring板块代码。
sector_namestring板块名称。
sector_typestring板块类型。
last_pricenumber板块最新价。
change_pctnumber涨跌幅,百分比数值。
changenumber涨跌额。
volumenumber成交量,源端口径。
amountnumber成交额,单位:元。
amplitudenumber振幅,百分比数值。
turnover_ratenumber换手率,百分比数值。
total_market_valuenumber总市值,单位:元。
main_inflownumber主力净流入,单位:元。
lead_stock_namestring领涨股名称。
lead_stock_symbolstring领涨股六位代码。
lead_stock_change_pctnumber领涨股涨跌幅。
up_countinteger上涨家数。
down_countinteger下跌家数。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "eastmoney_sector_realtime",
    limit=5,
    sector_type='industry',
)

HTTP API

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

{
  "params": {
    "sector_type": "industry",
    "limit": 5
  }
}

真实样例快照

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

请求参数

{
  "sector_type": "industry",
  "limit": 5
}

响应样例

sector_codesector_namechange_pct
BK0475银行1.2

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