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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

exchange
string

Exchange code.

Response

200 - application/json

Successful response

holidays
object[]

List of market holidays and special trading days