Guatemala Holidays in 2023

List of public holidays in Guatemala 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
20th MarchMondayMarch EquinoxSeason
6th AprilThursdayMaundy ThursdayNational holiday, Christian
7th AprilFridayGood FridayNational holiday, Christian
8th AprilSaturdayEaster SaturdayNational holiday, Christian
9th AprilSundayEaster SundayObservance, Christian
10th AprilMondayEaster MondayObservance, Christian
1st MayMondayLabor DayNational holiday
10th MayWednesdayMothers’ Day (Working Mothers Only)National holiday
21st JuneWednesdayJune SolsticeSeason
30th JuneFridayArmy DayObservance
3rd JulyMondayArmy Day HolidayNational holiday
15th AugustTuesdayAssumption of Mary (Guatemala City only)Municipal holiday
15th SeptemberFridayIndependence DayNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
12th OctoberThursdayDia de la razaBank holiday
20th OctoberFridayRevolution of 1944National holiday
1st NovemberWednesdayAll Saints' DayNational holiday, Christian
21st DecemberThursdayDecember SolsticeSeason
24th DecemberSundayChristmas EveNational holiday
25th DecemberMondayChristmas DayNational holiday, Christian
31st DecemberSundayNew Year's EveHalf day holiday
We strive to provide an accurate and up-to-date holiday's list for Guatemala. however, please note that some holidays dates may change. If you discover any discrepancies, kindly report to us.

Note: Some holidays are color-coded based on the types of holidays. For example -

  1. Public Holidays
  2. Local Holidays
  3. Other Holidays

Frequently Asked Questions

How many holidays in Guatemala this year in 2023?

There are 12 holidays in Guatemala in 2023

How to retrieve the Guatemala holidays list via API?

Simply make a GET request to v1/holidays?country=GT&year=2023 API to retrieve this list of Guatemala holidays. Here is an example using Node.js and our official package on NPM.

// Install the 11holidays package from NPM
// npm i 11holidays

import HolidaysApi from '11holidays';

const instance = new HolidaysApi(API_KEY);
const holidays = await instance.holidays.list({ country: 'GT', year: '2023'});
console.log(holidays);
Ads

Sign up for your free api key.

Create your free account to get access of holidays API
for over 230 countries and regions worldwide.