Honduras Holidays in 2025

List of public holidays in Honduras 2025 calendar

DateDayNameType
1st JanuaryWednesdayNew Year's DayNational Holiday
6th JanuaryMondayThe Three Wise Men DayObservance
3rd FebruaryMondayOur Lady of SuyapaObservance
19th MarchWednesdayFather's DayObservance
20th MarchThursdayMarch EquinoxSeason
14th AprilMondayAmerica DayNational Holiday
17th AprilThursdayMaundy ThursdayNational Holiday, Christian
18th AprilFridayGood FridayNational Holiday, Christian
19th AprilSaturdayHoly SaturdayNational Holiday, Christian
20th AprilSundayEaster SundayObservance
1st MayThursdayLabor Day / May DayNational Holiday
11th MaySundayMothers' DayObservance
19th JuneThursdayCorpus ChristiObservance
20th JuneFridayJune SolsticeSeason
10th SeptemberWednesdayChildren's DayObservance
15th SeptemberMondayIndependence DayNational Holiday
17th SeptemberWednesdayTeacher's DayObservance
22nd SeptemberMondaySeptember EquinoxSeason
3rd OctoberFridayMorazan's DayNational Holiday
12th OctoberSundayColumbus DayNational Holiday
21st OctoberTuesdayArmy DayNational Holiday
21st DecemberSundayDecember SolsticeSeason
25th DecemberThursdayChristmas DayNational Holiday, Christian
31st DecemberWednesdayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Honduras. 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 Honduras this year in 2025?

There are 11 holidays in Honduras in 2025

How to retrieve the Honduras holidays list via API?

Simply make a GET request to v1/holidays?country=HN&year=2025 API to retrieve this list of Honduras 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: 'HN', 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.