consensus
Get consensus price target and recommendation.
Parameters
- standard
- fmp
- intrinio
- tmx
- yfinance
symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.
symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.
symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.
industry_group_number: int | None
The Zacks industry group number.
symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.
symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.
Returns
results: PriceTargetConsensus
Serializable results.
provider: Optional[Literal['fmp', 'intrinio', 'tmx', 'yfinance']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- fmp
- intrinio
- tmx
- yfinance
symbol: str
Symbol representing the entity requested in the data.
name: str | None
The company name
target_high: float | None
High target of the price target consensus.
target_low: float | None
Low target of the price target consensus.
target_consensus: float | None
Consensus target of the price target consensus.
target_median: float | None
Median target of the price target consensus.
symbol: str
Symbol representing the entity requested in the data.
name: str | None
The company name
target_high: float | None
High target of the price target consensus.
target_low: float | None
Low target of the price target consensus.
target_consensus: float | None
Consensus target of the price target consensus.
target_median: float | None
Median target of the price target consensus.
symbol: str
Symbol representing the entity requested in the data.
name: str | None
The company name
target_high: float | None
High target of the price target consensus.
target_low: float | None
Low target of the price target consensus.
target_consensus: float | None
Consensus target of the price target consensus.
target_median: float | None
Median target of the price target consensus.
standard_deviation: float | None
The standard deviation of target price estimates.
total_anaylsts: int | None
The total number of target price estimates in consensus.
raised: int | None
The number of analysts that have raised their target price estimates.
lowered: int | None
The number of analysts that have lowered their target price estimates.
most_recent_date: date | None
The date of the most recent estimate.
industry_group_number: int | None
The Zacks industry group number.
symbol: str
Symbol representing the entity requested in the data.
name: str | None
The company name
target_high: float | None
High target of the price target consensus.
target_low: float | None
Low target of the price target consensus.
target_consensus: float | None
Consensus target of the price target consensus.
target_median: float | None
Median target of the price target consensus.
target_upside: float | None
Percent of upside, as a normalized percent.
total_analysts: int | None
Total number of analyst.
buy_ratings: int | None
Number of buy ratings.
sell_ratings: int | None
Number of sell ratings.
hold_ratings: int | None
Number of hold ratings.
consensus_action: str | None
Consensus action.
symbol: str
Symbol representing the entity requested in the data.
name: str | None
The company name
target_high: float | None
High target of the price target consensus.
target_low: float | None
Low target of the price target consensus.
target_consensus: float | None
Consensus target of the price target consensus.
target_median: float | None
Median target of the price target consensus.
recommendation: str | None
Recommendation - buy, sell, etc.
recommendation_mean: float | None
Mean recommendation score where 1 is strong buy and 5 is strong sell.
number_of_analysts: int | None
Number of analysts providing opinions.
current_price: float | None
Current price of the stock.
currency: str | None
Currency the stock is priced in.