Skip to main content

snapshots

Index Snapshots. Current levels for all indices from a provider, grouped by region.

Parameters

region: str

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

Default: us

Optional: True


Returns

results: list[IndexSnapshots]

Serializable results.


provider: Optional[Literal['cboe', 'tmx']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


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.