Qatar Holidays in 2023
List of public holidays in Qatar 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Sunday | New Year's Day | Bank holiday |
14th February | Tuesday | National Sports Day | Public holiday |
5th March | Sunday | March bank holiday | Bank holiday |
21st March | Tuesday | March Equinox | Season |
23rd March | Thursday | Ramadan Start | Observance |
19th April | Wednesday | Eid al-Fitr Public Sector Holiday | Government Holiday |
20th April | Thursday | Eid al-Fitr Public Sector Holiday | Government 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 |
24th April | Monday | Eid al-Fitr Public Sector Holiday | Government Holiday |
25th April | Tuesday | Eid al-Fitr Public Sector Holiday | Government Holiday |
26th April | Wednesday | Eid al-Fitr Public Sector Holiday | Government Holiday |
27th April | Thursday | Eid al-Fitr Public Sector Holiday | Government Holiday |
21st June | Wednesday | June Solstice | Season |
28th June | Wednesday | Eid al-Adha (Feast of Sacrifice) (Tentative Date) | Public holiday |
29th June | Thursday | Eid al-Adha Holiday (Tentative Date) | Public holiday |
30th June | Friday | Eid al-Adha Holiday (Tentative Date) | Public holiday |
1st July | Saturday | Eid al-Adha Holiday (Tentative Date) | Public holiday |
23rd September | Saturday | September Equinox | Season |
18th December | Monday | National Day | Public holiday |
22nd December | Friday | December Solstice | Season |
31st December | Sunday | New Year's Eve | Observance |
We strive to provide an accurate and up-to-date holiday's list for Qatar. 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 Qatar this year in 2023?
There are 9 holidays in Qatar in 2023
How to retrieve the Qatar holidays list via API?
Simply make a GET request to v1/holidays?country=QA&year=2023
API to retrieve this list of Qatar 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: 'QA', year: '2023'});
console.log(holidays);