Business Days API
Public holidays & business-day calculator for 100+ countries. Check if a date is a workday, list holidays, calculate N business days forward/back.
Business Days API endpoints
| Method | Endpoint | Description |
|---|---|---|
| holidays | ||
| GET |
getHolidays /api/v1/holidays/{country}/{year} |
Returns all public holidays for the given country and year. Includes regional holidays where available (e.g. German Bundesländer, US States). Results are cached for up to 365 days. |
| is-business-day | ||
| GET |
isBusinessDay /api/v1/is-business-day |
Returns whether the given date is a business day in the specified country. Accounts for weekends (Saturday and Sunday) and public holidays. If the date is not a business day, the… |
| business-days | ||
| GET |
calculateBusinessDays /api/v1/business-days/calculate |
Returns the date that is exactly N business days forward or backward from the given start date, skipping weekends and public holidays. Useful for payment due dates, delivery… |
| health | ||
| GET |
healthCheck /health |
|
Business Days API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $29 / month | — |
|
| MEGA | $99 / month | — |
|