Skip to main content

consensus

Get consensus price target and recommendation.

Parameters

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

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.