Bahamas Holidays in 2023
List of public holidays in Bahamas 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Sunday | New Year's Day | Public Holiday |
2nd January | Monday | New Year's Day observed | Public Holiday |
10th January | Tuesday | Majority Rule Day | Public Holiday |
14th February | Tuesday | Valentine's Day | Observance |
12th March | Sunday | Daylight Saving Time starts | Clock change/Daylight Saving Time |
20th March | Monday | March Equinox | Season |
7th April | Friday | Good Friday | Public Holiday |
9th April | Sunday | Easter Sunday | Observance |
10th April | Monday | Easter Monday | Public Holiday |
14th May | Sunday | Mothers' Day | Observance |
28th May | Sunday | Whit Sunday | Observance |
29th May | Monday | Whit Monday | Public Holiday |
2nd June | Friday | Randol Fawkes Labour Day | Public Holiday |
18th June | Sunday | Fathers' Day | Observance |
21st June | Wednesday | June Solstice | Season |
10th July | Monday | Independence Day | Public Holiday |
7th August | Monday | Emancipation Day | Public Holiday |
23rd September | Saturday | September Equinox | Season |
9th October | Monday | National Heroes Day | Public Holiday |
5th November | Sunday | Daylight Saving Time ends | Clock change/Daylight Saving Time |
21st December | Thursday | December Solstice | Season |
24th December | Sunday | Christmas Eve | Observance |
25th December | Monday | Christmas Day | Public Holiday |
26th December | Tuesday | Boxing Day | Public Holiday |
31st December | Sunday | New Year's Eve | Observance |
We strive to provide an accurate and up-to-date holiday's list for Bahamas. however, please note that some holidays dates may change. If you discover any discrepancies, kindly report to us.
Note: Some holidays are color-coded based on the types of holidays. For example -
- Public Holidays
- Local Holidays
- Other Holidays
Frequently Asked Questions
How many holidays in Bahamas this year in 2023?
There are 12 holidays in Bahamas in 2023
How to retrieve the Bahamas holidays list via API?
Simply make a GET request to v1/holidays?country=BS&year=2023
API to retrieve this list of Bahamas 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: 'BS', year: '2023'});
console.log(holidays);