Vanuatu Holidays in 2025
List of public holidays in Vanuatu 2025 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Wednesday | New Year's Day | Public Holiday |
21st February | Friday | Father Lini Day | Public Holiday |
5th March | Wednesday | Custom Chief's Day | Public Holiday |
20th March | Thursday | March Equinox | Season |
18th April | Friday | Good Friday | Public Holiday |
21st April | Monday | Easter Monday | Public Holiday |
1st May | Thursday | Labor Day / May Day | Public Holiday |
29th May | Thursday | Ascension Day | Public Holiday |
21st June | Saturday | June Solstice | Season |
24th July | Thursday | Children's Day | Public Holiday |
30th July | Wednesday | Independence Day | Public Holiday |
15th August | Friday | Assumption of Mary | Public Holiday |
23rd September | Tuesday | September Equinox | Season |
5th October | Sunday | Constitution Day | Public Holiday |
6th October | Monday | Day off for Constitution Day | Public Holiday |
29th November | Saturday | Unity Day | Public Holiday |
22nd December | Monday | December Solstice | Season |
25th December | Thursday | Christmas Day | Public Holiday |
26th December | Friday | Family Day | Public Holiday |
We strive to provide an accurate and up-to-date holiday's list for Vanuatu. 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 Vanuatu this year in 2025?
There are 15 holidays in Vanuatu in 2025
How to retrieve the Vanuatu holidays list via API?
Simply make a GET request to v1/holidays?country=VU&year=2025
API to retrieve this list of Vanuatu 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: 'VU', year: '2025'});
console.log(holidays);