curl --request GET \
--url https://api.aries.com/v1/stock/eps-estimate \
--header 'Authorization: Bearer <token>'Retrieve analyst earnings per share (EPS) estimates including quarterly and annual forecasts with consensus and revision trends. Essential for earnings season preparation.
Use Case: Monitor EPS estimate revisions to identify stocks with improving earnings momentum.
curl --request GET \
--url https://api.aries.com/v1/stock/eps-estimate \
--header 'Authorization: Bearer <token>'OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Stock ticker symbol. Required.
"AAPL"
Frequency: annual or quarterly
"quarterly"
Successful response
Show child attributes
Was this page helpful?