Solomon Islands Holidays in 2023
List of public holidays in Solomon Islands 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Sunday | New Year's Day | Public Holiday |
2nd January | Monday | Day off for New Year's Day | Public Holiday |
25th February | Saturday | Choiseul Province Day | Local holiday |
21st March | Tuesday | March Equinox | Season |
7th April | Friday | Good Friday | Public Holiday |
8th April | Saturday | Holy Saturday | Public Holiday |
9th April | Sunday | Easter Sunday | Observance |
10th April | Monday | Easter Monday | Public Holiday |
29th May | Monday | Whit Monday | Observance |
2nd June | Friday | Isabel Province Day | Local holiday |
8th June | Thursday | Temotu Province Day | Local holiday |
16th June | Friday | King’s Birthday | Public Holiday |
22nd June | Thursday | June Solstice | Season |
29th June | Thursday | Central Province Day | Local holiday |
7th July | Friday | Independence Day | Public Holiday |
20th July | Thursday | Rennell and Bellona Province Day | Local holiday |
1st August | Tuesday | Gualdalcanal Province Day | Local holiday |
3rd August | Thursday | Makira-Ulawa Province Day | Local holiday |
15th August | Tuesday | Malaita Province Day | Local holiday |
23rd September | Saturday | September Equinox | Season |
7th December | Thursday | Western Province Day | Local holiday |
22nd December | Friday | December Solstice | Season |
25th December | Monday | Christmas Day | Public Holiday |
26th December | Tuesday | National Day of Thanksgiving | Public 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 -
- Public Holidays
- Local Holidays
- 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);