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

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.NoneTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrThe company name
target_highfloatHigh target of the price target consensus.
target_lowfloatLow target of the price target consensus.
target_consensusfloatConsensus target of the price target consensus.
target_medianfloatMedian target of the price target consensus.