Bahrain Holidays in 2023

List of public holidays in Bahrain 2023 calendar

DateDayNameType
1st JanuarySundayNew YearNational holiday
21st MarchTuesdayMarch EquinoxSeason
23rd MarchThursdayRamadan StartObservance
21st AprilFridayEid al-FitrNational holiday
22nd AprilSaturdayEid al-Fitr HolidayNational holiday
23rd AprilSundayEid al-Fitr HolidayNational holiday
24th AprilMondayEid al-Fitr HolidayNational holiday
1st MayMondayMay DayNational holiday
21st JuneWednesdayJune SolsticeSeason
27th JuneTuesdayArafat DayGovernment holiday
28th JuneWednesdayEid al-AdhaNational holiday
29th JuneThursdayEid al-Adha HolidayNational holiday
30th JuneFridayEid al-Adha HolidayNational holiday
2nd JulySundayDay off for Eid al-Adha HolidayNational holiday
19th JulyWednesdayMuharramNational holiday
28th JulyFridayAshooraNational holiday
29th JulySaturdayAshoora HolidayNational holiday
30th JulySundayAshoora HolidayNational holiday
31st JulyMondayAshoora HolidayNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
27th SeptemberWednesdayThe Prophet's BirthdayNational holiday
16th DecemberSaturdayNational DayNational holiday
17th DecemberSundayNational Day (second day)National holiday
22nd DecemberFridayDecember SolsticeSeason
We strive to provide an accurate and up-to-date holiday's list for Bahrain. 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 -

  1. Public Holidays
  2. Local Holidays
  3. Other Holidays

Frequently Asked Questions

How many holidays in Bahrain this year in 2023?

There are 18 holidays in Bahrain in 2023

How to retrieve the Bahrain holidays list via API?

Simply make a GET request to v1/holidays?country=BH&year=2023 API to retrieve this list of Bahrain 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: 'BH', year: '2023'});
console.log(holidays);
Ads

Sign up for your free api key.

Create your free account to get access of holidays API
for over 230 countries and regions worldwide.