Angola Holidays in 2025
List of public holidays in Angola 2025 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Wednesday | New Year | Public Holiday |
3rd February | Monday | Day off for Liberation Movement Day | Public Holiday |
4th February | Tuesday | Liberation Movement Day | Public Holiday |
3rd March | Monday | Carnival Holiday | Public Holiday |
4th March | Tuesday | Carnival | Public Holiday |
8th March | Saturday | International Woman's Day | Public Holiday |
20th March | Thursday | March Equinox | Season |
23rd March | Sunday | Southern Africa Liberation Day | Public Holiday |
4th April | Friday | Peace Day | Public Holiday |
18th April | Friday | Good Friday | Public Holiday |
1st May | Thursday | May Day | Public Holiday |
2nd May | Friday | Day off for May Day | Public Holiday |
21st June | Saturday | June Solstice | Season |
17th September | Wednesday | National Hero Day | Public Holiday |
22nd September | Monday | September Equinox | Season |
2nd November | Sunday | All Souls' Day | Public Holiday |
10th November | Monday | Day off for Independence Day | Public Holiday |
11th November | Tuesday | Independence Day | Public Holiday |
21st December | Sunday | December Solstice | Season |
25th December | Thursday | Christmas Day | Public Holiday |
26th December | Friday | Day off for Christmas Day | Public Holiday |
We strive to provide an accurate and up-to-date holiday's list for Angola. 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 Angola this year in 2025?
There are 17 holidays in Angola in 2025
How to retrieve the Angola holidays list via API?
Simply make a GET request to v1/holidays?country=AO&year=2025
API to retrieve this list of Angola 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: 'AO', year: '2025'});
console.log(holidays);