最新估值查询(三)(fundestimate/fundvaluation_lastpoint_jy) 在线调试
提供基金日内全量或增量实时估算净值和估算涨跌幅数据,通过startTime参数设置估值开始时间,通过extendValuation参数控制是否返回15:00之后的数据。
网关地址
| 沙箱环境调用地址: | https://sandbox.hscloud.cn |
| 数据核查类生产调用地址: | https://api.hscloud.cn |
| 仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
| 其余生产调用地址: | https://open.hscloud.cn |
URL
| https://sandbox.hscloud.cn/gildatafais/v1/fundestimate/fundvaluation_lastpoint_jy |
|---|
是否需要业务登录
| 否 |
|---|
HTTP请求方式
| GET,POST |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| secu_codes | String | 是 | 基金代码 |
最多传入999个,用逗号分隔。如000001,000021
|
||
| write_type | String | 否 | 类型模式 |
当write_type=1时,数据会转变为json对象格式
|
||
| extend_valuation | String | 否 | 是否增量 |
不传或者false,则返回数据截至时间到15:00
|
||
| sort_field_name | String | 否 | 排序字段名称 |
按照该字段进行排序,允许的字段:estimated_nav估算净值;estimated_change估算涨跌幅。不传按照入参代码输入顺序排序(默认)
|
||
| sort_type | String | 否 | 排序方式 |
排序方式:0表示升序;1表示降序,不传表示不进行排序(默认)。
|
||
| fields | String | 否 | 字段集合 |
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|
| result_columns | String | 字段名称 |
字段名称
|
||
| result_values | String | 估值数据列表 |
证券代码:估值数据列表,估值数据列表中每个元素都是一个小列表对应columns
|
