Netherlands flag

Public Holidays in Netherlands 2030

5 total holidays5 national holidays

2030 Holiday Calendar — Netherlands

DateHolidayDayType
2030-01-01New Year's DayTuesdayNational
2030-04-27King's DaySaturdayNational
2030-05-05Liberation DaySundayNational
2030-12-25Christmas DayWednesdayNational
2030-12-262nd Day of ChristmasThursdayNational

Automate Netherlands holiday data via API

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

cURL

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

JavaScript

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