概念关联个股信息接口(hot_concept/list_concept_secu)

根据概念id查询关联的个股信息

网关地址

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

URL

https://sandbox.hscloud.cn/iea/v1/hot_concept/list_concept_secu

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
concept_id String 概念ID
cycle_time String 周期时间,取值为{long,medium,short(默认值)}
page_count Integer 页内记录数
page_no Integer 页面编号

返回参数

参数名 类型 最大长度 默认值 中文名 描述
data Object 详细数据
error_info String 错误提示
error_no String 错误代码

正确返回示例

{"error_no":0,"error_info":"","data":[{"secu_code":"","secu_name":"","relate_rate":0.654554444444},"..."]}