Ireland Holidays in 2023

List of public holidays in Ireland 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
1st FebruaryWednesdaySt. Brigid’s DayObservance
6th FebruaryMondaySt. Brigid’s DayNational holiday
17th MarchFridaySt. Patrick's DayNational holiday
19th MarchSundayMother's DayObservance
20th MarchMondayMarch EquinoxSeason
7th AprilFridayGood FridayObservance
9th AprilSundayEasterObservance
10th AprilMondayEaster MondayNational holiday
1st MayMondayMay DayNational holiday
5th JuneMondayJune Bank HolidayNational holiday
18th JuneSundayFather’s DayObservance
21st JuneWednesdayJune SolsticeSeason
7th AugustMondayAugust Bank HolidayNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
30th OctoberMondayOctober Bank HolidayNational holiday
22nd DecemberFridayDecember SolsticeSeason
24th DecemberSundayChristmas EveObservance
25th DecemberMondayChristmas DayNational holiday
26th DecemberTuesdaySt. Stephen's DayNational holiday
31st DecemberSundayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Ireland. 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 Ireland this year in 2023?

There are 10 holidays in Ireland in 2023

How to retrieve the Ireland holidays list via API?

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