Sweden Holidays in 2024

List of public holidays in Sweden 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayPublic holiday
5th JanuaryFridayTwelfth NightDe facto half holiday
6th JanuarySaturdayEpiphanyPublic holiday
14th FebruaryWednesdayValentine's DayObservance
20th MarchWednesdayMarch EquinoxSeason
29th MarchFridayGood FridayPublic holiday
30th MarchSaturdayHoly SaturdayDe facto holiday
31st MarchSundayEaster SundayPublic holiday
31st MarchSundayDaylight Saving Time startsClock change/Daylight Saving Time
1st AprilMondayEaster MondayPublic holiday
30th AprilTuesdayWalpurgis NightDe facto half holiday
1st MayWednesdayMay 1stPublic holiday
9th MayThursdayAscension DayPublic holiday
18th MaySaturdayWhit SaturdayDe facto holiday
19th MaySundayWhit SundayPublic holiday
26th MaySundayMother's DayObservance
6th JuneThursdayNational dayPublic holiday
20th JuneThursdayJune SolsticeSeason
21st JuneFridayMidsummer EveDe facto and Bank holiday
22nd JuneSaturdayMidsummer DayPublic holiday
22nd SeptemberSundaySeptember EquinoxSeason
27th OctoberSundayDaylight Saving Time endsClock change/Daylight Saving Time
1st NovemberFridayAll Saints' EveDe facto half holiday
2nd NovemberSaturdayAll Saints' DayPublic holiday
10th NovemberSundayFather's DayObservance
1st DecemberSundayFirst Advent SundayObservance, Christian
8th DecemberSundaySecond Advent SundayObservance, Christian
15th DecemberSundayThird Advent SundayObservance, Christian
21st DecemberSaturdayDecember SolsticeSeason
22nd DecemberSundayFourth Advent SundayObservance, Christian
24th DecemberTuesdayChristmas EveDe facto holiday
25th DecemberWednesdayChristmas DayPublic holiday
26th DecemberThursdayBoxing DayPublic holiday
31st DecemberTuesdayNew Year's EveDe facto and Bank holiday
We strive to provide an accurate and up-to-date holiday's list for Sweden. 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 Sweden this year in 2024?

There are 13 holidays in Sweden in 2024

How to retrieve the Sweden holidays list via API?

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