Index Tracking Funds
指数和行业
Index Tracking Funds
Get list of funds that track a specific index. Returns fund names, short names, and fund codes for all tracking funds of the given index
POST
Index Tracking Funds
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-tracking-funds方法:
POST描述: 根据指数代码查询跟踪该指数的基金列表。
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| symbol | string | 是 | 指数代码 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| status | integer | HTTP 状态码 |
| code | integer | 业务状态码 |
| message | string | 响应消息 |
| data | object | 响应数据 |
data 对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| items | array | 基金列表 |
基金对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| symbol | string | 基金代码 |
| short_name | string | 基金简称 |
| name | string | 基金全称 |
示例代码
cURL 示例
Python 示例
TypeScript 示例
响应示例
成功响应
成功响应(无数据)
常用指数代码
| 指数代码 | 指数名称 |
|---|---|
| 000300 | 沪深300 |
| 000016 | 上证50 |
| 000905 | 中证500 |
| 399006 | 创业板指 |
| 000852 | 中证1000 |
注意事项
- symbol 参数:指数代码,如沪深300的代码为
000300 - 空响应:如果
data.items为空数组,说明没有找到跟踪该指数的基金 - 基金类型:返回的基金包括 ETF、LOF、场外指数基金等各类跟踪基金
Authorizations
Enter your Bearer token
Body
application/json
Input schema for index tracking funds query
Index symbol
Example:
"000300"
