Colombia Holidays in 2025

List of public holidays in Colombia 2025 calendar

DateDayNameType
1st JanuaryWednesdayNew Year's DayNational Holiday
6th JanuaryMondayEpiphanyNational Holiday
8th MarchSaturdayWomen's DayObservance
19th MarchWednesdaySaint Joseph's DayObservance
20th MarchThursdayMarch EquinoxSeason
24th MarchMondaySaint Joseph's DayNational Holiday
13th AprilSundayPalm SundayObservance, Christian
17th AprilThursdayMaundy ThursdayNational Holiday, Christian
18th AprilFridayGood FridayNational Holiday, Christian
20th AprilSundayEaster SundayObservance, Christian
23rd AprilWednesdayLanguage DayObservance
26th AprilSaturdaySecretaries' DayObservance
26th AprilSaturdayChildren's DayObservance
29th AprilTuesdayDay of TreesObservance
1st MayThursdayLabor Day / May DayNational Holiday
11th MaySundayMothers' DayObservance
15th MayThursdayTeacher's DayObservance
2nd JuneMondayAscension DayNational Holiday
15th JuneSundayFathers' DayObservance
19th JuneThursdayCorpus ChristiObservance
20th JuneFridayJune SolsticeSeason
23rd JuneMondayCorpus Christi HolidayNational Holiday
29th JuneSundayFeast of Saint Peter and Saint PaulObservance
30th JuneMondaySacred HeartNational Holiday
30th JuneMondayFeast of Saint Peter and Saint Paul HolidayNational Holiday
20th JulySundayIndependence DayNational Holiday
7th AugustThursdayBattle of Boyacá DayNational Holiday
15th AugustFridayAssumption of MaryObservance
18th AugustMondayAssumption of Mary HolidayNational Holiday
20th SeptemberSaturdayValentine's DayObservance
22nd SeptemberMondaySeptember EquinoxSeason
12th OctoberSundayColumbus DayObservance
13th OctoberMondayColumbus Day HolidayNational Holiday
31st OctoberFridayHalloweenObservance
1st NovemberSaturdayAll Saints' DayObservance
3rd NovemberMondayAll Saints' Day HolidayNational Holiday
11th NovemberTuesdayIndependence of CartagenaObservance
14th NovemberFridayColombian Women's DayObservance
17th NovemberMondayIndependence of CartagenaNational Holiday
7th DecemberSundayEve of the Feast of the Immaculate ConceptionObservance
8th DecemberMondayFeast of the Immaculate ConceptionNational Holiday
21st DecemberSundayDecember SolsticeSeason
24th DecemberWednesdayChristmas EveObservance
25th DecemberThursdayChristmas DayNational Holiday, Christian
31st DecemberWednesdayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Colombia. 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 Colombia this year in 2025?

There are 18 holidays in Colombia in 2025

How to retrieve the Colombia holidays list via API?

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