Marshall Islands Holidays in 2023
List of public holidays in Marshall 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 |
1st March | Wednesday | Remembrance Day | Public Holiday |
21st March | Tuesday | March Equinox | Season |
7th April | Friday | Good Friday | Public Holiday |
1st May | Monday | Constitution Day | Public Holiday |
22nd June | Thursday | June Solstice | Season |
7th July | Friday | Fishermen's Day | Public Holiday |
1st September | Friday | Labor Day | Public Holiday |
23rd September | Saturday | September Equinox | Season |
29th September | Friday | Manit Day | Public Holiday |
17th November | Friday | President's Day | Public Holiday |
1st December | Friday | Gospel Day | Public Holiday |
22nd December | Friday | December Solstice | Season |
25th December | Monday | Christmas Day | Public Holiday |
31st December | Sunday | New Year's Eve | Observance |
We strive to provide an accurate and up-to-date holiday's list for Marshall 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 Marshall Islands this year in 2023?
There are 11 holidays in Marshall Islands in 2023
How to retrieve the Marshall Islands holidays list via API?
Simply make a GET request to v1/holidays?country=MH&year=2023
API to retrieve this list of Marshall 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: 'MH', year: '2023'});
console.log(holidays);