is_holiday
Check whether a date is a public holiday in any country using its ISO country code, and get the holiday name if it is. Uses authoritative public-holiday data.
Instructions
Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so. Backed by an authoritative public-holiday dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date "YYYY-MM-DD". | |
| country_code | Yes | ISO country code, e.g. "US", "ES", "IN". |