Earnings Estimates
Get company's EPS estimates.
Query parameters
Symbol of the company: AAPL.
Can take 1 of the following values: <code>annual, quarterly</code>. Default to <code>quarterly</code>
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"epsHigh": 6.0274563,
"period": "2000-01-23",
"epsAvg": 0.8008282,
"epsLow": 1.4658129,
"year": 5,
"numberAnalysts": 5,
"quarter": 2
},
{
"epsHigh": 6.0274563,
"period": "2000-01-23",
"epsAvg": 0.8008282,
"epsLow": 1.4658129,
"year": 5,
"numberAnalysts": 5,
"quarter": 2
}
],
"freq": "freq"
}Changes
Changed in 4 of the 35 revisions of this API.79
- ○
added the optional property
data/items/quarterto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/yearto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
data/items/epsAvgto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/epsHighto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/epsLowto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/numberAnalyststo the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/periodto the response with the200statusresponse-optional-property-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
Defaultaddedapi-tag-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
data/items/epsAvgfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/epsHighfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/epsLowfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/numberAnalystsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/periodfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/quarterfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/yearfrom the response with the200statusresponse-optional-property-removed
- ○
api tag
Defaultremovedapi-tag-removed
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●