cURL
curl --request POST \ --url https://api.bigdata.com/v1/price/target/query \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "identifier": { "type": "rp_entity_id", "value": "4A6F00" } } '
{ "results": [ { "rp_entity_id": "<string>", "target_identifier_id": "<string>", "target_high": 290, "target_low": 160, "target_consensus": 242.31, "target_median": 265, "currency": "USD" } ], "errors": [ { "message": "<string>" } ], "metadata": { "request_id": "<string>", "timestamp": "<string>" } }
This endpoint retrieves target price for a company, including target high, target low, target consensus, and target median.
An object containing the identifier value(s) and their type for the Target Price tool.
Show child attributes
Successful Response
Was this page helpful?