Skip to main content

snapshots

Get a snapshot of the options market universe.

Parameters


Returns

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

underlying_symbol: list[str]

Ticker symbol of the underlying asset.

contract_symbol: list[str]

Symbol of the options contract.

expiration: list[date]

Expiration date of the options contract.

dte: list[int]

Number of days to expiration of the options contract.

strike: list[float]

Strike price of the options contract.

option_type: list[str]

The type of option.

volume: list[int]

The trading volume.

open_interest: list[int]

Open interest at the time.

last_price: list[float]

Last trade price at the time.

last_size: list[int]

Lot size of the last trade.

last_timestamp: list[datetime]

Timestamp of the last price.

open: list[float]

The open price.

high: list[float]

The high price.

low: list[float]

The low price.

close: list[float]

The close price.