peers
Get the closest peers for a given company.
Peers consist of companies trading on the same exchange, operating within the same sector and with comparable market capitalizations.
Parameters
- standard
- fmp
symbol: str
Symbol to get data for.
symbol: str
Symbol to get data for.
Returns
results: EquityPeers
Serializable results.
provider: Optional[Literal['fmp']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- fmp
symbol: str
Symbol representing the entity requested in the data.
symbol: str
Symbol representing the entity requested in the data.
name: str
The name of the company.
price: float | None
The current stock price of the company.
market_cap: int | None
The market capitalization of the company.