获取股票概况(get_stock_survey)
获取股票概况
URL
https://sandbox.hscloud.cn/isee/v1/get_stock_survey |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET,POST |
---|
支持格式
JSON |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
stock_code | String | 是 | 股票 |
java.lang.String
|
||
user_token | String | 否 | 用户口令 |
java.lang.String
|
||
chnl | String | 是 | 渠道编号 |
java.lang.String
|
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
stock_info | Object | 象 | 股票信息 |
com.hundsun.winner123.microtool.master.api.model.smartstock.StockInfo
|
|
concept_stock_list | Object | 象 | 概念股列表 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.ConceptStock>
|
|
industy_ranking | String | 行业排名 |
java.lang.String
|
||
company_project_list | Object | 象 | 公司业务列表 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.CompanyProject>
|
|
subitem_score | Object | 象 | 子项评分 |
java.lang.Double
|
|
impressions_list | Object | 象 | 个股印象 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.StockImpression>
|