Skip to main content

Historical Market Cap


Implementation details

Class names

Model nameParameters classData class
HistoricalMarketCapHistoricalMarketCapQueryParamsHistoricalMarketCapData

Import Statement

from openbb_core.provider.standard_models.historical_market_cap import (
HistoricalMarketCapData,
HistoricalMarketCapQueryParams,
)

Parameters

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio.

Optional: False


start_date: Union[date, str]

Start date of the data, in YYYY-MM-DD format.

Optional: True


end_date: Union[date, str]

End date of the data, in YYYY-MM-DD format.

Optional: True

Data

date: Union[date, str]

The date of the data.

symbol: str

Symbol representing the entity requested in the data.

market_cap: Union[int, float]

Market capitalization of the security.