cURL
curl --request GET \ --url https://api.tradearies.dev/v1/calendars/historical/{symbol} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <api-key>'
[ { "country": "<string>", "category": "<string>", "dateTime": "<string>", "value": 123, "frequency": "<string>", "historicalDataSymbol": "<string>", "lastUpdate": "<string>", "Message": "<string>" } ]
Retrieve historical data for calendar indicators
q
y
Was this page helpful?