Slovakia Holidays in 2024

List of public holidays in Slovakia 2024 calendar

DateDayNameType
1st JanuaryMondayRepublic DayNational holiday
6th JanuarySaturdayEpiphanyNational holiday
20th MarchWednesdayMarch EquinoxSeason
25th MarchMondayStruggle for Human Rights DayObservance
29th MarchFridayGood FridayNational holiday
31st MarchSundayEaster SundayObservance, Christian
1st AprilMondayEaster MondayNational holiday
13th AprilSaturdayUnfairly Prosecuted Persons DayObservance
1st MayWednesdayLabor DayNational holiday
1st MayWednesdayAccession to the European Union DayObservance
4th MaySaturdayDeath Anniversary of M. R. ŠtefánikObservance
8th MayWednesdayDay of Victory Over FascismNational holiday
12th MaySundayMothers' DayObservance
7th JuneFridayAnniversary of the Memorandum of the Slovak NationObservance
16th JuneSundayFathers' DayObservance
20th JuneThursdayJune SolsticeSeason
21st JuneFridayDay of the Departure of the Soviet Army from CzechoslovakiaObservance
24th JuneMondayRemembrance Day for the Victims of the Communist RegimeObservance
5th JulyFridaySt. Cyril & St. Methodius DayNational holiday
5th JulyFridayForeign Slovaks DayObservance
17th JulyWednesdayAnniversary of the Declaration of Sovereignty of the Slovak RepublicObservance
4th AugustSundayMatice Slovenska DayObservance
10th AugustSaturdayDay of the Victims of Mining DisastersObservance
21st AugustWednesdayDay of the Victims of the Occupation of CzechoslovakiaObservance
29th AugustThursdayNational Uprising DayNational holiday
1st SeptemberSundayConstitution DayNational holiday
9th SeptemberMondayDay of the Victims of Holocaust and of racial violenceObservance
15th SeptemberSundayDay of Our Lady of SorrowsNational holiday
19th SeptemberThursdayFoundation of the Slovak National Council DayObservance
22nd SeptemberSundaySeptember EquinoxSeason
6th OctoberSundayDay of the Heroes of the Carpathian-Duklian OperationObservance
12th OctoberSaturdaySamizdat DayObservance
27th OctoberSundayČernová Tragedy DayObservance
28th OctoberMondayEstablishment of the Independent Czecho-Slovak StateObservance
29th OctoberTuesdayBirth of Ľudovíta ŠtúrObservance
30th OctoberWednesdayAnniversary of the Declaration of the Slovak NationObservance
31st OctoberThursdayReformation DayObservance
1st NovemberFridayAll Saints' DayNational holiday
17th NovemberSundayFight for Freedom and Democracy DayNational holiday
21st DecemberSaturdayDecember SolsticeSeason
24th DecemberTuesdayChristmas EveNational holiday
25th DecemberWednesdayChristmas DayNational holiday
26th DecemberThursdaySt. Stephen's DayNational holiday
30th DecemberMondayDay of the Declaration of Slovakia as an Independent Ecclesiastic ProvinceObservance
We strive to provide an accurate and up-to-date holiday's list for Slovakia. 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 Slovakia this year in 2024?

There are 15 holidays in Slovakia in 2024

How to retrieve the Slovakia holidays list via API?

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