连续涨跌停家数分析统计(qplus/hq_analysis/updown_days_statistic) 在线调试

查询连续涨跌停代码合集,连续涨跌停家数分析统计是当前涨停的股票数据,注意假设涨停过打开之后没有再次涨停,该股票就不会统计进来

网关地址

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

URL

https://sandbox.hscloud.cn/quote/v2/qplus/hq_analysis/updown_days_statistic

是否需要业务登录

HTTP请求方式

POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
data_count Integer 32 数据个数
数据个数
start_pos Integer 32 0 起始位置
起始位置
hq_statistic_type Integer 32 统计类型
统计类型:0:涨停 1:跌停

返回参数

参数名 类型 最大长度 默认值 中文名 描述
updown_days_grp Object 涨/跌停统计结果集
涨/跌停统计结果集

详细信息

hq_statistic_type Integer 32 统计类型
统计类型:0:涨停 1:跌停

请求示例

/quote/v2/qplus/hq_analysis/updown_days_statistic

正确返回示例

{"hq_statistic_type":0,"updown_days_grp":[{"prod_code":"002941","prod_name":"新疆交建","last_px":12510,"hq_type_code":"XSHE","min_time":930,"continuous_day":3},{"prod_code":"000722","prod_name":"湖南发展","last_px":7580,"hq_type_code":"XSHE","min_time":933,"continuous_day":3},{"prod_code":"603187","prod_name":"海容冷链","last_px":51080,"hq_type_code":"XSHG","min_time":930,"continuous_day":2},{"prod_code":"002943","prod_name":"宇晶股份","last_px":27900,"hq_type_code":"XSHE","min_time":930,"continuous_day":2},{"prod_code":"603366","prod_name":"日出东方","last_px":4580,"hq_type_code":"XSHG","min_time":931,"continuous_day":1},{"prod_code":"002188","prod_name":"*ST巴士","last_px":3530,"hq_type_code":"XSHE","min_time":930,"continuous_day":1},{"prod_code":"000632","prod_name":"三木集团","last_px":4510,"hq_type_code":"XSHE","min_time":933,"continuous_day":1}]}

错误返回示例

{"error_no":"1","error_info":"request param error"}