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