Georgia Holidays in 2024

List of public holidays in Georgia 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayPublic holiday
2nd JanuaryTuesdayNew Year's (Day 2)Public holiday
7th JanuarySundayOrthodox Christmas DayPublic holiday
19th JanuaryFridayOrthodox EpiphanyPublic holiday
14th FebruaryWednesdayValentine's DayObservance
3rd MarchSundayMothers' DayPublic holiday
8th MarchFridayInternational Women's DayPublic holiday
20th MarchWednesdayMarch EquinoxSeason
21st MarchThursdayNowruzObservance
9th AprilTuesdayIndependence Restoration DayPublic holiday
3rd MayFridayOrthodox Good FridayPublic holiday
4th MaySaturdayOrthodox Holy SaturdayPublic holiday
5th MaySundayOrthodox Easter SundayPublic holiday
6th MayMondayOrthodox Easter MondayPublic holiday
9th MayThursdayVictory DayPublic holiday
12th MaySundaySt Andrew's DayPublic holiday
26th MaySundayIndependence DayPublic holiday
16th JuneSundayFathers' DayObservance
21st JuneFridayJune SolsticeSeason
28th AugustWednesdayDay of the Assumption of MaryPublic holiday
22nd SeptemberSundaySeptember EquinoxSeason
14th OctoberMondaySvetitskhovlobaPublic holiday
23rd NovemberSaturdaySt George's DayPublic holiday
21st DecemberSaturdayDecember SolsticeSeason
31st DecemberTuesdayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Georgia. 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 Georgia this year in 2024?

There are 17 holidays in Georgia in 2024

How to retrieve the Georgia holidays list via API?

Simply make a GET request to v1/holidays?country=GE&year=2024 API to retrieve this list of Georgia 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: 'GE', year: '2024'});
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.