母基金列表(query/fund_mother_list) 在线调试

提供母基金的列表,单只母基金提供代净值、涨跌幅等

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/info/v2/query/fund_mother_list

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
page_no Integer 10 1 页面编号
返回结果的页码,默认为1
page_count Integer 10 10 页内记录数
单页返回的记录条数,最大不超过200,默认为10

返回参数

参数名 类型 最大长度 默认值 中文名 描述
base_fund_code String 200 母基代码
返回处理过市场类型的带后缀证券代码
base_fund_name String 200 母基名称(全称)
secu_abbr String 200 证券简称
unit_nv Integer 10 基金单位净值
px_change_rate Integer 10 涨跌幅(净值 %)
ab_rate Float 9.8 A:B比例
nav_date Integer 8 净值日期

请求示例

/info/v2/query/fund_mother_list?page_no=1&page_count=10

正确返回示例