get_options_contract
Snapshot one OCC contract — price, OI, intraday OHLCV, last trade.
The contract_ticker is an OCC-format symbol like 'O:AAPL260520C00205000'
(O: + underlying + YYMMDD + C/P + strike-in-thousandths-8-digits).
The 'O:' prefix is optional.
Quotes are typically delayed ~15 minutes. Greeks and implied
volatility are not available from this data source.
Args:
contract_ticker: OCC contract symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_ticker | Yes | OCC-format option ticker, e.g. 'O:AAPL260520C00205000'. The 'O:' prefix is optional. |