Portugal Holidays in 2023

List of public holidays in Portugal 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
14th FebruaryTuesdayValentine's DayObservance
21st FebruaryTuesdayCarnival / Shrove Tuesday / Pancake DayOptional Holiday
19th MarchSundaySt. Joseph's DayDistrict Holiday
19th MarchSundayFathers' DayObservance
20th MarchMondayMarch EquinoxSeason
26th MarchSundayDaylight Saving Time startsClock change/Daylight Saving Time
7th AprilFridayGood FridayNational holiday
9th AprilSundayEaster SundayNational holiday
25th AprilTuesdayLiberty DayNational holiday
25th AprilTuesdayOur Lady of MércolesDistrict Holiday
1st MayMondayLabor Day / May DayNational holiday
7th MaySundayMothers' DayObservance
12th MayFridaySt. Joana's DayDistrict Holiday
18th MayThursdayAscension DayDistrict Holiday
22nd MayMondayLeiria DayDistrict Holiday
23rd MayTuesdayPortalegre DayDistrict Holiday
29th MayMondayAzores DayRegional Holiday
8th JuneThursdayCorpus ChristiNational holiday
10th JuneSaturdayPortugal DayNational holiday
13th JuneTuesdaySt. Anthony's DayDistrict Holiday
21st JuneWednesdayJune SolsticeSeason
24th JuneSaturdaySt. John's DayDistrict Holiday
29th JuneThursdaySt. Peter's DayDistrict Holiday
1st JulySaturdayMadeira DayRegional Holiday
4th JulyTuesdaySt. Elizabeth's DayDistrict Holiday
15th AugustTuesdayAssumption of MaryNational holiday
20th AugustSundayOur Lady of SorrowsDistrict Holiday
22nd AugustTuesdayOur Lady of GracesDistrict Holiday
7th SeptemberThursdayFaro DayDistrict Holiday
15th SeptemberFridayBirth of BocageDistrict Holiday
21st SeptemberThursdaySt. Matthew's DayDistrict Holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
5th OctoberThursdayRepublic DayNational holiday
29th OctoberSundayDaylight Saving Time endsClock change/Daylight Saving Time
1st NovemberWednesdayAll Saints' DayNational holiday
27th NovemberMondayForal of Sancho IDistrict Holiday
1st DecemberFridayRestoration of IndependenceNational holiday
8th DecemberFridayFeast of the Immaculate ConceptionNational holiday
22nd DecemberFridayDecember SolsticeSeason
24th DecemberSundayChristmas EveObservance
25th DecemberMondayChristmas DayNational holiday
31st DecemberSundayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Portugal. 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 Portugal this year in 2023?

There are 13 holidays in Portugal in 2023

How to retrieve the Portugal holidays list via API?

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