v1

latestOpenAPI 3.0.0Proprietary2026-07-2642128296.2 KB
Holidays

List holidays by country

Returns a list of bank holidays for the specified country and/or year. Each holiday includes the timezone of the country.

get/holidays

Response

A list of holidays

Example response

{
  "holidays": [
    {
      "date": "2026-01-01",
      "country_code": "CL",
      "name": "Ano Nuevo",
      "timezone": "America/Santiago"
    }
  ]
}