基金持股(query/f10_fund_holdings) 在线调试
申报日期范围内上市公司基金持股和基金持仓家数以及基金占流通股比例
URL
| https://sandbox.hscloud.cn/info/v2/query/f10_fund_holdings |
|---|
是否需要业务登录
| 否 |
|---|
HTTP请求方式
| GET |
|---|
支持格式
| JSON |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| en_prod_code | String | 是 | 2000 | 产品代码集 |
"股票代码列表:支持多股票,以"",""分隔
约束:
1、个股类接口该字段必选
2、最多支持20只股票"
|
|
| page_no | Integer | 否 | 10 | 1 | 页面编号 |
返回结果的页码,默认为1
|
| page_count | Integer | 否 | 8 | 10 | 页内记录数 |
单页返回的记录条数,最大不超过200,默认为10
|
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|
| report_date | Integer | 8 | 申报日期 |
|
|
| fund_holding_num | Integer | 8 | 基金持仓家数 |
|
|
| fund_holding_shares | Integer | 8 | 基金持股数 |
|
|
| pct_of_float_share | Float | 8.4 | 占已流通股比率 |
|
请求示例
/info/v2/query/f10_fund_holdings?en_prod_code=600570.SS,000538.SZ&page_no=1&page_count=2
正确返回示例
{
"data": [
{
"20101008": [
{
"600570.SS": [
{
"fund_holding_num": "166",
"fund_holding_shares": "138353238",
"pct_of_float_share": "0.2239",
"report_date": "2014-12-31"
}
]
},
{
"000538.SZ": [
{
"fund_holding_num": "154",
"fund_holding_shares": "49296501",
"pct_of_float_share": "0.0473",
"report_date": "2014-12-31"
}
]
}
]
}
]
}
