Skip to main content

snapshots

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

Parameters

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


Returns

results: 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 | 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.