Peru Holidays in 2023

List of public holidays in Peru 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
2nd JanuaryMondayPublic Sector HolidayPublic Sector Holiday
6th JanuaryFridayThe Three Wise Men DayObservance
20th MarchMondayMarch EquinoxSeason
6th AprilThursdayMaundy ThursdayNational holiday, Christian
7th AprilFridayGood FridayNational holiday, Christian
9th AprilSundayEaster SundayObservance, Christian
28th AprilFridayPublic Sector HolidayPublic Sector Holiday
1st MayMondayLabor Day / May DayNational holiday
14th MaySundayMothers' DayObservance
7th JuneWednesdayFlag DayObservance
18th JuneSundayFathers' DayObservance
21st JuneWednesdayJune SolsticeSeason
24th JuneSaturdayFarmer DayObservance
24th JuneSaturdayInti Raymi DayObservance
29th JuneThursdaySt Peter and St PaulNational holiday
30th JuneFridayPublic Sector HolidayPublic Sector Holiday
23rd JulySundayPeruvian Air Force DayNational holiday
27th JulyThursdayPublic Sector HolidayPublic Sector Holiday
28th JulyFridayIndependence DayNational holiday
29th JulySaturdayIndependence Day (day 2)National holiday
6th AugustSundayBattle of JunínObservance
30th AugustWednesdaySanta Rosa De LimaNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
24th SeptemberSundayArmed Forces DayObservance
8th OctoberSundayBattle of AngamosNational holiday
9th OctoberMondayPublic Sector HolidayPublic Sector Holiday
1st NovemberWednesdayAll Saints' DayNational holiday
2nd NovemberThursdayAll Souls' DayObservance
7th DecemberThursdayPublic Sector HolidayPublic Sector Holiday
8th DecemberFridayFeast of the Immaculate ConceptionNational holiday
9th DecemberSaturdayBattle of AyacuchoNational holiday
21st DecemberThursdayDecember SolsticeSeason
24th DecemberSundayChristmas EveObservance, Christian
25th DecemberMondayChristmas DayNational holiday, Christian
26th DecemberTuesdayPublic Sector HolidayPublic Sector Holiday
31st DecemberSundayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Peru. 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 Peru this year in 2023?

There are 21 holidays in Peru in 2023

How to retrieve the Peru holidays list via API?

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