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