curl --request GET \
--url https://api.aries.com/v1/stock/revenue-estimate \
--header 'Authorization: Bearer <token>'Retrieve analyst revenue estimates including quarterly and annual projections with consensus forecasts and estimate revisions. Track top-line growth expectations.
Use Case: Compare next quarter’s revenue estimate with same quarter last year for growth analysis.
curl --request GET \
--url https://api.aries.com/v1/stock/revenue-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?