Uruguay Holidays in 2025

List of public holidays in Uruguay 2025 calendar

DateDayNameType
1st JanuaryWednesdayNew Year's DayNational Holiday
6th JanuaryMondayThe Three Wise Men DayBank / working holiday
3rd MarchMondayCarnival / Shrove MondayBank / working holiday
4th MarchTuesdayCarnival / Shrove Tuesday / Pancake DayBank / working holiday
20th MarchThursdayMarch EquinoxSeason
17th AprilThursdayMaundy ThursdayBank / working holiday
18th AprilFridayGood FridayBank / working holiday
19th AprilSaturdayLanding of the 33 orientalsBank / working holiday
20th AprilSundayEaster SundayObservance, Christian
1st MayThursdayLabor Day / May DayNational Holiday
18th MaySundayBattle of Las PiedrasBank / working holiday
19th JuneThursdayJosé Artigas' Birthday MemorialBank / working holiday
20th JuneFridayJune SolsticeSeason
18th JulyFridayConstitution DayNational Holiday
25th AugustMondayIndependence DayNational Holiday
22nd SeptemberMondaySeptember EquinoxSeason
12th OctoberSundayDay of cultural diversityBank / working holiday
2nd NovemberSundayAll Souls' DayBank / working holiday
21st DecemberSundayDecember SolsticeSeason
24th DecemberWednesdayChristmas EveObservance, Christian
25th DecemberThursdayChristmas DayNational Holiday, Christian
31st DecemberWednesdayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Uruguay. 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 Uruguay this year in 2025?

There are 5 holidays in Uruguay in 2025

How to retrieve the Uruguay holidays list via API?

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