Skip to main content

Market Snapshots


Implementation details

Class names

Model nameParameters classData class
MarketSnapshotsMarketSnapshotsQueryParamsMarketSnapshotsData

Import Statement

from openbb_core.provider.standard_models.market_snapshots import (
MarketSnapshotsData,
MarketSnapshotsQueryParams,
)

Parameters

Data

symbol: str

Symbol representing the entity requested in the data.

open: float

The open price.

high: float

The high price.

low: float

The low price.

close: float

The close price.

volume: int

The trading volume.

prev_close: float

The previous close price.

change: float

The change in price from the previous close.

change_percent: float

The change in price from the previous close, as a normalized percent.