Somalia Holidays in 2024
List of public holidays in Somalia 2024 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Monday | New Year | Public Holiday |
7th February | Wednesday | Isra and Mi'raj (Tentative Date) | Common local holiday |
11th March | Monday | Ramadan Start (Tentative Date) | Observance |
20th March | Wednesday | March Equinox | Season |
10th April | Wednesday | Eid al-Fitr (Tentative Date) | Public Holiday |
11th April | Thursday | Eid al-Fitr Holiday (Tentative Date) | Common local holiday |
1st May | Wednesday | May Day | Public Holiday |
18th May | Saturday | Restoration of Somaliland Sovereignty | Common local holiday |
19th May | Sunday | Restoration of Somaliland Sovereignty Holiday | Common local holiday |
17th June | Monday | Eid al-Adha (Tentative Date) | Public Holiday |
18th June | Tuesday | Eid al-Adha Holiday (Tentative Date) | Common local holiday |
20th June | Thursday | June Solstice | Season |
26th June | Wednesday | Independence Day | Public Holiday |
1st July | Monday | Republic Day | Common local holiday |
8th July | Monday | Muharram (Tentative Date) | Common local holiday |
17th July | Wednesday | Ashura (Tentative Date) | Public Holiday |
16th September | Monday | The Prophet's Birthday (Tentative Date) | Public Holiday |
22nd September | Sunday | September Equinox | Season |
21st December | Saturday | December Solstice | Season |
We strive to provide an accurate and up-to-date holiday's list for Somalia. 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 Somalia this year in 2024?
There are 7 holidays in Somalia in 2024
How to retrieve the Somalia holidays list via API?
Simply make a GET request to v1/holidays?country=SO&year=2024
API to retrieve this list of Somalia 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: 'SO', year: '2024'});
console.log(holidays);