Costa Rica Holidays in 2025

List of public holidays in Costa Rica 2025 calendar

DateDayNameType
1st JanuaryWednesdayNew Year's DayNational Holiday
19th MarchWednesdaySaint Joseph's DayObservance
20th MarchThursdayMarch EquinoxSeason
11th AprilFridayBattle of RivasNational Holiday
17th AprilThursdayMaundy ThursdayNational Holiday, Christian
18th AprilFridayGood FridayNational Holiday, Christian
1st MayThursdayLabor Day / May DayNational Holiday
15th JuneSundayFather's DayObservance
20th JuneFridayJune SolsticeSeason
25th JulyFridayAnnexation of GuanacasteNational Holiday
2nd AugustSaturdayOur Lady of Los ÁngelesNon Compulsory Payment Holiday
15th AugustFridayMother's DayNational Holiday
24th AugustSundayNational Parks DayObservance
9th SeptemberTuesdayChildren's DayObservance
15th SeptemberMondayIndependence DayNational Holiday
22nd SeptemberMondaySeptember EquinoxSeason
2nd NovemberSundayAll Souls' DayObservance
22nd NovemberSaturdayTeacher's DayObservance
1st DecemberMondayDay of Abolition of the ArmyNon Compulsory Payment Holiday
8th DecemberMondayFeast of the Immaculate ConceptionObservance
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 Costa Rica. 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 Costa Rica this year in 2025?

There are 9 holidays in Costa Rica in 2025

How to retrieve the Costa Rica holidays list via API?

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