按日期范围获取日线DDE资金流(fundflow_daydde) 在线调试

按日期范围或者偏移获取逐单资金流日线DDE数据

网关地址

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

URL

https://sandbox.hscloud.cn/quote/v2/fundflow_daydde

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
prod_code String 32 产品代码
get_type String 1 查找类别
start_date String 开始日期
end_date String 截止日期
date Integer 8 日期
不输入默认为当前日期;请求资金流时,如果输入日期,不返回该日期的资金流 get_type=offset时有效
search_direction Integer 10 1 搜索方向
1 表示向前查找(默认值) ,2 表示向后查找。 仅在 get_type=offset 时有效。
data_count Integer 10 10 数据个数
需要取得的资金流的根数,如果该字段不存在,默认为 10 个。 仅在 get_type=offset 时有效。

返回参数

参数名 类型 最大长度 默认值 中文名 描述
prod_code String 32 产品代码
如果查询不到,则不返回
fundflow_dde_daily_grp Object DDE资金流每日集合

请求示例

/quote/v2/fundflow_daydde?get_type=offset&prod_code=100303.XSHE&date=20160518

正确返回示例