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