筹码分布股票占比查询(qplus/cost_distribution/query_proportion) 在线调试

筹码分布的70%集中度、90%的集中度、获利占比按照范围进行统计

网关地址

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

URL

https://sandbox.hscloud.cn/quote/v2/qplus/cost_distribution/query_proportion

是否需要业务登录

HTTP请求方式

POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
specify_field Integer 32 获取统计字段
支持的字段如下: 0:70%筹码集中度 1:90%筹码集中度 2:获利占比

返回参数

参数名 类型 最大长度 默认值 中文名 描述
error_no String 错误代码
OK':表示操作成功,其他为错误码
error_info String 2000 操作结果描述
若'error_no'不为'OK', 该字段返回错误信息描述,否则该字段可以不存在。
proportion_grp Object 筹码集中度股票分布

请求示例

/quote/v2/qplus/cost_distribution/query_proportion

正确返回示例

{"proportion_grp":[{"percent":20,"prod_code_count":965},{"percent":40,"prod_code_count":1065},{"percent":60,"prod_code_count":1065},{"percent":80,"prod_code_count":1065},{"percent":100,"prod_code_count":1065}],"error_no":"OK"}

错误返回示例

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