Cyprus Holidays in 2023

List of public holidays in Cyprus 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
6th JanuaryFridayEpiphanyNational holiday
27th FebruaryMondayGreen MondayNational holiday
20th MarchMondayMarch EquinoxSeason
25th MarchSaturdayGreek Independence DayNational holiday
26th MarchSundayDaylight Saving Time startsClock change/Daylight Saving Time
1st AprilSaturdayCyprus National HolidayNational holiday
14th AprilFridayGood Friday (Orthodox)National holiday, Orthodox
15th AprilSaturdayHoly Saturday (Orthodox)Observance, Orthodox
16th AprilSundayEaster Sunday (Orthodox)Observance, Orthodox
17th AprilMondayEaster Monday (Orthodox)National holiday, Orthodox
18th AprilTuesdayOrthodox Easter Tuesday (banks only)Bank holiday
1st MayMondayLabour Day/May DayNational holiday
5th JuneMondayOrthodox Pentecost MondayNational holiday, Orthodox
21st JuneWednesdayJune SolsticeSeason
15th AugustTuesdayAssumption of the Virgin MaryNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
1st OctoberSundayCyprus Independence DayNational holiday
28th OctoberSaturdayOchi DayNational holiday
29th OctoberSundayDaylight Saving Time endsClock change/Daylight Saving Time
22nd DecemberFridayDecember SolsticeSeason
24th DecemberSundayChristmas EveObservance
25th DecemberMondayChristmas DayNational holiday
26th DecemberTuesdayBoxing DayNational holiday
31st DecemberSundayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Cyprus. 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 Cyprus this year in 2023?

There are 14 holidays in Cyprus in 2023

How to retrieve the Cyprus holidays list via API?

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