Somalia Holidays in 2023

List of public holidays in Somalia 2023 calendar

DateDayNameType
1st JanuarySundayNew YearPublic Holiday
18th FebruarySaturdayIsra and Mi'rajCommon local holiday
21st MarchTuesdayMarch EquinoxSeason
23rd MarchThursdayRamadan StartObservance
21st AprilFridayEid al-FitrPublic Holiday
22nd AprilSaturdayEid al-Fitr HolidayCommon local holiday
1st MayMondayMay DayPublic Holiday
18th MayThursdayRestoration of Somaliland SovereigntyCommon local holiday
19th MayFridayRestoration of Somaliland Sovereignty HolidayCommon local holiday
21st JuneWednesdayJune SolsticeSeason
26th JuneMondayIndependence DayPublic Holiday
28th JuneWednesdayEid al-AdhaPublic Holiday
29th JuneThursdayEid al-Adha HolidayCommon local holiday
1st JulySaturdayRepublic DayCommon local holiday
19th JulyWednesdayMuharramCommon local holiday
28th JulyFridayAshuraPublic Holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
27th SeptemberWednesdayThe Prophet's BirthdayPublic Holiday
22nd DecemberFridayDecember SolsticeSeason
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 -

  1. Public Holidays
  2. Local Holidays
  3. Other Holidays

Frequently Asked Questions

How many holidays in Somalia this year in 2023?

There are 7 holidays in Somalia in 2023

How to retrieve the Somalia holidays list via API?

Simply make a GET request to v1/holidays?country=SO&year=2023 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: '2023'});
console.log(holidays);
Ads

Sign up for your free api key.

Create your free account to get access of holidays API
for over 230 countries and regions worldwide.