Virgin Islands, U.S. Holidays in 2024
List of public holidays in Virgin Islands, U.S. 2024 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Monday | New Year | Public Holiday |
6th January | Saturday | Three Kings Day | Public Holiday |
15th January | Monday | Martin Luther King Jr. Day | Public Holiday |
19th February | Monday | President's Day | Public Holiday |
19th March | Tuesday | March Equinox | Season |
28th March | Thursday | Holy Thursday | Public Holiday |
29th March | Friday | Good Friday | Public Holiday |
31st March | Sunday | Easter Sunday | Observance |
31st March | Sunday | Transfer Day | Public Holiday |
1st April | Monday | Easter Monday | Public Holiday |
1st April | Monday | April Fool's Day | Observance |
12th May | Sunday | Mother's Day | Observance |
27th May | Monday | Memorial Day | Public Holiday |
16th June | Sunday | Father's Day | Observance |
19th June | Wednesday | Juneteenth | Observance |
20th June | Thursday | June Solstice | Season |
3rd July | Wednesday | Emancipation Day | Public Holiday |
4th July | Thursday | American Independence Day | Observance |
29th July | Monday | Hurricane Supplication Day | Observance |
2nd September | Monday | Labor Day | Public Holiday |
22nd September | Sunday | September Equinox | Season |
14th October | Monday | Puerto Rico Friendship Day (Columbus Day) | Public Holiday |
25th October | Friday | Hurricane Thanksgiving | Observance |
1st November | Friday | Liberty Day | Public Holiday |
11th November | Monday | Veterans Day | Public Holiday |
28th November | Thursday | Thanksgiving Day | Public Holiday |
21st December | Saturday | December Solstice | Season |
25th December | Wednesday | Christmas Day | Public Holiday |
26th December | Thursday | Christmas Second 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 Virgin Islands, U.S.. 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 Virgin Islands, U.S. this year in 2024?
There are 17 holidays in Virgin Islands, U.S. in 2024
How to retrieve the Virgin Islands, U.S. holidays list via API?
Simply make a GET request to v1/holidays?country=VI&year=2024
API to retrieve this list of Virgin Islands, U.S. 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: 'VI', year: '2024'});
console.log(holidays);