Solomon Islands Holidays in 2023

List of public holidays in Solomon Islands 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayPublic Holiday
2nd JanuaryMondayDay off for New Year's DayPublic Holiday
25th FebruarySaturdayChoiseul Province DayLocal holiday
21st MarchTuesdayMarch EquinoxSeason
7th AprilFridayGood FridayPublic Holiday
8th AprilSaturdayHoly SaturdayPublic Holiday
9th AprilSundayEaster SundayObservance
10th AprilMondayEaster MondayPublic Holiday
29th MayMondayWhit MondayObservance
2nd JuneFridayIsabel Province DayLocal holiday
8th JuneThursdayTemotu Province DayLocal holiday
16th JuneFridayKing’s BirthdayPublic Holiday
22nd JuneThursdayJune SolsticeSeason
29th JuneThursdayCentral Province DayLocal holiday
7th JulyFridayIndependence DayPublic Holiday
20th JulyThursdayRennell and Bellona Province DayLocal holiday
1st AugustTuesdayGualdalcanal Province DayLocal holiday
3rd AugustThursdayMakira-Ulawa Province DayLocal holiday
15th AugustTuesdayMalaita Province DayLocal holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
7th DecemberThursdayWestern Province DayLocal holiday
22nd DecemberFridayDecember SolsticeSeason
25th DecemberMondayChristmas DayPublic Holiday
26th DecemberTuesdayNational Day of ThanksgivingPublic Holiday
We strive to provide an accurate and up-to-date holiday's list for Solomon Islands. 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 Solomon Islands this year in 2023?

There are 9 holidays in Solomon Islands in 2023

How to retrieve the Solomon Islands holidays list via API?

Simply make a GET request to v1/holidays?country=SB&year=2023 API to retrieve this list of Solomon Islands 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: 'SB', 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.