Skip to main content

snapshots

Get a snapshot of the options market universe.

Examples

from openbb import obb
obb.derivatives.options.snapshots(provider='intrinio')

Parameters

NameTypeDescriptionDefaultOptional
;

Returns

OBBject
results : List[OptionsSnapshots]
Serializable results.

provider : Optional[Literal['intrinio']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
underlying_symbolList[str]Ticker symbol of the underlying asset.
contract_symbolList[str]Symbol of the options contract.
expirationList[date]Expiration date of the options contract.
dteList[int]Number of days to expiration of the options contract.
strikeList[float]Strike price of the options contract.
option_typeList[str]The type of option.
volumeList[int]The trading volume.
open_interestList[int]Open interest at the time.
last_priceList[float]Last trade price at the time.
last_sizeList[int]Lot size of the last trade.
last_timestampList[datetime]Timestamp of the last price.
openList[float]The open price.
highList[float]The high price.
lowList[float]The low price.
closeList[float]The close price.