PRICE_TARGET
Get analyst price targets by company.
Syntax
=OBB.EQUITY.ESTIMATES.PRICE_TARGET([symbol],[limit],[with_grade])
Examples
=OBB.EQUITY.ESTIMATES.PRICE_TARGET()
=OBB.EQUITY.ESTIMATES.PRICE_TARGET("msft",10)
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. Multiple comma separated items allowed. | False |
limit | Number | The number of data entries to return. | False |
with_grade | Boolean | Include upgrades and downgrades in the response. | False |
Data
- fmp
Name | Description |
---|---|
published_date | Published date of the price target. |
published_time | Time of the original rating, UTC. |
symbol | Symbol representing the entity requested in the data. |
exchange | Exchange where the company is traded. |
company_name | Name of company that is the subject of rating. |
analyst_name | Analyst name. |
analyst_firm | Name of the analyst firm that published the price target. |
currency | Currency the data is denominated in. |
price_target | The current price target. |
adj_price_target | Adjusted price target for splits and stock dividends. |
price_target_previous | Previous price target. |
previous_adj_price_target | Previous adjusted price target. |
price_when_posted | Price when posted. |
rating_current | The analyst's rating for the company. |
rating_previous | Previous analyst rating for the company. |
action_company | Description of the change in rating from firm's last rating.Note that all of these terms are precisely defined. |
action_pt | Description of the change in price target from firm's last price target. |
importance | Subjective Basis of How Important Event is to Market. 5 = High |
notes | Notes of the price target. |
analyst_id | Id of the analyst. |
url_news | URL for analyst ratings news articles for this ticker on Benzinga.com. |
url_analyst | URL for analyst ratings page for this ticker on Benzinga.com. |
id | Unique ID of this entry. |
updated | Last updated timestamp, UTC. |