Timor-Leste Holidays in 2025
List of public holidays in Timor-Leste 2025 calendar
| Date | Day | Name | Type |
|---|---|---|---|
| 1st January | Wednesday | New Year's Day | Public Holiday |
| 29th January | Wednesday | Chinese New Year | Observance |
| 3rd March | Monday | Veteran's Day | Public Holiday |
| 5th March | Wednesday | Carnival / Ash Wednesday | Public Holiday |
| 20th March | Thursday | March Equinox | Season |
| 31st March | Monday | Eid ul Fitr (Tentative Date) | Public Holiday |
| 18th April | Friday | Good Friday | Public Holiday |
| 1st May | Thursday | Labor Day / May Day | Public Holiday |
| 20th May | Tuesday | Restoration of Independence Day | Public Holiday |
| 7th June | Saturday | Eid al-Adha (Tentative Date) | Public Holiday |
| 19th June | Thursday | Corpus Christi | Public Holiday |
| 21st June | Saturday | June Solstice | Season |
| 30th August | Saturday | Popular Consultation Day | Public Holiday |
| 23rd September | Tuesday | September Equinox | Season |
| 1st November | Saturday | All Saints' Day | Public Holiday |
| 2nd November | Sunday | All Souls' Day | Public Holiday |
| 12th November | Wednesday | Youth National Day | Public Holiday |
| 28th November | Friday | Proclamation of Independence Day | Public Holiday |
| 7th December | Sunday | Day of Remembrance | Public Holiday |
| 8th December | Monday | Day of Our Lady of Immaculate Conception | Public Holiday |
| 22nd December | Monday | December Solstice | Season |
| 25th December | Thursday | Christmas Day | Public Holiday |
| 31st December | Wednesday | National Heroes Day | Public Holiday |
We strive to provide an accurate and up-to-date holiday's list for Timor-Leste. 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 Timor-Leste this year in 2025?
There are 18 holidays in Timor-Leste in 2025
How to retrieve the Timor-Leste holidays list via API?
Simply make a GET request to v1/holidays?country=TL&year=2025 API to retrieve this list of Timor-Leste 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: 'TL', year: '2025'});
console.log(holidays);