板块概念数据接口

板块概念数据

板块、概念和行业分类相关接口。

方法端点说明
GET/v1/sector/concept概念列表
GET/v1/sector/concept/constituents概念成分股
GET/v1/sector/concept-ths同花顺概念
GET/v1/sector/plate行业板块
GET/v1/sector/industry-sw申万行业

1. 概念列表

方法端点
GET/v1/sector/concept

获取东财概念板块列表。

参数类型必填说明
limitint-返回条数 (默认 500)
GET/v1/sector/concept

2. 概念成分股

方法端点
GET/v1/sector/concept/constituents

获取东财概念板块成分股。

参数类型必填说明
concept_codestring-概念代码
stock_codestring-股票代码 (查询该股所属概念)
limitint-返回条数 (默认 500)
GET/v1/sector/concept/constituents

3. 同花顺概念

方法端点
GET/v1/sector/concept-ths

获取同花顺概念板块成分股。

参数类型必填说明
index_codestring-概念指数代码
stock_codestring-股票代码
limitint-返回条数 (默认 500)
GET/v1/sector/concept-ths

4. 行业板块

方法端点
GET/v1/sector/plate

获取行业板块列表。

参数类型必填说明
limitint-返回条数 (默认 200)
GET/v1/sector/plate

5. 申万行业

方法端点
GET/v1/sector/industry-sw

获取申万行业分类数据。

参数类型必填说明
levelint-行业级别 (1/2/3)
industry_codestring-行业代码
limitint-返回条数 (默认 500)
GET/v1/sector/industry-sw