Cuba Holidays in 2025

List of public holidays in Cuba 2025 calendar

DateDayNameType
1st JanuaryWednesdayLiberation DayNational Holiday
2nd JanuaryThursdayVictory DayNational Holiday
3rd JanuaryFridayVictory Day HolidayNational Holiday
4th JanuarySaturdayVictory Day HolidayNational Holiday
6th JanuaryMondayEpiphanyObservance
28th JanuaryTuesdayJosé Martí's Birthday MemorialObservance
9th MarchSundayDaylight Saving Time startsClock Change/Daylight Saving Time
20th MarchThursdayMarch EquinoxSeason
13th AprilSundayPalm SundayObservance, Christian
17th AprilThursdayMaundy ThursdayObservance, Christian
18th AprilFridayGood FridayNational Holiday
1st MayThursdayLabor Day / May DayNational Holiday
11th MaySundayMother's DayObservance
20th MayTuesdayIndependence DayObservance
20th JuneFridayJune SolsticeSeason
25th JulyFridayRevolution AnniversaryNational Holiday
26th JulySaturdayDay of the RebellionNational Holiday
27th JulySundayRevolution Anniversary CelebrationNational Holiday
22nd SeptemberMondaySeptember EquinoxSeason
10th OctoberFridayBeginning of the War of IndependenceNational Holiday
2nd NovemberSundayDaylight Saving Time endsClock Change/Daylight Saving Time
21st DecemberSundayDecember SolsticeSeason
25th DecemberThursdayChristmas DayNational Holiday
31st DecemberWednesdayNew Year's EveNational Holiday
We strive to provide an accurate and up-to-date holiday's list for Cuba. 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 Cuba this year in 2025?

There are 12 holidays in Cuba in 2025

How to retrieve the Cuba holidays list via API?

Simply make a GET request to v1/holidays?country=CU&year=2025 API to retrieve this list of Cuba 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: 'CU', year: '2025'});
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.