Oman Holidays in 2023
List of public holidays in Oman 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Sunday | New Year | Observance |
12th January | Thursday | Sultan’s Accession Day | Public Holiday |
19th February | Sunday | Isra and Mi'raj | Public Holiday |
19th February | Sunday | Isra and Mi'raj Holiday | Public Holiday |
21st March | Tuesday | March Equinox | Season |
23rd March | Thursday | Ramadan Start | Observance |
20th April | Thursday | Eid al-Fitr Holiday | Public Holiday |
21st April | Friday | Eid al-Fitr Holiday | Public Holiday |
22nd April | Saturday | Eid al-Fitr | Public Holiday |
23rd April | Sunday | Eid al-Fitr Holiday | Public Holiday |
24th April | Monday | Eid al-Fitr Holiday | Public Holiday |
21st June | Wednesday | June Solstice | Season |
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 |
20th July | Thursday | Muharram | Public Holiday |
23rd September | Saturday | September Equinox | Season |
28th September | Thursday | The Prophet's Birthday | Public Holiday |
18th November | Saturday | National Day | Public Holiday |
19th November | Sunday | National Day Holiday | Public Holiday |
22nd December | Friday | December Solstice | Season |
We strive to provide an accurate and up-to-date holiday's list for Oman. 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 Oman this year in 2023?
There are 16 holidays in Oman in 2023
How to retrieve the Oman holidays list via API?
Simply make a GET request to v1/holidays?country=OM&year=2023
API to retrieve this list of Oman 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: 'OM', year: '2023'});
console.log(holidays);