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

获取指定代码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/get_stock_chip

是否需要业务登录

HTTP请求方式

POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
prod_code_obj_grp Object 代码.市场, 对应的股票列表

返回参数

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

详细信息

请求示例

/quote/v2/qplus/cost_distribution/get_stock_chip

正确返回示例

{"chip_grp":[{"prod_code":"000001","hq_type_code":"XSHE","chip_ratio_grp":[{"chip_ratio":70,"chip_concentration":1065},{"chip_ratio":90,"chip_concentration":1065}],"profit_ratio":900,"average_cost":2000},{"prod_code":"600570","hq_type_code":"XSHG","chip_ratio_grp":[{"chip_ratio":70,"chip_concentration":1065},{"chip_ratio":90,"chip_concentration":1065}],"profit_ratio":900,"average_cost":2000}],"error_no":"OK"}

错误返回示例

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