Gibraltar Holidays in 2023

List of public holidays in Gibraltar 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayPublic Holiday
2nd JanuaryMondayNew Year's Day observedPublic Holiday
14th FebruaryTuesdayValentine's DayObservance
20th FebruaryMondayWinter Midterm Bank HolidayPublic Holiday
19th MarchSundayMothers' DayObservance
20th MarchMondayMarch EquinoxSeason
26th MarchSundayDaylight Saving Time startsClock change/Daylight Saving Time
7th AprilFridayGood FridayPublic Holiday
9th AprilSundayEaster SundayMajor Observance
10th AprilMondayEaster MondayPublic Holiday
28th AprilFridayWorkers' Memorial DayPublic Holiday
1st MayMondayMay DayPublic Holiday
8th MayMondaySpecial King's Coronation Bank HolidayPublic Holiday
29th MayMondaySpring Bank HolidayPublic Holiday
18th JuneSundayFather's DayObservance
19th JuneMondayKing's Birthday HolidayPublic Holiday
21st JuneWednesdayJune SolsticeSeason
28th AugustMondayLate Summer Bank HolidayPublic Holiday
10th SeptemberSundayGibraltar DayPublic Holiday
11th SeptemberMondayGibraltar Day observedPublic Holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
29th OctoberSundayDaylight Saving Time endsClock change/Daylight Saving Time
31st OctoberTuesdayHalloweenObservance
22nd DecemberFridayDecember SolsticeSeason
24th DecemberSundayChristmas EveMajor Observance
25th DecemberMondayChristmas DayPublic Holiday
26th DecemberTuesdayBoxing DayPublic Holiday
31st DecemberSundayNew Year's EveMajor Observance
We strive to provide an accurate and up-to-date holiday's list for Gibraltar. 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 Gibraltar this year in 2023?

There are 15 holidays in Gibraltar in 2023

How to retrieve the Gibraltar holidays list via API?

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