查询板块资金流排名 (fundflow_rank) 在线调试
查询板块资金流排名
URL
| https://sandbox.hscloud.cn/quote/v2/fundflow_rank |
|---|
是否需要业务登录
| 否 |
|---|
HTTP请求方式
| GET |
|---|
支持格式
| JSON |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| 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 | 排序结果集 |
请求示例
http://192.168.58.200:8082/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]
]
}
}
