cURL
curl --request GET \ --url https://api.tradearies.dev/v1/calendars/economics \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <api-key>'
{ "events": [ { "calendarId": "<any>", "date": "<string>", "country": "<string>", "category": "<string>", "event": "<string>", "reference": "<string>", "actual": "<string>", "previous": "<string>", "forecast": "<string>", "importance": 123 } ], "importantDates": [ "<string>" ] }
Retrieve economic calendar events for a specific date
x >= 0
1 <= x <= 1000
Show child attributes
Was this page helpful?