Public Holidays in Bosnia and Herzegovina 2020
22 total holidays4 national holidays
2020 Holiday Calendar — Bosnia and Herzegovina
| Date | Holiday | Day | Type |
|---|---|---|---|
| 2020-01-01 | New Year's Day | Wednesday | National |
| 2020-01-02 | New Year Holiday | Thursday | National |
| 2020-01-06 | Orthodox Christmas Eve SRP | Monday | Religious |
| 2020-01-07 | Orthodox Christmas Day SRP | Tuesday | Religious |
| 2020-01-09 | Republic Day SRP | Thursday | Regional |
| 2020-01-14 | Orthodox New Year SRP | Tuesday | Religious |
| 2020-03-01 | Independence Day BIH | Sunday | Regional |
| 2020-04-12 | Catholic Easter Sunday BIH | Sunday | Religious |
| 2020-04-13 | Catholic Easter Monday BIH | Monday | Religious |
| 2020-04-17 | Orthodox Good Friday SRP | Friday | Religious |
| 2020-04-19 | Orthodox Easter Sunday SRP | Sunday | Religious |
| 2020-04-20 | Orthodox Easter Monday SRP | Monday | Religious |
| 2020-05-01 | Labour Day | Friday | National |
| 2020-05-02 | Labour Day Holiday | Saturday | National |
| 2020-05-09 | Victory Day SRP | Saturday | Regional |
| 2020-05-24 | Eid al-Fitr BIH | Sunday | Religious |
| 2020-06-28 | Saint Vitus Day SRP | Sunday | Religious |
| 2020-07-31 | Eid al-Adha BIH | Friday | Religious |
| 2020-11-01 | All Saints' Day BIH | Sunday | Religious |
| 2020-11-21 | Dayton Agreement Day SRP | Saturday | Regional |
| 2020-11-25 | Statehood Day BIH | Wednesday | Regional |
| 2020-12-25 | Catholic Christmas Day BIH | Friday | 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=2020" \ -H "Authorization: Bearer YOUR_API_KEY"
JavaScript
const res = await fetch(
"https://api.holidays.rest/v1/holidays?country=BA&year=2020",
{ headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const holidays = await res.json();