cURL
curl --request GET \ --url https://api.tradearies.dev/v1/calendars/earnings \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <api-key>'
[ { "date": "<string>", "epsActual": 123, "epsEstimate": 123, "hour": "<string>", "quarter": 123, "revenueActual": 123, "revenueEstimate": 123, "symbol": "<string>", "year": 123 } ]
Retrieve earnings calendar data for a date range, optionally filtered by symbol
x >= 0
1 <= x <= 1000
Was this page helpful?