Sector Data Endpoints
板块概念数据 / Sector Data
Sector, concept, and industry classification endpoints.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/sector/concept | Concept list |
| GET | /v1/sector/concept/constituents | Concept constituents |
| GET | /v1/sector/concept-ths | THS concept constituents |
| GET | /v1/sector/plate | Industry plates |
| GET | /v1/sector/industry-sw | SW industry classification |
1. 概念列表 / Concept List
| Method | Endpoint |
|---|---|
| GET | /v1/sector/concept |
获取东财概念板块列表。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
limit | int | - | 返回条数 (默认 500) |
GET
/v1/sector/concept2. 概念成分股 / Concept Constituents
| Method | Endpoint |
|---|---|
| GET | /v1/sector/concept/constituents |
获取东财概念板块成分股。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
concept_code | string | - | 概念代码 |
stock_code | string | - | 股票代码 (查询该股所属概念) |
limit | int | - | 返回条数 (默认 500) |
GET
/v1/sector/concept/constituents3. 同花顺概念 / THS Concepts
| Method | Endpoint |
|---|---|
| GET | /v1/sector/concept-ths |
获取同花顺概念板块成分股。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
index_code | string | - | 概念指数代码 |
stock_code | string | - | 股票代码 |
limit | int | - | 返回条数 (默认 500) |
GET
/v1/sector/concept-ths4. 行业板块 / Industry Plates
| Method | Endpoint |
|---|---|
| GET | /v1/sector/plate |
获取行业板块列表。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
limit | int | - | 返回条数 (默认 200) |
GET
/v1/sector/plate5. 申万行业 / SW Industry
| Method | Endpoint |
|---|---|
| GET | /v1/sector/industry-sw |
获取申万行业分类数据。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
level | int | - | 行业级别 (1/2/3) |
industry_code | string | - | 行业代码 |
limit | int | - | 返回条数 (默认 500) |
GET
/v1/sector/industry-sw