Sector Data Endpoints

板块概念数据 / Sector Data

Sector, concept, and industry classification endpoints.

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

1. 概念列表 / Concept List

MethodEndpoint
GET/v1/sectors/concept

获取东财概念板块列表。

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

2. 概念成分股 / Concept Constituents

MethodEndpoint
GET/v1/sectors/concept/constituents

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

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

3. 同花顺概念 / THS Concepts

MethodEndpoint
GET/v1/sectors/concept-ths

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

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

4. 行业板块 / Industry Plates

MethodEndpoint
GET/v1/sectors/plate

获取行业板块列表。

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

5. 申万行业 / SW Industry

MethodEndpoint
GET/v1/sectors/industry-sw

获取申万行业分类数据。

参数类型必填说明
industry_codestring-行业代码
limitint-返回条数 (默认 500)
GET/v1/sectors/industry-sw