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

The region of focus for the data - i.e., us, eu.

Default: us

Optional: True

Data

symbol: str

Symbol representing the entity requested in the data.

name: str

Name of the index.

currency: str

Currency of the index.

price: float

Current price of the index.

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

Change in value of the index.

change_percent: float

Change, in normalized percentage points, of the index.