获取股票消息(get_stock_news)
获取股票消息
URL
| https://sandbox.hscloud.cn/isee/v1/get_stock_news |
|---|
是否需要业务登录
| 否 |
|---|
HTTP请求方式
| GET,POST |
|---|
支持格式
| JSON |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| stock_code | String | 是 | 股票 |
java.lang.String
|
||
| user_token | String | 否 | 用户口令 |
java.lang.String
|
||
| chnl | String | 是 | 渠道编号 |
java.lang.String
|
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|
| subitem_score | Object | 象 | 子项评分 |
java.lang.Double
|
|
| increase_holding | String | 增持 |
java.lang.Integer
|
||
| buy | Integer | 机构买入数量 |
java.lang.Integer
|
||
| sell | Integer | 机构卖出数量 |
java.lang.Integer
|
||
| highly_recommended | Integer | 强力推荐数量 |
java.lang.Integer
|
||
| good_num | Integer | 利好总数 |
java.lang.Integer
|
||
| bad_num | Integer | 利空总数 |
java.lang.Integer
|
||
| notice_list | Object | 象 | 公告类型 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.Notice>
|
|
| low_price | Float | 最低价 |
java.lang.String
|
||
| high_price | Float | 最高价 |
java.lang.String
|
||
| neuter | String | 持有 |
java.lang.Integer
|
||
| stock_forecast | Object | 象 | 预测每股收益 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
| industry_forecast | Object | 象 | 预测行业平均价 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
| price_forecast | Object | 象 | 预测股价 |
java.util.List<com.hundsun.winner123.microtool.master.api.model.smartstock.GrowthCurve>
|
|
| mean_value_forecast | Float | 预测股价均值 |
java.lang.Double
|
