is_holiday
Check if a date is a public holiday in over 200 countries to calculate business-day deadlines, delivery SLAs, or next working day. Supports subdivisions for GB and US.
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). |