商品股指期权到期日历 · T型报价 · 盈亏计算器
| 品种 | 合约 | 类型 | 行权价 | 虚实 | 最新价 | 每手成本 | 涨跌 | 成交量 | 持仓 | IV | 到期 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ c.commodity_name }} | {{ c.contract_id }} | {{ c.option_type === '看涨' ? '购' : '沽' }} | {{ fmtNum(c.strike_price) }} | {{ moneynessLabel(c) }} | {{ fmtNum(c.last_price) }} | {{ contractCost(c) != null ? '¥' + fmtMoney(contractCost(c)) : '-' }} | {{ fmtPct(c.change_pct) }} | {{ formatVolume(c.volume) }} | {{ formatVolume(c.open_interest) }} | {{ c.implied_vol != null ? c.implied_vol.toFixed(1) : '-' }} | {{ c.days_to_expiry === 0 ? '今日' : c.days_to_expiry + '天' }} |