逐笔扩展资金流快照(fundflow_trans_snapshot) 在线调试
逐笔扩展资金流快照
URL
https://sandbox.hscloud.cn/quote/v2/fundflow_trans_snapshot |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET |
---|
支持格式
JSON |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
en_prod_code | String | 是 | 2000 | 产品代码集 |
格式:逗号分割的CODE. MIC字符串
如: "100303. XSHE, 510330.XSHG "
|
|
fields | String | 否 | 255 | 字段集合 |
不输表示返回默认的字段即全部
段,在列表中选择一个或多个(使用逗号分割)
目前支持字段:
date 日期
min_time 时间
total_net_turnover 逐笔总成交额净量
super_grp 超大单集合
large_grp 大单集合
medium_grp 中单集合
little_grp 小单集合
(目前上面一个grp里只支持成交额,其余不支持)
main_net_turnover 逐笔大单成交额净量
net_turnover_grp 资金净值集合
|
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
fundflow_trans_snapshot_grp | Object | 逐笔资金流快照 |
请求示例
http://10.253.9.160:8082/quote/v2/fundflow_trans_snapshot?en_prod_code=109799.XSHE,100303.XSHE
正确返回示例
{ "data":{ “fundflow_trans_snapshot_grp”:[ { “prod_code”: "109799.XSHE", “date”: 20160519, “min_time”:130500000, “total_net_turnover”:0, “main_net_turnover”:0, “net_turnover_grp”:{ “super_net_turnover”:0, “large_net_turnover”:0, “medium_net_turnover”:0, “little_net_turnover”:0 }, “super_grp”:{ “amount_in”:0, “turnover_in”:0, “count_in”:0, “entrust_count_in”:0, “amount_out”:0, “turnover_out”:0, “count_out”:0, “entrust_count_out”:0 }, “large_grp”:{ “amount_in”:0, “turnover_in”:0, “count_in”:0, “entrust_count_in”:0, “amount_out”:0, “turnover_out”:0, “count_out”:0, “entrust_count_out”:0 } “medium_grp”:{ “amount_in”:0, “turnover_in”:0, “count_in”:0, “entrust_count_in”:0, “amount_out”:0, “turnover_out”:0, “count_out”:0, “entrust_count_out”:0 } “little_grp”:{ “amount_in”:0, “turnover_in”:0, “count_in”:0, “entrust_count_in”:0, “amount_out”:0, “turnover_out”:0, “count_out”:0, “entrust_count_out”:0 } } ] } }