Czech Republic Holidays in 2023

List of public holidays in Czech Republic 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
1st JanuarySundayRestoration of the Czech Independence DayNational holiday
14th FebruaryTuesdaySt. Valentine's DayObservance
22nd FebruaryWednesdayCarnival / Ash WednesdayChristian
8th MarchWednesdayInternational Women's DayObservance
20th MarchMondayMarch EquinoxSeason
2nd AprilSundayPalm SundayChristian
6th AprilThursdayMaundy ThursdayChristian
7th AprilFridayGood FridayNational holiday
8th AprilSaturdayHoly SaturdayChristian
9th AprilSundayEaster SundayChristian
10th AprilMondayEaster MondayNational holiday
1st MayMondayLabor Day / May DayNational holiday
8th MayMondayVictory in Europe DayNational holiday
14th MaySundayMother's DayObservance
18th MayThursdayAscension DayChristian
28th MaySundayWhit SundayChristian
29th MayMondayWhit MondayChristian
1st JuneThursdayChildren's DayObservance
4th JuneSundayTrinityChristian
18th JuneSundayFather's DayObservance
21st JuneWednesdayJune SolsticeSeason
5th JulyWednesdayDay of Saints Cyril and MethodiusNational holiday
6th JulyThursdayJan Hus DayNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
28th SeptemberThursdaySt. Wenceslas DayNational holiday
28th OctoberSaturdayIndependent Czechoslovak State DayNational holiday
17th NovemberFridayStruggle for Freedom and Democracy DayNational holiday
22nd DecemberFridayDecember SolsticeSeason
24th DecemberSundayChristmas EveNational holiday
25th DecemberMondayChristmas DayNational holiday
26th DecemberTuesdaySt. Stephen's DayNational holiday
We strive to provide an accurate and up-to-date holiday's list for Czech Republic. 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 Czech Republic this year in 2023?

There are 14 holidays in Czech Republic in 2023

How to retrieve the Czech Republic holidays list via API?

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