Denmark flag

Public Holidays in Denmark 2027

3 total holidays3 national holidays

2027 Holiday Calendar — Denmark

DateHolidayDayType
2027-01-01New Year's DayFridayNational
2027-12-25Christmas DaySaturdayNational
2027-12-262nd Day of ChristmasSundayNational

Automate Denmark holiday data via API

One API key. 195+ countries. Integrate in minutes.

cURL

curl -X GET \
  "https://api.holidays.rest/v1/holidays?country=DK&year=2027" \
  -H "Authorization: Bearer YOUR_API_KEY"

JavaScript

const res = await fetch(
  "https://api.holidays.rest/v1/holidays?country=DK&year=2027",
  { headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const holidays = await res.json();
Public Holidays in Denmark 2027 — Complete List