Uruguay Holidays in 2025
List of public holidays in Uruguay 2025 calendar
| Date | Day | Name | Type |
|---|---|---|---|
| 1st January | Wednesday | New Year's Day | National Holiday |
| 6th January | Monday | The Three Wise Men Day | Bank / working holiday |
| 3rd March | Monday | Carnival / Shrove Monday | Bank / working holiday |
| 4th March | Tuesday | Carnival / Shrove Tuesday / Pancake Day | Bank / working holiday |
| 20th March | Thursday | March Equinox | Season |
| 17th April | Thursday | Maundy Thursday | Bank / working holiday |
| 18th April | Friday | Good Friday | Bank / working holiday |
| 19th April | Saturday | Landing of the 33 orientals | Bank / working holiday |
| 20th April | Sunday | Easter Sunday | Observance, Christian |
| 1st May | Thursday | Labor Day / May Day | National Holiday |
| 18th May | Sunday | Battle of Las Piedras | Bank / working holiday |
| 19th June | Thursday | José Artigas' Birthday Memorial | Bank / working holiday |
| 20th June | Friday | June Solstice | Season |
| 18th July | Friday | Constitution Day | National Holiday |
| 25th August | Monday | Independence Day | National Holiday |
| 22nd September | Monday | September Equinox | Season |
| 12th October | Sunday | Day of cultural diversity | Bank / working holiday |
| 2nd November | Sunday | All Souls' Day | Bank / working holiday |
| 21st December | Sunday | December Solstice | Season |
| 24th December | Wednesday | Christmas Eve | Observance, Christian |
| 25th December | Thursday | Christmas Day | National Holiday, Christian |
| 31st December | Wednesday | New Year's Eve | Observance |
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 -
- Public Holidays
- Local Holidays
- 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);