Skip to main content

Options Snapshots


Implementation details

Class names

Model nameParameters classData class
OptionsSnapshotsOptionsSnapshotsQueryParamsOptionsSnapshotsData

Import Statement

from openbb_core.provider.standard_models.options_snapshots import (
OptionsSnapshotsData,
OptionsSnapshotsQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional

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.