historical_market_cap
Get the historical market cap of a ticker symbol.
Parameters
- standard
- fmp
- intrinio
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
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
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
interval
: Literal['day', 'week', 'month', 'quarter', 'year']
None
• Default: day
• Optional: True
Returns
results
: list[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
- standard
- fmp
- intrinio
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.
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.
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.