Forward Earnings Estimates
GET
https://api.unusualwhales.com/api/companies/{ticker}/earnings-estimates
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Path Parameters
ticker
string
required
Responses
200 422 500Response Body 200 OK
estimates
array[Earnings Estimate]
ticker
string
Try It
GET
Path Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/companies/{ticker}/earnings-estimates" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": {
"estimates": [
null
],
"ticker": "string"
}
}