Skip to main content

Price Target


Implementation details

Class names

Model nameParameters classData class
PriceTargetPriceTargetQueryParamsPriceTargetData

Import Statement

from openbb_core.provider.standard_models.price_target import (
PriceTargetData,
PriceTargetQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): benzinga, finviz, fmp.NoneTrue
limitintThe number of data entries to return.200True
providerLiteral['benzinga', 'finviz', 'fmp']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'benzinga' if there is no default.benzingaTrue

Data

NameTypeDescription
published_dateUnion[date, datetime]Published date of the price target.
published_timedatetime.timeTime of the original rating, UTC.
symbolstrSymbol representing the entity requested in the data.
exchangestrExchange where the company is traded.
company_namestrName of company that is the subject of rating.
analyst_namestrAnalyst name.
analyst_firmstrName of the analyst firm that published the price target.
currencystrCurrency the data is denominated in.
price_targetfloatThe current price target.
adj_price_targetfloatAdjusted price target for splits and stock dividends.
price_target_previousfloatPrevious price target.
previous_adj_price_targetfloatPrevious adjusted price target.
price_when_postedfloatPrice when posted.
rating_currentstrThe analyst's rating for the company.
rating_previousstrPrevious analyst rating for the company.
actionstrDescription of the change in rating from firm's last rating.