Skip to main content

Index Snapshots


Implementation details

Class names

Model nameParameters classData class
IndexSnapshotsIndexSnapshotsQueryParamsIndexSnapshotsData

Import Statement

from openbb_core.provider.standard_models.index_snapshots import (
IndexSnapshotsData,
IndexSnapshotsQueryParams,
)

Parameters

region: str | None
Default: us
The region of focus for the data - i.e., us, eu.

Data

symbol: str
Symbol representing the entity requested in the data.

name: str | None
Name of the index.

currency: str | None
Currency of the index.

price: float | None
Current price of the index.

open: float | None
The open price.

high: float | None
The high price.

low: float | None
The low price.

close: float | None
The close price.

volume: int | None
The trading volume.

prev_close: float | None
The previous close price.

change: float | None
Change in value of the index.

change_percent: float | None
Change, in normalized percentage points, of the index.