Congo, Democratic Republic of the 2025 Holidays

List of public holidays in Congo, Democratic Republic of the for year 2025

Congo, Democratic Republic of the - 2025 Holidays
20 of 20 holidays
DateDayNameType
Jan 1, 2025WednesdayNew Year's DayPublic holiday
Jan 4, 2025SaturdayMartyrs of Independence DayPublic holiday
Jan 16, 2025ThursdayAnniversary of President Laurent Kabila’s AssassinationPublic holiday
Jan 17, 2025FridayAnniversary of Prime Minister Patrice Emery Lumumba’s AssassinationPublic holiday
Feb 14, 2025FridayValentine's DayObservance
Mar 8, 2025SaturdayInternational Women's DayObservance
Mar 20, 2025ThursdayInternational Francophonie DayObservance
Mar 20, 2025ThursdayMarch EquinoxSeason
Apr 30, 2025WednesdayEducation DayObservance
May 1, 2025ThursdayMay DayPublic holiday
May 17, 2025SaturdayLiberation DayPublic holiday
Jun 21, 2025SaturdayJune SolsticeSeason
Jun 30, 2025MondayIndependence DayPublic holiday
Aug 1, 2025FridayParents' DayPublic holiday
Sep 22, 2025MondaySeptember EquinoxSeason
Sep 27, 2025SaturdayWorld Tourism DayObservance
Dec 21, 2025SundayDecember SolsticeSeason
Dec 24, 2025WednesdayChristmas EveObservance
Dec 25, 2025ThursdayChristmas DayPublic holiday
Dec 31, 2025WednesdayNew Year's EveObservance

We strive to provide an accurate and up-to-date holiday list for Congo, Democratic Republic of the. However, please note that some holiday dates may change. If you discover any discrepancies, kindly report to us.

Holiday Type Color Legend

Holidays are color-coded based on their types:

  • Public HolidayPublic, National, Federal, and Gazetted holidays
  • Local HolidayLocal, Regional, State, and Provincial holidays
  • Other HolidayObservances and other types of holidays
Frequently Asked Questions

How many holidays in Congo, Democratic Republic of the this year in 2025?

There are 9 public holidays in Congo, Democratic Republic of the in 2025. If you are planning ahead? Check upcoming holidays

How to retrieve the Congo, Democratic Republic of the holidays list via API?

Simply make a GET request to v1/holidays?country=CD&year=2025 API to retrieve this list of Congo, Democratic Republic of the 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: 'CD',
  year: '2025'
});
console.log(holidays);
API Examples
Quick start examples in different programming languages
curl -X GET "https://api.11holidays.com/v1/holidays?country=CD&year=2025" \
  -H "Authorization: Bearer YOUR_API_KEY"