Timor-Leste Holidays in 2025

List of public holidays in Timor-Leste 2025 calendar

DateDayNameType
1st JanuaryWednesdayNew Year's DayPublic Holiday
29th JanuaryWednesdayChinese New YearObservance
3rd MarchMondayVeteran's DayPublic Holiday
5th MarchWednesdayCarnival / Ash WednesdayPublic Holiday
20th MarchThursdayMarch EquinoxSeason
31st MarchMondayEid ul Fitr (Tentative Date)Public Holiday
18th AprilFridayGood FridayPublic Holiday
1st MayThursdayLabor Day / May DayPublic Holiday
20th MayTuesdayRestoration of Independence DayPublic Holiday
7th JuneSaturdayEid al-Adha (Tentative Date)Public Holiday
19th JuneThursdayCorpus ChristiPublic Holiday
21st JuneSaturdayJune SolsticeSeason
30th AugustSaturdayPopular Consultation DayPublic Holiday
23rd SeptemberTuesdaySeptember EquinoxSeason
1st NovemberSaturdayAll Saints' DayPublic Holiday
2nd NovemberSundayAll Souls' DayPublic Holiday
12th NovemberWednesdayYouth National DayPublic Holiday
28th NovemberFridayProclamation of Independence DayPublic Holiday
7th DecemberSundayDay of RemembrancePublic Holiday
8th DecemberMondayDay of Our Lady of Immaculate ConceptionPublic Holiday
22nd DecemberMondayDecember SolsticeSeason
25th DecemberThursdayChristmas DayPublic Holiday
31st DecemberWednesdayNational Heroes DayPublic 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 -

  1. Public Holidays
  2. Local Holidays
  3. 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);
Ads

Sign up for your free api key.

Create your free account to get access of holidays API
for over 230 countries and regions worldwide.