Index Constituents
指数和行业
Index Constituents
Get list of stocks that are constituents of a specific index. Returns stock symbols and market areas for all constituent stocks of the given index
POST
Index Constituents
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
查询指数成分股
URL:/v1/stock/index-constituents方法:
POST描述: 根据指数代码查询指数成分股列表。
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| symbol | string | 是 | 指数代码 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| status | integer | HTTP 状态码 |
| code | integer | 业务状态码 |
| message | string | 响应消息 |
| data | object | 响应数据 |
data 对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| items | array | 成分股列表 |
成分股对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| market | string | 股票市场 |
| symbol | string | 股票代码 |
示例代码
cURL 示例
Python 示例
TypeScript 示例
响应示例
成功响应
成功响应(无数据)
常用指数代码
| 指数代码 | 指数名称 |
|---|---|
| 000300 | 沪深300 |
| 000016 | 上证50 |
| 000905 | 中证500 |
| 399006 | 创业板指 |
| 399001 | 深证成指 |
| 000001 | 上证指数 |
注意事项
- symbol 参数:指数代码,如沪深300的代码为
000300 - 空响应:如果
data.items为空数组,说明没有找到该指数的成分股数据 - 市场标识:返回的
market字段表示成分股所在市场(cn、hk、us)
Authorizations
Enter your Bearer token
Body
application/json
Input schema for index constituents query
Index symbol
Example:
"000300"
