Haiti Holidays in 2024
List of public holidays in Haiti 2024 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Monday | New Year's Day/Independence Day | National/Legal Holiday |
2nd January | Tuesday | Heroes’ Day/Ancestors’ Day | National/Legal Holiday |
13th February | Tuesday | Carnival/Shrove Tuesday | National/Legal Holiday |
14th February | Wednesday | Carnival / Ash Wednesday | National/Legal Holiday |
14th February | Wednesday | Valentine's Day | Observance |
19th March | Tuesday | March Equinox | Season |
29th March | Friday | Good Friday | National/Legal Holiday |
31st March | Sunday | Easter Sunday | Observance |
1st May | Wednesday | Agriculture and Labor Day | National/Legal Holiday |
18th May | Saturday | Flag Day/University Day | National/Legal Holiday |
26th May | Sunday | Mother's Day | National/Legal Holiday |
30th May | Thursday | Corpus Christi | Local holiday |
20th June | Thursday | June Solstice | Season |
30th June | Sunday | Father's Day | Observance |
15th August | Thursday | Assumption of Mary | Local holiday |
22nd September | Sunday | September Equinox | Season |
17th October | Thursday | Dessalines Day | National/Legal Holiday |
1st November | Friday | All Saints' Day | Local holiday |
2nd November | Saturday | All Souls' Day | Local holiday |
18th November | Monday | Vertières Day | National/Legal Holiday |
21st December | Saturday | December Solstice | Season |
24th December | Tuesday | Christmas Eve | Observance |
25th December | Wednesday | Christmas Day | National/Legal Holiday |
31st December | Tuesday | New Year's Eve | Observance |
We strive to provide an accurate and up-to-date holiday's list for Haiti. 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 Haiti this year in 2024?
There are 11 holidays in Haiti in 2024
How to retrieve the Haiti holidays list via API?
Simply make a GET request to v1/holidays?country=HT&year=2024
API to retrieve this list of Haiti 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: 'HT', year: '2024'});
console.log(holidays);