v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Price Target

Get latest price target consensus.

get/stock/price-target

Query parameters

symbolstring required

Symbol of the company: AAPL.

Response

successful operation

symbolstring

Company symbol.

targetHighnumber float

Highes analysts' target.

targetLownumber float

Lowest analysts' target.

targetMeannumber float

Mean of all analysts' targets.

targetMediannumber float

Median of all analysts' targets.

numberAnalystsinteger

Number of Analysts.

lastUpdatedstring

Updated time of the data

Example response

{
  "targetLow": 6.0274563,
  "symbol": "symbol",
  "lastUpdated": "lastUpdated",
  "numberAnalysts": 5,
  "targetHigh": 0.8008282,
  "targetMean": 1.4658129,
  "targetMedian": 5.962134
}