Trinidad and Tobago Holidays in 2024
List of public holidays in Trinidad and Tobago 2024 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Monday | New Year's Day | Public holiday |
12th February | Monday | Carnival | De facto holiday |
13th February | Tuesday | Carnival/Shrove Tuesday | De facto holiday |
14th February | Wednesday | Valentine's Day | Observance |
11th March | Monday | Ramadan Start (Tentative Date) | Observance |
19th March | Tuesday | March Equinox | Season |
29th March | Friday | Good Friday | Public holiday |
30th March | Saturday | Spiritual Baptist Liberation Day | Public holiday |
31st March | Sunday | Easter Sunday | Observance |
1st April | Monday | Easter Monday | Public holiday |
10th April | Wednesday | Eid al-Fitr (Tentative Date) | Public holiday |
12th May | Sunday | Mother's Day | Observance |
30th May | Thursday | Indian Arrival Day | Public holiday |
30th May | Thursday | Corpus Christi | Public holiday |
16th June | Sunday | Father's Day | Observance |
19th June | Wednesday | Labour Day | Public holiday |
20th June | Thursday | June Solstice | Season |
1st August | Thursday | Emancipation Day | Public holiday |
31st August | Saturday | Independence Day | Public holiday |
22nd September | Sunday | September Equinox | Season |
24th September | Tuesday | Republic Day | Public holiday |
31st October | Thursday | Diwali/Deepavali (Tentative Date) | Public holiday |
21st December | Saturday | December Solstice | Season |
24th December | Tuesday | Christmas Eve | Observance |
25th December | Wednesday | Christmas Day | Public holiday |
26th December | Thursday | Boxing Day | Public holiday |
31st December | Tuesday | New Year's Eve | Observance |
We strive to provide an accurate and up-to-date holiday's list for Trinidad and Tobago. 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 Trinidad and Tobago this year in 2024?
There are 14 holidays in Trinidad and Tobago in 2024
How to retrieve the Trinidad and Tobago holidays list via API?
Simply make a GET request to v1/holidays?country=TT&year=2024
API to retrieve this list of Trinidad and Tobago 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: 'TT', year: '2024'});
console.log(holidays);