Skip to main content

historical_market_cap

Get the historical market cap of a ticker symbol.

Parameters

symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio.

start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.

end_date: date | None | str
End date of the data, in YYYY-MM-DD format.


Returns

results: HistoricalMarketCap

Serializable results.

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

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

date: date | str
The date of the data.

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

market_cap: int | float
Market capitalization of the security.