Public holidays in Italy, 2026

10 dates, from a live API. Where a fixed-date holiday falls on a weekend the observed date is what matters for business-day math — that is the case hardcoded lists get wrong.

DateHoliday
2026-01-01New Year's Day
2026-04-03Good Friday
2026-04-06Easter Monday
2026-04-25Liberation Day
2026-05-01Labour Day
2026-06-02Republic Day
2026-08-15Assumption of Mary
2026-11-01All Saints' Day
2026-12-25Christmas Day
2026-12-26Boxing Day / St Stephen's Day

Adding business days across these

curl "https://bizcal-api.jmgorombey1.workers.dev/add?jurisdiction=IT&date=2026-12-24&days=3"

The response carries a skipped[] array naming every excluded day and why — weekend or holiday. That is the part worth having: a bare date cannot be checked by anyone later, and a reason array can.

Need this offline or inside your own stack?

The calendars, the observed-date rules and the settlement math are the whole product. It also ships as a one-time $49 self-host kit — full source, tests, and a one-command deploy to your own Cloudflare Worker. The hosted API is free either way.