Ethiopia Holidays in 2025
List of public holidays in Ethiopia 2025 calendar
Date | Day | Name | Type |
---|---|---|---|
7th January | Tuesday | Ethiopian Christmas Day | Public Holiday |
19th January | Sunday | Epiphany / Timkat | Public Holiday |
2nd March | Sunday | Adwa Victory Day | Public Holiday |
20th March | Thursday | March Equinox | Season |
31st March | Monday | Eid al-Fitr (Tentative Date) | Public Holiday |
18th April | Friday | Ethiopian Good Friday | Public Holiday |
20th April | Sunday | Fasika | Public Holiday |
1st May | Thursday | International Labor Day | Public Holiday |
5th May | Monday | Patriots' Day | Public Holiday |
28th May | Wednesday | Derg Downfall Day | Public Holiday |
7th June | Saturday | Eid al-Adha (Tentative Date) | Public Holiday |
21st June | Saturday | June Solstice | Season |
5th September | Friday | The Prophet's Birthday (Tentative Date) | Public Holiday |
22nd September | Monday | September Equinox | Season |
27th September | Saturday | Meskel | Public Holiday |
21st December | Sunday | December Solstice | Season |
We strive to provide an accurate and up-to-date holiday's list for Ethiopia. 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 Ethiopia this year in 2025?
There are 12 holidays in Ethiopia in 2025
How to retrieve the Ethiopia holidays list via API?
Simply make a GET request to v1/holidays?country=ET&year=2025
API to retrieve this list of Ethiopia 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: 'ET', year: '2025'});
console.log(holidays);