Denmark Holidays in 2023

List of public holidays in Denmark 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
14th FebruaryTuesdayValentine's DayObservance
19th FebruarySundayCarnivalObservance
20th MarchMondayMarch EquinoxSeason
26th MarchSundayDaylight Saving Time startsClock change/Daylight Saving Time
2nd AprilSundayPalm SundayObservance
6th AprilThursdayMaundy ThursdayNational holiday
7th AprilFridayGood FridayNational holiday
9th AprilSundayEaster SundayNational holiday
10th AprilMondayEaster MondayNational holiday
1st MayMondayLabor Day / May DayPrivate Sector Holiday
5th MayFridayGreat Prayer DayNational holiday
5th MayFridayLiberation DayObservance
14th MaySundayMother’s DayObservance
18th MayThursdayAscension DayNational holiday
28th MaySundayWhit SundayNational holiday
29th MayMondayWhit MondayNational holiday
5th JuneMondayFather’s DayObservance
5th JuneMondayConstitution DayPrivate Sector Holiday
21st JuneWednesdayJune SolsticeSeason
23rd SeptemberSaturdaySeptember EquinoxSeason
29th OctoberSundayDaylight Saving Time endsClock change/Daylight Saving Time
31st OctoberTuesdayHalloweenObservance
22nd DecemberFridayDecember SolsticeSeason
24th DecemberSundayChristmas EveObservance
24th DecemberSundayChristmas EveRestricted Trading Day
25th DecemberMondayChristmas DayNational holiday
26th DecemberTuesday2nd Christmas DayNational holiday
31st DecemberSundayNew Year's EveRestricted Trading Day
31st DecemberSundayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Denmark. 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 Denmark this year in 2023?

There are 11 holidays in Denmark in 2023

How to retrieve the Denmark holidays list via API?

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