Uruguay Holidays in 2024
List of public holidays in Uruguay 2024 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Monday | New Year's Day | National holiday |
6th January | Saturday | The Three Wise Men Day | Bank / working holiday |
12th February | Monday | Carnival / Shrove Monday | Bank / working holiday |
13th February | Tuesday | Carnival / Shrove Tuesday / Pancake Day | Bank / working holiday |
20th March | Wednesday | March Equinox | Season |
28th March | Thursday | Maundy Thursday | Bank / working holiday |
29th March | Friday | Good Friday | Bank / working holiday |
31st March | Sunday | Easter Sunday | Observance, Christian |
19th April | Friday | Landing of the 33 orientals | Bank / working holiday |
22nd April | Monday | Landing of the 33 orientals observed | Bank / working holiday |
1st May | Wednesday | Labor Day / May Day | National holiday |
18th May | Saturday | Battle of Las Piedras | Bank / working holiday |
19th June | Wednesday | José Artigas' Birthday Memorial | Bank / working holiday |
20th June | Thursday | June Solstice | Season |
18th July | Thursday | Constitution Day | National holiday |
25th August | Sunday | Independence Day | National holiday |
22nd September | Sunday | September Equinox | Season |
12th October | Saturday | Day of cultural diversity | Bank / working holiday |
2nd November | Saturday | All Souls' Day | Bank / working holiday |
21st December | Saturday | December Solstice | Season |
24th December | Tuesday | Christmas Eve | Observance, Christian |
25th December | Wednesday | Christmas Day | National holiday, Christian |
31st December | Tuesday | 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 2024?
There are 5 holidays in Uruguay in 2024
How to retrieve the Uruguay holidays list via API?
Simply make a GET request to v1/holidays?country=UY&year=2024
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: '2024'});
console.log(holidays);