Costa Rica Holidays in 2023

List of public holidays in Costa Rica 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
19th MarchSundaySaint Joseph's DayObservance
20th MarchMondayMarch EquinoxSeason
6th AprilThursdayMaundy ThursdayNational holiday, Christian
7th AprilFridayGood FridayNational holiday, Christian
10th AprilMondayBattle of RivasNational holiday
11th AprilTuesdayBattle of RivasObservance
1st MayMondayLabor Day / May DayNational holiday
18th JuneSundayFather's DayObservance
21st JuneWednesdayJune SolsticeSeason
24th JulyMondayAnnexation of GuanacasteNational holiday
25th JulyTuesdayAnnexation of GuanacasteObservance
2nd AugustWednesdayOur Lady of Los ÁngelesNon Compulsory Payment Holiday
14th AugustMondayMother's DayNational holiday
15th AugustTuesdayMother's DayObservance
24th AugustThursdayNational Parks DayObservance
3rd SeptemberSundayDay of the Black Person and Afro-Costa Rican CultureNon Compulsory Payment Holiday
9th SeptemberSaturdayChildren's DayObservance
15th SeptemberFridayIndependence DayNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
2nd NovemberThursdayAll Souls' DayObservance
22nd NovemberWednesdayTeacher's DayObservance
1st DecemberFridayDay of Abolition of the ArmyNon Compulsory Payment Holiday
8th DecemberFridayFeast of the Immaculate ConceptionObservance
21st DecemberThursdayDecember SolsticeSeason
25th DecemberMondayChristmas DayNational holiday, Christian
31st DecemberSundayNew 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 2023?

There are 9 holidays in Costa Rica in 2023

How to retrieve the Costa Rica holidays list via API?

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