Switzerland Holidays in 2024

List of public holidays in Switzerland 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayCommon local holiday
2nd JanuaryTuesdayBerchtold DayCommon local holiday
6th JanuarySaturdayEpiphanyCommon local holiday
14th FebruaryWednesdayValentine's DayObservance
1st MarchFridayRepublic DayCommon local holiday
19th MarchTuesdaySaint Joseph's DayCommon local holiday
20th MarchWednesdayMarch EquinoxSeason
29th MarchFridayGood FridayCommon local holiday
31st MarchSundayEaster SundayObservance
31st MarchSundayDaylight Saving Time startsClock change/Daylight Saving Time
1st AprilMondayEaster MondayCommon local holiday
4th AprilThursdayNäfels ProcessionCommon local holiday
15th AprilMondaySechseläutenObservance
1st MayWednesdayMay DayCommon local holiday
1st MayWednesdayMay Day (Half-Day)Half Day Holiday
1st MayWednesdayMay Day (Half-Day)Observance
9th MayThursdayAscension DayCommon local holiday
12th MaySundayMothers' DayObservance
19th MaySundayPentecostObservance
20th MayMondayPentecost MondayCommon local holiday
30th MayThursdayCorpus ChristiCommon local holiday
2nd JuneSundayFathers' DayObservance
20th JuneThursdayJune SolsticeSeason
23rd JuneSundayJura Independence DayCommon local holiday
29th JuneSaturdaySt. Peter and St. PaulObservance
1st AugustThursdaySwiss National DayNational holiday
15th AugustThursdayAssumption of MaryCommon local holiday
5th SeptemberThursdayGenevese FastCommon local holiday
7th SeptemberSaturdayKnabenschiessenObservance
8th SeptemberSundayKnabenschiessenObservance
9th SeptemberMondayKnabenschiessenObservance
15th SeptemberSundaySwiss Federal FastObservance
16th SeptemberMondayFederal Fast MondayCommon local holiday
22nd SeptemberSundayMauritius DayCommon local holiday
22nd SeptemberSundaySeptember EquinoxSeason
25th SeptemberWednesdaySt. Nicholas of FlüeCommon local holiday
27th OctoberSundayDaylight Saving Time endsClock change/Daylight Saving Time
1st NovemberFridayAll Saints' DayCommon local holiday
8th DecemberSundayImmaculate ConceptionCommon local holiday
21st DecemberSaturdayDecember SolsticeSeason
24th DecemberTuesdayChristmas EveObservance
25th DecemberWednesdayChristmas DayCommon local holiday
26th DecemberThursdaySt. Stephen's DayCommon local holiday
31st DecemberTuesdayNew Year's EveObservance
31st DecemberTuesdayRestoration DayCommon local holiday
We strive to provide an accurate and up-to-date holiday's list for Switzerland. 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 Switzerland this year in 2024?

There are 1 holidays in Switzerland in 2024

How to retrieve the Switzerland holidays list via API?

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