Czech Republic Holidays in 2024

List of public holidays in Czech Republic 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayNational holiday
1st JanuaryMondayRestoration of the Czech Independence DayNational holiday
14th FebruaryWednesdayCarnival / Ash WednesdayChristian
14th FebruaryWednesdaySt. Valentine's DayObservance
8th MarchFridayInternational Women's DayObservance
20th MarchWednesdayMarch EquinoxSeason
24th MarchSundayPalm SundayChristian
28th MarchThursdayMaundy ThursdayChristian
29th MarchFridayGood FridayNational holiday
30th MarchSaturdayHoly SaturdayChristian
31st MarchSundayEaster SundayChristian
1st AprilMondayEaster MondayNational holiday
1st MayWednesdayLabor Day / May DayNational holiday
8th MayWednesdayVictory in Europe DayNational holiday
9th MayThursdayAscension DayChristian
12th MaySundayMother's DayObservance
19th MaySundayWhit SundayChristian
20th MayMondayWhit MondayChristian
26th MaySundayTrinityChristian
1st JuneSaturdayChildren's DayObservance
16th JuneSundayFather's DayObservance
20th JuneThursdayJune SolsticeSeason
5th JulyFridayDay of Saints Cyril and MethodiusNational holiday
6th JulySaturdayJan Hus DayNational holiday
22nd SeptemberSundaySeptember EquinoxSeason
28th SeptemberSaturdaySt. Wenceslas DayNational holiday
28th OctoberMondayIndependent Czechoslovak State DayNational holiday
17th NovemberSundayStruggle for Freedom and Democracy DayNational holiday
21st DecemberSaturdayDecember SolsticeSeason
24th DecemberTuesdayChristmas EveNational holiday
25th DecemberWednesdayChristmas DayNational holiday
26th DecemberThursdaySt. 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 2024?

There are 14 holidays in Czech Republic in 2024

How to retrieve the Czech Republic holidays list via API?

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