Skip to main content
GET
/
v1
/
market
/
holiday
Get Market Holidays
curl --request GET \
  --url https://api.aries.com/v1/market/holiday \
  --header 'Authorization: Bearer <token>'
{
  "holidays": [
    {
      "eventName": "Christmas Day",
      "atDate": "2026-12-25",
      "tradingHour": ""
    },
    {
      "eventName": "Christmas Day",
      "atDate": "2026-12-24",
      "tradingHour": "09:30-13:00"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

exchange
string
required

Exchange code (e.g. US, TO, L). Required.

Example:

"US"

Response

Successful response

Market holiday response