Bonaire, Sint Eustatius and Saba 2026 Holidays

List of public holidays in Bonaire, Sint Eustatius and Saba for year 2026

Bonaire, Sint Eustatius and Saba - 2026 Holidays
0 of 0 holidays
DateDayNameType
No holidays found

We strive to provide an accurate and up-to-date holiday list for Bonaire, Sint Eustatius and Saba. However, please note that some holiday dates may change. If you discover any discrepancies, kindly report to us.

Holiday Type Color Legend

Holidays are color-coded based on their types:

  • Public HolidayPublic, National, Federal, and Gazetted holidays
  • Local HolidayLocal, Regional, State, and Provincial holidays
  • Other HolidayObservances and other types of holidays
Frequently Asked Questions

How many holidays in Bonaire, Sint Eustatius and Saba this year in 2026?

There are 0 public holidays in Bonaire, Sint Eustatius and Saba in 2026. If you are planning ahead? Check upcoming holidays

How to retrieve the Bonaire, Sint Eustatius and Saba holidays list via API?

Simply make a GET request to v1/holidays?country=BQ&year=2026 API to retrieve this list of Bonaire, Sint Eustatius and Saba holidays.

Here is an example using Node.js and our official package on NPM:

// Install the 11holidays package from NPM
// npm i 11holidays

import HolidaysApi from '11holidays';

const instance = new HolidaysApi(API_KEY);
const holidays = await instance.holidays.list({
  country: 'BQ',
  year: '2026'
});
console.log(holidays);
API Examples
Quick start examples in different programming languages
curl -X GET "https://api.11holidays.com/v1/holidays?country=BQ&year=2026" \
  -H "Authorization: Bearer YOUR_API_KEY"