Costa Rica Holidays in 2024

List of public holidays in Costa Rica 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayNational holiday
19th MarchTuesdaySaint Joseph's DayObservance
19th MarchTuesdayMarch EquinoxSeason
28th MarchThursdayMaundy ThursdayNational holiday, Christian
29th MarchFridayGood FridayNational holiday, Christian
11th AprilThursdayBattle of RivasObservance
15th AprilMondayBattle of RivasNational holiday
1st MayWednesdayLabor Day / May DayNational holiday
16th JuneSundayFather's DayObservance
20th JuneThursdayJune SolsticeSeason
25th JulyThursdayAnnexation of GuanacasteObservance
29th JulyMondayAnnexation of GuanacasteNational holiday
2nd AugustFridayOur Lady of Los ÁngelesNon Compulsory Payment Holiday
15th AugustThursdayMother's DayObservance
19th AugustMondayMother's DayNational holiday
24th AugustSaturdayNational Parks DayObservance
9th SeptemberMondayChildren's DayObservance
15th SeptemberSundayIndependence DayNational holiday
22nd SeptemberSundaySeptember EquinoxSeason
2nd NovemberSaturdayAll Souls' DayObservance
22nd NovemberFridayTeacher's DayObservance
1st DecemberSundayDay of Abolition of the ArmyNon Compulsory Payment Holiday
8th DecemberSundayFeast of the Immaculate ConceptionObservance
21st DecemberSaturdayDecember SolsticeSeason
25th DecemberWednesdayChristmas DayNational holiday, Christian
31st DecemberTuesdayNew 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 2024?

There are 9 holidays in Costa Rica in 2024

How to retrieve the Costa Rica holidays list via API?

Simply make a GET request to v1/holidays?country=CR&year=2024 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: '2024'});
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.