is_holiday
Check whether a date is a public or bank holiday for computing business-day deadlines or delivery SLAs. Supports 200+ countries with optional subdivision narrowing.
Instructions
USE THIS to check whether a date is a public/bank holiday when computing business-day deadlines, delivery SLAs or 'next working day'. Supports ~200 countries (ISO code, e.g. GB, US, ZA, DE, IN); GB defaults to England — pass a subdivision ('SCT'/'WLS'/'NIR', or a US state) to narrow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date (YYYY-MM-DD). | |
| country | No | ISO country code (default GB), e.g. GB, US, ZA, DE. | |
| subdiv | No | Subdivision code (e.g. UK nation SCT/WLS/NIR, or a US state). |