Greece Holidays in 2023

List of public holidays in Greece 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayDe facto holiday
6th JanuaryFridayEpiphanyDe facto holiday
30th JanuaryMondayThe Three Holy HierarchsObservance
14th FebruaryTuesdayValentine's DayObservance
27th FebruaryMondayClean MondayDe facto holiday
20th MarchMondayMarch EquinoxSeason
25th MarchSaturdayGreek Independence DayNational holiday
25th MarchSaturdayAnnunciation of the Virgin MaryNational holiday
14th AprilFridayOrthodox Good FridayDe facto holiday
16th AprilSundayOrthodox Easter SundayObservance
17th AprilMondayOrthodox Easter MondayNational holiday
1st MayMondayLabor Day / May DayNational holiday
14th MaySundayMother’s DayObservance
4th JuneSundayOrthodox Holy Spirit SundayObservance
5th JuneMondayOrthodox Holy Spirit MondayDe facto holiday
18th JuneSundayFather's DayObservance
21st JuneWednesdayJune SolsticeSeason
24th JulyMondayThe Restoration of DemocracyObservance
15th AugustTuesdayDormition of the Holy VirginNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
28th OctoberSaturdayThe Ochi dayDe facto holiday
17th NovemberFridayPolytechneioObservance
21st NovemberTuesdayArmed Forces DayObservance
22nd DecemberFridayDecember SolsticeSeason
25th DecemberMondayChristmas DayNational holiday
26th DecemberTuesdaySynaxis of the Mother of GodNational holiday
We strive to provide an accurate and up-to-date holiday's list for Greece. 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 Greece this year in 2023?

There are 7 holidays in Greece in 2023

How to retrieve the Greece holidays list via API?

Simply make a GET request to v1/holidays?country=GR&year=2023 API to retrieve this list of Greece 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: 'GR', 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.