Slovenia Holidays in 2024

List of public holidays in Slovenia 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayNational holiday
2nd JanuaryTuesdayNew Year holidayNational holiday
8th FebruaryThursdayPrešeren DayNational holiday
20th MarchWednesdayMarch EquinoxSeason
25th MarchMondayMothers' DayObservance
31st MarchSundayEaster SundayNational holiday
1st AprilMondayEaster MondayNational holiday
27th AprilSaturdayDay of Uprising Against OccupationNational holiday
1st MayWednesdayLabor Day / May DayNational holiday
2nd MayThursdayLabour Day holidayNational holiday
19th MaySundayWhit SundayNational holiday
8th JuneSaturdayPrimož Trubar DayObservance
16th JuneSundayFathers' DayObservance
20th JuneThursdayJune SolsticeSeason
25th JuneTuesdayStatehood DayNational holiday
15th AugustThursdayAssumption of MaryNational holiday
17th AugustSaturdaySlovenians in Prekmurje Incorporated into the Mother Nation DayObservance
15th SeptemberSundayRestoration of Primorska to the Motherland DayObservance
22nd SeptemberSundaySeptember EquinoxSeason
23rd SeptemberMondaySlovenian Sports DayObservance
25th OctoberFridaySovereignty DayObservance
31st OctoberThursdayReformation DayNational holiday
1st NovemberFridayRemembrance DayNational holiday
23rd NovemberSaturdayRudolf Maister DayObservance
21st DecemberSaturdayDecember SolsticeSeason
25th DecemberWednesdayChristmas DayNational holiday
26th DecemberThursdayIndependence and Unity DayNational holiday
We strive to provide an accurate and up-to-date holiday's list for Slovenia. 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 Slovenia this year in 2024?

There are 15 holidays in Slovenia in 2024

How to retrieve the Slovenia holidays list via API?

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