Belarus Holidays in 2023

List of public holidays in Belarus 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational Holiday
2nd JanuaryMondayNew Year HolidayNational Holiday
7th JanuarySaturdayOrthodox Christmas DayNational Holiday
14th FebruaryTuesdayValentine's DayObservance
23rd FebruaryThursdayDefender of the Fatherland DayObservance
8th MarchWednesdayWomen's DayNational Holiday
15th MarchWednesdayConstitution DayObservance
21st MarchTuesdayMarch EquinoxSeason
2nd AprilSundayUnion Day of Belarus and RussiaObservance
9th AprilSundayCatholic Easter SundayObservance
16th AprilSundayOrthodox Easter SundayObservance, Orthodox
24th AprilMondayRadonitsa HolidayNational Holiday
25th AprilTuesdayRadonitsaNational Holiday
26th AprilWednesdayDay of Remembrance of the Chernobyl TragedyObservance
29th AprilSaturdaySpecial Working DayWorking day on weekend
1st MayMondayLabour DayNational Holiday
8th MayMondayPublic HolidayNational Holiday
9th MayTuesdayVictory DayNational Holiday
13th MaySaturdaySpecial Working DayWorking day on weekend
14th MaySundayDay of the National Emblem and Flag of BelarusObservance
21st JuneWednesdayJune SolsticeSeason
22nd JuneThursdayRemembrance Day of Victims of the Great Patriotic WarObservance
3rd JulyMondayIndependence Day of the Republic of BelarusNational Holiday
6th JulyThursdayKupalle (Day 1)Observance
7th JulyFridayKupalle (Day 2)Observance
17th SeptemberSundayNational Unity DayObservance
23rd SeptemberSaturdaySeptember EquinoxSeason
14th OctoberSaturdayMothers' DayObservance
21st OctoberSaturdayFathers' DayObservance
2nd NovemberThursdayRemembrance DayObservance
6th NovemberMondayOctober Revolution Day HolidayNational Holiday
7th NovemberTuesdayOctober Revolution DayNational Holiday
11th NovemberSaturdaySpecial Working DayWorking day on weekend
22nd DecemberFridayDecember SolsticeSeason
25th DecemberMondayCatholic Christmas DayNational Holiday
31st DecemberSundayNew 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 2023?

There are 13 holidays in Belarus in 2023

How to retrieve the Belarus holidays list via API?

Simply make a GET request to v1/holidays?country=BY&year=2023 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: '2023'});
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.