Skip to main content

Price Target Consensus


Implementation details

Class names

Model nameParameters classData class
PriceTargetConsensusPriceTargetConsensusQueryParamsPriceTargetConsensusData

Import Statement

from openbb_core.provider.standard_models.price_target_consensus import (
PriceTargetConsensusData,
PriceTargetConsensusQueryParams,
)

Parameters

symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.

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.