Public Holidays in Bosnia and Herzegovina 2023
23 total holidays5 national holidays
2023 Holiday Calendar — Bosnia and Herzegovina
| Date | Holiday | Day | Type |
|---|---|---|---|
| 2023-01-01 | New Year's Day | Sunday | National |
| 2023-01-02 | New Year Holiday | Monday | National |
| 2023-01-03 | New Year Holiday | Tuesday | National |
| 2023-01-06 | Orthodox Christmas Eve SRP | Friday | Religious |
| 2023-01-07 | Orthodox Christmas Day SRP | Saturday | Religious |
| 2023-01-09 | Republic Day SRP | Monday | Regional |
| 2023-01-14 | Orthodox New Year SRP | Saturday | Religious |
| 2023-03-01 | Independence Day BIH | Wednesday | Regional |
| 2023-04-09 | Catholic Easter Sunday BIH | Sunday | Religious |
| 2023-04-10 | Catholic Easter Monday BIH | Monday | Religious |
| 2023-04-14 | Orthodox Good Friday SRP | Friday | Religious |
| 2023-04-16 | Orthodox Easter Sunday SRP | Sunday | Religious |
| 2023-04-17 | Orthodox Easter Monday SRP | Monday | Religious |
| 2023-04-21 | Eid al-Fitr BIH | Friday | Religious |
| 2023-05-01 | Labour Day | Monday | National |
| 2023-05-02 | Labour Day Holiday | Tuesday | National |
| 2023-05-09 | Victory Day SRP | Tuesday | Regional |
| 2023-06-28 | Eid al-Adha BIH | Wednesday | Religious |
| 2023-06-28 | Saint Vitus Day SRP | Wednesday | Religious |
| 2023-11-01 | All Saints' Day BIH | Wednesday | Religious |
| 2023-11-21 | Dayton Agreement Day SRP | Tuesday | Regional |
| 2023-11-25 | Statehood Day BIH | Saturday | Regional |
| 2023-12-25 | Catholic Christmas Day BIH | Monday | Religious |
Automate Bosnia and Herzegovina holiday data via API
One API key. 195+ countries. Integrate in minutes.
cURL
curl -X GET \ "https://api.holidays.rest/v1/holidays?country=BA&year=2023" \ -H "Authorization: Bearer YOUR_API_KEY"
JavaScript
const res = await fetch(
"https://api.holidays.rest/v1/holidays?country=BA&year=2023",
{ headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const holidays = await res.json();