期权代码信息查询(func_opt_optcode_qry) 在线调试
期权代码信息查询
网关地址
沙箱环境调用地址: | https://sandbox.hscloud.cn |
数据核查类生产调用地址: | https://api.hscloud.cn |
仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
其余生产调用地址: | https://open.hscloud.cn |
URL
https://sandbox.hscloud.cn/option/v1/func_opt_optcode_qry |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
stock_code | String | 否 | 6 | 空格,表示不限制 | 证券代码 | |
option_code | String | 否 | 8 | 空格,表示不限制 | 期权合约编码 | |
option_type | String | 否 | 1 | 空格,表示不限制 | 期权种类 | |
exercise_month | Integer | 否 | 6 | 行权月份 | ||
position_str | String | 否 | 100 | 定位串 | ||
request_num | Integer | 否 | 10 | 请求行数 |
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
exchange_type | String | 4 | 交易类别 | ||
option_code | String | 8 | 期权合约编码 |
|
|
optcontract_id | String | 32 | 合约交易代码 |
|
|
option_name | String | 32 | 期权合约简称 |
|
|
option_type | String | 1 | 期权种类 | ||
stock_type | String | 4 | 证券类别 | ||
stock_code | String | 6 | 证券代码 |
|
|
money_type | String | 3 | 币种类别 | ||
amount_per_hand | Integer | 10 | 合约乘数 |
|
|
option_mode | String | 1 | 期权执行方式 | ||
opt_close_price | Float | 11.4 | 合约前收盘价 |
|
|
close_price | Float | 11.4 | 昨收盘 |
|
|
opt_up_price | Float | 12.6 | 上限价 |
|
|
opt_down_price | Float | 12.6 | 下限价 |
|
|
exercise_price | Float | 12.6 | 行权价格 |
|
|
initper_balance | Float | 16.2 | 单位保证金 |
|
|
limit_high_amount | Integer | 10 | 单笔限价申报最高数量 |
|
|
limit_low_amount | Integer | 10 | 单笔限价申报最低数量 |
|
|
mkt_high_amount | Integer | 10 | 单笔市价申报最高数量 |
|
|
mkt_low_amount | Integer | 10 | 单笔市价申报最低数量 |
|
|
begin_date | Integer | 8 | 起始日期 |
|
|
end_date | String | 8 | 截止日期 |
|
|
exe_begin_date | Integer | 8 | 行权开始日期 |
|
|
exe_end_date | Integer | 8 | 行权截至日期 |
|
|
optcode_status | String | 1 | 期权代码状态 | ||
opt_updated_status | String | 1 | 期权合约调整标志 | ||
option_version | Integer | 10 | 期权合约版本号 |
|
|
opt_open_status | String | 1 | 期权开仓状态 | ||
option_flag | String | 1 | 期权合约挂牌标志 | ||
opt_final_status | String | 1 | 期权合约临近到期标志 | ||
opt_price_step | Float | 11.4 | 最小价差(元) |
|
|
position_str | String | 100 | 定位串 |
|