Skip to main content

market_snapshots

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

Examples

from openbb import obb
obb.equity.market_snapshots(provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional
;

Returns

OBBject
results : List[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

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
openfloatThe open price.
highfloatThe high price.
lowfloatThe low price.
closefloatThe close price.
volumeintThe trading volume.
prev_closefloatThe previous close price.
changefloatThe change in price from the previous close.
change_percentfloatThe change in price from the previous close, as a normalized percent.