Public holidays in Sweden, 2026

8 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-01-06Epiphany
2026-04-03Good Friday
2026-04-06Easter Monday
2026-05-01Labour Day
2026-06-06National Day
2026-12-25Christmas Day
2026-12-26Second Day of Christmas

Adding business days across these

curl "https://bizcal-api.jmgorombey1.workers.dev/add?jurisdiction=SE&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.