v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Analyst Estimates

Target Price

This endpoint retrieves target price for a company, including target high, target low, target consensus, and target median.

post/v1/price/target/query

Request body

Response

Successful Response

Example response

{
  "results": [
    {
      "rp_entity_id": "4A6F00",
      "target_identifier_id": "GOOGL",
      "target_high": 290,
      "target_low": 160,
      "target_consensus": 242.31,
      "target_median": 265,
      "currency": "USD"
    }
  ]
}