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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

symbol
string
required

Economic indicator symbol (e.g., 'USURTOT' for US unemployment rate, 'USAGDPCP' for US GDP, 'USCPIYOY' for US inflation rate)

Example:

"USURTOT"

Query Parameters

resolution
enum<string>
required

Time resolution: 'q' for quarterly (3 months of data), or any other value for yearly (1 year of data)

Available options:
q,
y
Example:

"y"

Response

Economic indicator historical data retrieved successfully

country
string

Country code or name

category
string

Economic indicator category

dateTime
string

Date and time of the data point

value
number

Indicator value

frequency
string

Data frequency (e.g., monthly, quarterly, yearly)

historicalDataSymbol
string

Symbol identifier for the historical data

lastUpdate
string

Last update timestamp

Message
string

Optional message