Skip to main content

market_snapshots

Get an updated equity market snapshot. This includes price data for thousands of stocks.

Parameters


Returns

results: MarketSnapshots

Serializable results.

provider: Optional[Literal['fmp', 'intrinio', 'polygon']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

exchange: str | None
Exchange the security is listed on.

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

name: str | None
Name of the company, fund, or security.

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
The change in price from the previous close.

change_percent: float | None
The change in price from the previous close, as a normalized percent.