GET
/api/opt_basic 去调试
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| opt_code | str | 否 | 期权代码 |
| opt_underlying_code | str | 否 | 标的合约代码 |
| exchange | str | 否 | 交易市场 |
| list_date | str | 否 | 开始交易日期 |
| delist_date | str | 否 | 最后交易日期 |
| 字段名 | 类型 | 说明 | 默认展示 |
|---|---|---|---|
| opt_code | str | 期权代码 | 是 |
| opt_underlying_code | str | 标的合约代码 | 是 |
| exchange | str | 交易市场 | 是 |
| name | str | 合约名称 | 是 |
| per_unit | int | 合约单位 | 是 |
| opt_type | str | 合约类型 | 是 |
| call_put | str | 期权类型 | 是 |
| exercise_type | str | 行权方式 | 是 |
| exercise_price | float | 行权价格 | 是 |
| s_month | str | 结算月 | 是 |
| maturity_date | str | 到期日 | 是 |
| list_price | float | 挂牌基准价 | 是 |
| list_date | str | 开始交易日期 | 是 |
| delist_date | str | 最后交易日期 | 是 |
| last_edate | str | 最后行权日期 | 是 |
| last_ddate | str | 最后交割日期 | 是 |
| quote_unit | str | 报价单位 | 是 |
| min_price_chg | float | 最小价格波幅 | 是 |
{
"msg": "ok",
"code": 0,
"data": [
{
"name": "铁矿石期权2611认沽780",
"s_month": "202611",
"call_put": "P",
"exchange": "DCE",
"opt_code": "I2611-P-780.DCE",
"opt_type": "期货期权",
"per_unit": 100,
"list_date": "20251118",
"last_ddate": null,
"last_edate": "20261026",
"list_price": "86.0000",
"quote_unit": "人民币元/吨",
"delist_date": "20261023",
"exercise_type": "美式",
"maturity_date": "20261023",
"min_price_chg": "0.1000",
"exercise_price": "780.0000",
"opt_underlying_code": "I2611.DCE"
},
{
"name": "碳酸锂期权2611C110000",
"s_month": "202611",
"call_put": "C",
"exchange": "GFEX",
"opt_code": "LC2611-C-110000.GFE",
"opt_type": "期货期权",
"per_unit": 1,
"list_date": "20251119",
"last_ddate": null,
"last_edate": "20261015",
"list_price": "5170.0000",
"quote_unit": "人民币元/吨",
"delist_date": "20261014",
"exercise_type": "美式",
"maturity_date": "20261014",
"min_price_chg": "10.0000",
"exercise_price": "110000.0000",
"opt_underlying_code": "LC2611.GFE"
}
],
"count": 2
}