价差查询(spead_qry) 在线调试
价差查询
网关地址
沙箱环境调用地址: | https://sandbox.hscloud.cn |
数据核查类生产调用地址: | https://api.hscloud.cn |
其余生产调用地址: | https://open.hscloud.cn |
URL
https://sandbox.hscloud.cn/hk/v1/spead_qry |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET,POST |
---|
支持格式
JSON |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
exchange_type | String | 是 | 4 | 交易类别 |
【限制字典子项:K-香港市场】 |
|
stock_code | String | 是 | 16 | 证券代码 |
|
|
entrust_price | Float | 是 | 11.4 | 委托价格 |
|
|
spread_direction | String | 否 | 1 | 价差方向 |
1向上,2向下,默认1
|
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
stock_code | String | 16 | 证券代码 |
|
|
spread_code | String | 6 | 价差代码 |
|
|
spread_value | Float | 11.4 | 价差 |
|
|
high_price | Float | 11.4 | 最高价 |
|
|
low_price | Float | 11.4 | 最低价 |
|