获取当天热点概念列表(hot_concept/list_hot_concept)

获取当天热点概念列表

网关地址

沙箱环境调用地址: 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_hot_concept

是否需要业务登录

HTTP请求方式

POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
topn Integer topn个热点,默认为10
date Integer 日期
查询的日期,格式为yyyy-MM-dd,如果不传则返回当天数据

返回参数

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

正确返回示例

{"error_no":"0","error_info":"操作成功!","data":[{"concept_name":"电子发票","update_time":"2018-03-22 12:00:00","concept_id":"529683333200","concept_index_chg":0,"concept_index_code":"003800.XBHS","headsecu":[{"secu_name":"航天信息","secu_code":"600271.SS","circulation_market_value":"39318625925","secu_chg":0},{"secu_name":"综艺股份","secu_code":"600770.SS"},{"secu_name":"博思软件","secu_code":"300525.SZ"},{"secu_name":"东港股份","secu_code":"002117.SZ"},{"secu_name":"方正科技","secu_code":"600601.SS"},{"secu_name":"新 大 陆","secu_code":"000997.SZ"}],"down_secu_count":2,"last_news_id":"123456","last_news_title":"消费电子发票","up_secu_count":2}]}