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

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.