| Time | -Date | -Expiry | -Strike | -C/P | -Sent. | -Spot | -Price | -Prem. | -Type | -Vol. | -OI | -
| - {formatTime(item?.time)} - | - -- {formatDate(item?.date)} - | - -- {item?.dte < 0 ? 'expired' : item?.dte +'d'} - | - -- {item?.strike_price} - | - -- {item?.put_call} - | - -- {item?.sentiment} - | - -- {item?.underlying_price} - | - -- {item?.price} - | - -- {abbreviateNumber(item?.cost_basis)} - | - -- {item?.type} - | - - - -- {new Intl.NumberFormat("en", { - minimumFractionDigits: 0, - maximumFractionDigits: 0 - }).format(item?.volume)} - | - -- {new Intl.NumberFormat("en", { - minimumFractionDigits: 0, - maximumFractionDigits: 0 - }).format(item?.open_interest)} - | - - - - -