查询板块资金流排名(fundflow_rank) 在线调试

对板块资金流的净流入数值进行升序或降序排序(此接口功能已被fundflow_order_rank覆盖,相当于fundflow_order_rank接口的sort_level=0时对板块市场排序。新增客户建议使用fundflow_order_rank接口)

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
start_pos Integer 10 0 起始位置
不填默认从0开始
data_count Integer 10 数据个数
sort_type String 1 0 排序方式
0:降序排名 1:升序排名 数据值=(超大流入+大流入 - 超大流出 - 大流出) 默认为:0

返回参数

参数名 类型 最大长度 默认值 中文名 描述
data_count Integer 10 数据个数
start_pos Integer 10 起始位置
sort_type String 1 排序方式
block_fundflow_rank_grp Object 排序结果集

请求示例

/quote/v2/fundflow_rank?start_pos=0&data_count=3&sort_type=0

正确返回示例

{"data":{"data_count":3,"start_pos":0,"sort_type":0,"fields":["prod_code","fundflow"],"sort":[["DY1154",554744953],["003501",496742665],["R86000",435167904]]}}