基金区间涨幅(performance/fundrangerise) 在线调试
该接口根据基金类别 返回基金区间涨跌幅信息。
网关地址
沙箱环境调用地址: | https://sandbox.hscloud.cn |
数据核查类生产调用地址: | https://api.hscloud.cn |
仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
其余生产调用地址: | https://open.hscloud.cn |
URL
https://sandbox.hscloud.cn/gildatafund/v1/performance/fundrangerise |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET,POST |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
en_prod_code | String | 是 | 基金代码 |
基金代码,根据交易代码和交易市场组合而成,上市交易基金的后缀根据上市交易所是 .SZ或者 .SH,非上市.OF。
|
||
start_date | String | 否 | 开始日期 |
开始日期,格式yyyy-MM-dd
|
||
end_date | String | 否 | 截至日期 |
截至日期,格式yyyy-MM-dd
|
||
date_filter_type | String | 否 | 日期过滤方式 |
LatestTime-最新日期,CurrentYear-今年以来,Latest1Month-近一月,Latest3Month-近三月,Latest6Month-近六月,Latest1Year-近一年,Latest2Year-近二年,Latest3Year-近三年,Latest5Year-近五年,AllYear-全部,ListedBefore-上市以前,ListedAfter-上市以后,Customer-自定义
|
||
benchmark_code | String | 否 | 000300.SH | 基准代码 |
基准代码,只支持单入
|
|
page_no | Integer | 否 | 1 | 页面编号 |
返回结果的页码,默认为1
|
|
page_count | Integer | 否 | 10 | 页内记录数 |
单页返回的记录条数,最大不超过100,默认为10。出参总数<10000。
|
|
sort | String | 否 | 排序 |
排序规则:desc、asc
|
||
fields | String | 否 | 字段集合 |
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
fund_code | String | 基金代码 |
基金代码
|
||
fund_name | String | 基金简称 |
基金简称
|
||
trading_day | String | 交易日 |
交易日
|
||
a_unit_nv | Integer | 16 | 单位累计净值 |
单位累计净值
|
|
daily_yield_rate | Float | 16.4 | 日涨跌幅(%) |
日涨跌幅
|
|
fund_range_yield_rate | Float | 16.4 | 区间基金收益率 |
区间基金收益率
|
|
index_range_yield_rate | Float | 16.4 | 区间基准收益率 |
区间基准收益率
|
|
daily_profit | Float | 16.4 | 单位净值/每万份基金单位当日收益(元) |
每万份基金单位当日收益(元)
|
|
latest_weekly_yield | Float | 16.4 | 最近7日折算年收益率(%) |
最近7日折算年收益率(%)
|
|
same_fund_range_yield_rate | Float | 16.4 | 同类基金收益率 |
同类基金收益率
|
|
same_fund_daily_profit | Float | 16.4 | 同类基金每万份基金单位当日收益(元) |
同类基金每万份基金单位当日收益(元)
|
|
same_fund_latest_weekly_yield | Float | 16.4 | 同类基金最近7日折算年收益率(%) |
同类基金最近7日折算年收益率(%)
|