Virgin Islands, U.S. Holidays in 2024

List of public holidays in Virgin Islands, U.S. 2024 calendar

DateDayNameType
1st JanuaryMondayNew YearPublic Holiday
6th JanuarySaturdayThree Kings DayPublic Holiday
15th JanuaryMondayMartin Luther King Jr. DayPublic Holiday
19th FebruaryMondayPresident's DayPublic Holiday
19th MarchTuesdayMarch EquinoxSeason
28th MarchThursdayHoly ThursdayPublic Holiday
29th MarchFridayGood FridayPublic Holiday
31st MarchSundayEaster SundayObservance
31st MarchSundayTransfer DayPublic Holiday
1st AprilMondayEaster MondayPublic Holiday
1st AprilMondayApril Fool's DayObservance
12th MaySundayMother's DayObservance
27th MayMondayMemorial DayPublic Holiday
16th JuneSundayFather's DayObservance
19th JuneWednesdayJuneteenthObservance
20th JuneThursdayJune SolsticeSeason
3rd JulyWednesdayEmancipation DayPublic Holiday
4th JulyThursdayAmerican Independence DayObservance
29th JulyMondayHurricane Supplication DayObservance
2nd SeptemberMondayLabor DayPublic Holiday
22nd SeptemberSundaySeptember EquinoxSeason
14th OctoberMondayPuerto Rico Friendship Day (Columbus Day)Public Holiday
25th OctoberFridayHurricane ThanksgivingObservance
1st NovemberFridayLiberty DayPublic Holiday
11th NovemberMondayVeterans DayPublic Holiday
28th NovemberThursdayThanksgiving DayPublic Holiday
21st DecemberSaturdayDecember SolsticeSeason
25th DecemberWednesdayChristmas DayPublic Holiday
26th DecemberThursdayChristmas Second DayPublic Holiday
31st DecemberTuesdayNew Year's EveObservance
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 -

  1. Public Holidays
  2. Local Holidays
  3. 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);
Ads

Sign up for your free api key.

Create your free account to get access of holidays API
for over 230 countries and regions worldwide.