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