Skip to main content

price_target

Get analyst price targets by company.

Parameters

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

limit: int | None
The number of data entries to return.


Returns

results: PriceTarget

Serializable results.

provider: Optional[Literal['benzinga', 'finviz', 'fmp']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

published_date: date | datetime
Published date of the price target.

published_time: datetime.time | None
Time of the original rating, UTC.

symbol: str
Symbol representing the entity requested in the data.

exchange: str | None
Exchange where the company is traded.

company_name: str | None
Name of company that is the subject of rating.

analyst_name: str | None
Analyst name.

analyst_firm: str | None
Name of the analyst firm that published the price target.

currency: str | None
Currency the data is denominated in.

price_target: float | None
The current price target.

adj_price_target: float | None
Adjusted price target for splits and stock dividends.

price_target_previous: float | None
Previous price target.

previous_adj_price_target: float | None
Previous adjusted price target.

price_when_posted: float | None
Price when posted.

rating_current: str | None
The analyst's rating for the company.

rating_previous: str | None
Previous analyst rating for the company.

action: str | None
Description of the change in rating from firm's last rating.