Yemen Holidays in 2023

List of public holidays in Yemen 2023 calendar

DateDayNameType
18th FebruarySaturdayIsra and Mi'rajObservance
21st MarchTuesdayMarch EquinoxSeason
23rd MarchThursdayRamadan StartObservance
20th AprilThursdayEid al-Fitr EvePublic Holiday
21st AprilFridayEid al-FitrPublic Holiday
22nd AprilSaturdayEid al-Fitr holidayPublic Holiday
23rd AprilSundayEid al-Fitr holidayPublic Holiday
1st MayMondayMay DayPublic Holiday
22nd MayMondayUnity DayPublic Holiday
21st JuneWednesdayJune SolsticeSeason
27th JuneTuesdayEid al-Adha EvePublic Holiday
28th JuneWednesdayEid al-AdhaPublic Holiday
29th JuneThursdayEid al-Adha holidayPublic Holiday
30th JuneFridayEid al-Adha holidayPublic Holiday
1st JulySaturdayEid al-Adha holidayPublic Holiday
7th JulyFridayJuly 7th AnniversaryObservance
19th JulyWednesdayMuharramPublic Holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
26th SeptemberTuesdayRevolution DayPublic Holiday
27th SeptemberWednesdayThe Prophet's BirthdayObservance
14th OctoberSaturdayLiberation DayPublic Holiday
30th NovemberThursdayIndependence DayPublic Holiday
22nd DecemberFridayDecember SolsticeSeason
We strive to provide an accurate and up-to-date holiday's list for Yemen. 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 Yemen this year in 2023?

There are 15 holidays in Yemen in 2023

How to retrieve the Yemen holidays list via API?

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