Albania Holidays in 2023

List of public holidays in Albania 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
2nd JanuaryMondayNew Year's Day (Day 2)National holiday
3rd JanuaryTuesdayDay off for New Year's DayNational holiday
14th FebruaryTuesdayValentine's DayObservance
8th MarchWednesdayMothers' DayObservance
14th MarchTuesdaySummer DayNational holiday
20th MarchMondayMarch EquinoxSeason
22nd MarchWednesdayNevruz DayNational holiday
23rd MarchThursdayRamadan StartObservance
26th MarchSundayDaylight Saving Time startsClock change/Daylight Saving Time
7th AprilFridayGood FridayObservance
8th AprilSaturdayHoly SaturdayObservance
9th AprilSundayEaster SundayNational holiday
10th AprilMondayDay off for Easter SundayNational holiday
10th AprilMondayEaster MondayObservance
14th AprilFridayGood Friday (Orthodox)Observance, Orthodox
15th AprilSaturdayEaster Saturday (Orthodox)Observance, Orthodox
16th AprilSundayEaster Sunday (Orthodox)National holiday, Orthodox
17th AprilMondayEaster Monday (Orthodox)Observance, Orthodox
17th AprilMondayDay off for Easter Sunday (Orthodox)National holiday
21st AprilFridayEid al-FitrNational holiday
1st MayMondayInternational Worker’s DayNational holiday
18th JuneSundayFathers' DayObservance
21st JuneWednesdayJune SolsticeSeason
28th JuneWednesdayFeast of the SacrificeNational holiday
5th SeptemberTuesdayMother Teresa Beatification DayNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
29th OctoberSundayDaylight Saving Time endsClock change/Daylight Saving Time
31st OctoberTuesdayHalloweenObservance
28th NovemberTuesdayFlag and Independence DayNational holiday
29th NovemberWednesdayLiberation DayNational holiday
8th DecemberFridayNational Youth DayNational 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 Albania. 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 Albania this year in 2023?

There are 17 holidays in Albania in 2023

How to retrieve the Albania holidays list via API?

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