</>

板块成分股东方财富

临时获取东方财富板块成分股数据,默认不入库。

按东方财富板块代码请求成分股,默认不入库。

输入参数

参数类型必填说明默认值
sector_codestring板块代码,例如 BK1033。
pageinteger页码,默认 1。1
limitinteger每页条数,默认 100,最大 200。100

返回字段

字段类型说明
instrument_idstringAxData 统一证券代码。
symbolstring六位证券代码。
exchangestring交易所代码:SSE、SZSE、BSE。
namestring证券简称。
last_pricenumber最新价,单位:元。
change_pctnumber涨跌幅,百分比数值。
changenumber涨跌额,单位:元。
volumenumber成交量,源端口径。
amountnumber成交额,单位:元。
amplitudenumber振幅,百分比数值。
turnover_ratenumber换手率,百分比数值。
pe_ttmnumber市盈率 TTM。
volume_rationumber量比。
highnumber最高价,单位:元。
lownumber最低价,单位:元。
opennumber开盘价,单位:元。
pre_closenumber昨收价,单位:元。
total_market_valuenumber总市值,单位:元。
float_market_valuenumber流通市值,单位:元。
pbnumber市净率。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "eastmoney_sector_constituents",
    limit=5,
    sector_code='BK1033',
)

HTTP API

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

{
  "params": {
    "sector_code": "BK1033",
    "limit": 5
  }
}

真实样例快照

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

请求参数

{
  "sector_code": "BK1033",
  "limit": 5
}

响应样例

instrument_idnamelast_price
000049.SZ德赛电池32.1

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