Marshall Islands Holidays in 2024
List of public holidays in Marshall Islands 2024 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Monday | New Year's Day | Public Holiday |
1st March | Friday | Remembrance Day | Public Holiday |
20th March | Wednesday | March Equinox | Season |
29th March | Friday | Good Friday | Public Holiday |
1st May | Wednesday | Constitution Day | Public Holiday |
21st June | Friday | June Solstice | Season |
5th July | Friday | Fishermen's Day | Public Holiday |
6th September | Friday | Labor Day | Public Holiday |
23rd September | Monday | September Equinox | Season |
27th September | Friday | Manit Day | Public Holiday |
17th November | Sunday | President's Day | Public Holiday |
18th November | Monday | Day off for President's Day | Public Holiday |
6th December | Friday | Gospel Day | Public Holiday |
21st December | Saturday | December Solstice | Season |
25th December | Wednesday | Christmas Day | Public Holiday |
31st December | Tuesday | 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 2024?
There are 11 holidays in Marshall Islands in 2024
How to retrieve the Marshall Islands holidays list via API?
Simply make a GET request to v1/holidays?country=MH&year=2024
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: '2024'});
console.log(holidays);