Skip to main content
GET
/
v1
/
calendars
/
historical
/
{symbol}
Get Historical Economic Data
curl --request GET \
  --url https://api.aries.com/v1/calendars/historical/{symbol} \
  --header 'Authorization: Bearer <token>'
[
  {
    "Message": "<string>",
    "category": "<string>",
    "country": "<string>",
    "dateTime": "<string>",
    "frequency": "<string>",
    "historicalDataSymbol": "<string>",
    "lastUpdate": "<string>",
    "value": 123
  }
]

Authorizations

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, USAGDPCP, USCPIYOY)

Example:

"USURTOT"

Response

Economic indicator historical data retrieved successfully

Message
string

Optional message

category
string

Economic indicator category

country
string

Country code or name

dateTime
string

Date and time of the data point

frequency
string

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

historicalDataSymbol
string

Symbol identifier for the historical data

lastUpdate
string

Last update timestamp

value
number

Indicator value