Sector Data Endpoints

板块概念数据 / Sector Data

Sector, concept, and industry classification endpoints.

MethodEndpointDescription
GET/v1/sector/conceptConcept list
GET/v1/sector/concept/constituentsConcept constituents
GET/v1/sector/concept-thsTHS concept constituents
GET/v1/sector/plateIndustry plates
GET/v1/sector/industry-swSW industry classification

1. 概念列表 / Concept List

MethodEndpoint
GET/v1/sector/concept

获取东财概念板块列表。

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

2. 概念成分股 / Concept Constituents

MethodEndpoint
GET/v1/sector/concept/constituents

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

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

3. 同花顺概念 / THS Concepts

MethodEndpoint
GET/v1/sector/concept-ths

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

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

4. 行业板块 / Industry Plates

MethodEndpoint
GET/v1/sector/plate

获取行业板块列表。

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

5. 申万行业 / SW Industry

MethodEndpoint
GET/v1/sector/industry-sw

获取申万行业分类数据。

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