Skip to main content
GET
/
v1
/
calendars
/
historical
/
{symbol}
Get Economic Indicator Historical Data
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>"
  }
]

Authorizations

X-API-Key
string
header
required
Authorization
string
header
required

Path Parameters

symbol
string
required
Example:

Query Parameters

resolution
enum<string>
required
Available options:
q,
y
Example:

Response

country
string
category
string
dateTime
string
value
number
frequency
string
historicalDataSymbol
string
lastUpdate
string
Message
string