v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-04-25361217.6 KB
Analysts

Get Analyst Price Targets

Fetches analyst price target data for a given company stock symbol.

get/analysts/price-targets/{symbol}

Path parameters

symbolstring required

The stock symbol of the company (e.g., AAPL).

Response

Successful response with analyst price target data.

symbolstring
published-datestring date-time
analyst-companystring
news-urlstring url
news-titlestring
news-publisherstring
news-base-urlstring
price-targetnumber
adj-price-targetnumber
price-when-postednumber
ratingstring
analyst-namestring

Example response

[
  {
    "symbol": "AAPL",
    "published-date": "2024-07-26T10:00:00.000Z",
    "analyst-company": "Wedbush",
    "news-url": "https://www.benzinga.com/analyst-ratings/analyst-color/23/09/34673717/apple-analyst-says-iphone-15-pro-pro-max-preorders-strong-out-of-the-gates-increasi",
    "news-title": "Apple Analyst Says iPhone 15 Pro, Pro Max Preorders Strong Out Of The Gates, Increasing Confidence In Estimates For Holiday Quarter",
    "news-publisher": "Benzinga",
    "news-base-url": "benzinga.com",
    "price-target": 240,
    "adj-price-target": 240,
    "price-when-posted": 175.01,
    "rating": "Buy",
    "analyst-name": "Daniel Ives"
  }
]