Spain Holidays in 2024

List of public holidays in Spain 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayNational holiday
2nd JanuaryTuesdayReconquest DayObservance
6th JanuarySaturdayEpiphanyNational holiday
12th FebruaryMondayCarnival MondayObservance
13th FebruaryTuesdayCarnival TuesdayObservance
13th FebruaryTuesdayCarnival TuesdayAutonomous Community Holiday
14th FebruaryWednesdayValentine's DayObservance
14th FebruaryWednesdayAsh WednesdayObservance
28th FebruaryWednesdayDay of AndalucíaAutonomous Community Holiday
1st MarchFridayDay of the Balearic IslandsAutonomous Community Holiday
19th MarchTuesdayFathers' DayObservance
19th MarchTuesdaySan JoseObservance
19th MarchTuesdaySan JoseAutonomous Community Holiday
20th MarchWednesdayMarch EquinoxSeason
24th MarchSundayPalm SundayObservance
28th MarchThursdayMaundy ThursdayAutonomous Community Holiday
28th MarchThursdayMaundy ThursdayObservance
29th MarchFridayGood FridayNational holiday
30th MarchSaturdayHoly SaturdayObservance
31st MarchSundayEaster SundayObservance
31st MarchSundayDaylight Saving Time startsClock change/Daylight Saving Time
1st AprilMondayEaster MondayObservance
1st AprilMondayEaster MondayAutonomous Community Holiday
10th AprilWednesdayEid al-FitrObservance
23rd AprilTuesdayDay of AragónAutonomous Community Holiday
23rd AprilTuesdaySt George's DayObservance
23rd AprilTuesdayCastile and León DayAutonomous Community Holiday
1st MayWednesdayLabor Day / May DayNational holiday
2nd MayThursdayDay of MadridAutonomous Community Holiday
5th MaySundayMothers' DayObservance
17th MayFridayGalicia Literature DayAutonomous Community Holiday
19th MaySundayWhit Sunday/PentecostObservance
20th MayMondayWhit MondayObservance
30th MayThursdayCorpus ChristiObservance
30th MayThursdayCorpus ChristiAutonomous Community Holiday
30th MayThursdayDay of the Canary IslandsAutonomous Community Holiday
31st MayFridayDay of Castile-La ManchaAutonomous Community Holiday
9th JuneSundayDay of MurciaObservance
9th JuneSundayDay of La RiojaAutonomous Community Holiday
10th JuneMondayDay off for Day of La RiojaAutonomous Community Holiday
13th JuneThursdaySan AntonioObservance
17th JuneMondayEid al-Adha (Tentative Date)Autonomous Community Holiday
20th JuneThursdayJune SolsticeSeason
24th JuneMondaySaint John the Baptist DayAutonomous Community Holiday
24th JuneMondaySaint John the Baptist DayObservance
25th JulyThursdayFeast of Saint James the ApostleAutonomous Community Holiday
25th JulyThursdayFeast of Saint James the ApostleObservance
28th JulySundayDay of the InstitutionsObservance
5th AugustMondayThe Day of Our Lady of AfricaAutonomous Community Holiday
11th AugustSundayThe Day of CantabriaObservance
15th AugustThursdayAssumption of MaryNational holiday
2nd SeptemberMondayDay of the Independent City of CeutaObservance
6th SeptemberFridayElcano's DayObservance
8th SeptemberSundayDay of AsturiasAutonomous Community Holiday
8th SeptemberSundayDay of ExtremaduraObservance
8th SeptemberSundayVirgin of the VictoryObservance
9th SeptemberMondayDay off for Day of AsturiasAutonomous Community Holiday
11th SeptemberWednesdayNational Day of CataloniaAutonomous Community Holiday
15th SeptemberSundayNuestra Señora de la Bien AparecidaAutonomous Community Holiday
17th SeptemberTuesdayDay of MelillaAutonomous Community Holiday
22nd SeptemberSundaySeptember EquinoxSeason
9th OctoberWednesdayDay of the Valencian CommunityAutonomous Community Holiday
12th OctoberSaturdayHispanic DayNational holiday
27th OctoberSundayDaylight Saving Time endsClock change/Daylight Saving Time
1st NovemberFridayAll Saints' DayNational holiday
3rd DecemberTuesdayDay of NavarreObservance
3rd DecemberTuesdayDay of NavarreAutonomous Community Holiday
6th DecemberFridayConstitution DayNational holiday
8th DecemberSundayImmaculate ConceptionObservance
9th DecemberMondayImmaculate Conception observedAutonomous Community Holiday
21st DecemberSaturdayDecember SolsticeSeason
24th DecemberTuesdayChristmas EveObservance
25th DecemberWednesdayChristmas DayNational holiday
26th DecemberThursdaySt Stephen's DayAutonomous Community Holiday
26th DecemberThursdaySt Stephen's DayObservance
29th DecemberSundayFeast of the Holy FamilyObservance
31st DecemberTuesdayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Spain. 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 Spain this year in 2024?

There are 9 holidays in Spain in 2024

How to retrieve the Spain holidays list via API?

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