Equity Peers
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
EquityPeers | EquityPeersQueryParams | EquityPeersData |
Import Statement
from openbb_core.provider.standard_models.equity_peers import (
EquityPeersData,
EquityPeersQueryParams,
)
Parameters
- standard
- fmp
symbol
: str
Symbol to get data for.
• Optional: False
symbol
: str
Symbol to get data for.
• Optional: False
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
The current stock price of the company.
market_cap
: int
The market capitalization of the company.