Belarus Holidays in 2024

List of public holidays in Belarus 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayNational Holiday
2nd JanuaryTuesdayNew Year HolidayNational Holiday
7th JanuarySundayOrthodox Christmas DayNational Holiday
14th FebruaryWednesdayValentine's DayObservance
23rd FebruaryFridayDefender of the Fatherland DayObservance
8th MarchFridayWomen's DayNational Holiday
15th MarchFridayConstitution DayObservance
20th MarchWednesdayMarch EquinoxSeason
31st MarchSundayCatholic Easter SundayObservance
2nd AprilTuesdayUnion Day of Belarus and RussiaObservance
26th AprilFridayDay of Remembrance of the Chernobyl TragedyObservance
1st MayWednesdayLabour DayNational Holiday
5th MaySundayOrthodox Easter SundayObservance, Orthodox
9th MayThursdayVictory DayNational Holiday
12th MaySundayDay of the National Emblem and Flag of BelarusObservance
14th MayTuesdayRadonitsaNational Holiday
20th JuneThursdayJune SolsticeSeason
22nd JuneSaturdayRemembrance Day of Victims of the Great Patriotic WarObservance
3rd JulyWednesdayIndependence Day of the Republic of BelarusNational Holiday
6th JulySaturdayKupalle (Day 1)Observance
7th JulySundayKupalle (Day 2)Observance
17th SeptemberTuesdayNational Unity DayObservance
22nd SeptemberSundaySeptember EquinoxSeason
14th OctoberMondayMothers' DayObservance
21st OctoberMondayFathers' DayObservance
2nd NovemberSaturdayRemembrance DayObservance
7th NovemberThursdayOctober Revolution DayNational Holiday
21st DecemberSaturdayDecember SolsticeSeason
25th DecemberWednesdayCatholic Christmas DayNational Holiday
31st DecemberTuesdayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Belarus. 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 Belarus this year in 2024?

There are 10 holidays in Belarus in 2024

How to retrieve the Belarus holidays list via API?

Simply make a GET request to v1/holidays?country=BY&year=2024 API to retrieve this list of Belarus 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: 'BY', 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.