Yemen Holidays in 2023
List of public holidays in Yemen 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
18th February | Saturday | Isra and Mi'raj | Observance |
21st March | Tuesday | March Equinox | Season |
23rd March | Thursday | Ramadan Start | Observance |
20th April | Thursday | Eid al-Fitr Eve | Public Holiday |
21st April | Friday | Eid al-Fitr | Public Holiday |
22nd April | Saturday | Eid al-Fitr holiday | Public Holiday |
23rd April | Sunday | Eid al-Fitr holiday | Public Holiday |
1st May | Monday | May Day | Public Holiday |
22nd May | Monday | Unity Day | Public Holiday |
21st June | Wednesday | June Solstice | Season |
27th June | Tuesday | Eid al-Adha Eve | Public Holiday |
28th June | Wednesday | Eid al-Adha | Public Holiday |
29th June | Thursday | Eid al-Adha holiday | Public Holiday |
30th June | Friday | Eid al-Adha holiday | Public Holiday |
1st July | Saturday | Eid al-Adha holiday | Public Holiday |
7th July | Friday | July 7th Anniversary | Observance |
19th July | Wednesday | Muharram | Public Holiday |
23rd September | Saturday | September Equinox | Season |
26th September | Tuesday | Revolution Day | Public Holiday |
27th September | Wednesday | The Prophet's Birthday | Observance |
14th October | Saturday | Liberation Day | Public Holiday |
30th November | Thursday | Independence Day | Public Holiday |
22nd December | Friday | December Solstice | Season |
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 -
- Public Holidays
- Local Holidays
- 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);