热点舆情走势(hot_concept/list_hot_trend)

根据日期获取前三个月的历史热点概念数据

网关地址

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
concept_id String 概念ID
end_date String 查询截止日期(yyyy-MM-dd)

返回参数

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

正确返回示例

{"error_no":"0","error_info":"操作成功!","data":[{"concept_hot_avg10":1.3,"pubDate":"2018-01-22","concept_hot":1.1},{"concept_hot_avg10":0,"pubDate":"2018-03-21","concept_hot":0},{"concept_hot_avg10":0,"pubDate":"2018-03-21","concept_hot":0},{"concept_hot_avg10":1.3,"pubDate":"2018-03-22","concept_hot":1.1}]}