Georgia Holidays in 2023

List of public holidays in Georgia 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayPublic holiday
2nd JanuaryMondayNew Year's (Day 2)Public holiday
7th JanuarySaturdayOrthodox Christmas DayPublic holiday
19th JanuaryThursdayOrthodox EpiphanyPublic holiday
14th FebruaryTuesdayValentine's DayObservance
3rd MarchFridayMothers' DayPublic holiday
8th MarchWednesdayInternational Women's DayPublic holiday
21st MarchTuesdayNowruzObservance
21st MarchTuesdayMarch EquinoxSeason
9th AprilSundayIndependence Restoration DayPublic holiday
14th AprilFridayOrthodox Good FridayPublic holiday
15th AprilSaturdayOrthodox Holy SaturdayPublic holiday
16th AprilSundayOrthodox Easter SundayPublic holiday
17th AprilMondayOrthodox Easter MondayPublic holiday
9th MayTuesdayVictory DayPublic holiday
12th MayFridaySt Andrew's DayPublic holiday
26th MayFridayIndependence DayPublic holiday
18th JuneSundayFathers' DayObservance
21st JuneWednesdayJune SolsticeSeason
28th AugustMondayDay of the Assumption of MaryPublic holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
14th OctoberSaturdaySvetitskhovlobaPublic holiday
23rd NovemberThursdaySt George's DayPublic holiday
22nd DecemberFridayDecember SolsticeSeason
31st DecemberSundayNew 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 2023?

There are 17 holidays in Georgia in 2023

How to retrieve the Georgia holidays list via API?

Simply make a GET request to v1/holidays?country=GE&year=2023 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: '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.