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: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, tmx, yfinance.

Optional: True

Data

symbol: str

Symbol representing the entity requested in the data.

name: str

The company name

target_high: float

High target of the price target consensus.

target_low: float

Low target of the price target consensus.

target_consensus: float

Consensus target of the price target consensus.

target_median: float

Median target of the price target consensus.