Netherlands flag

Public Holidays in Netherlands 2023

11 total holidays11 national holidays

2023 Holiday Calendar — Netherlands

DateHolidayDayType
2023-01-01New Year's DaySundayNational
2023-04-07Good FridayFridayNational
2023-04-09Easter SundaySundayNational
2023-04-10Easter MondayMondayNational
2023-04-27King's DayThursdayNational
2023-05-05Liberation DayFridayNational
2023-05-18Ascension DayThursdayNational
2023-05-28Whit SundaySundayNational
2023-05-29Whit MondayMondayNational
2023-12-25Christmas DayMondayNational
2023-12-262nd Day of ChristmasTuesdayNational

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=2023" \
  -H "Authorization: Bearer YOUR_API_KEY"

JavaScript

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