Bolivia Holidays in 2024

List of public holidays in Bolivia 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayNational holiday
6th JanuarySaturdayEpiphanyObservance
22nd JanuaryMondayPlurinational State Foundation DayNational holiday
2nd FebruaryFridayFeast of CandelariaObservance
12th FebruaryMondayCarnival / Shrove MondayNational holiday
13th FebruaryTuesdayCarnival / Shrove Tuesday / Pancake DayNational holiday
19th MarchTuesdayFather DayObservance
19th MarchTuesdayMarch EquinoxSeason
23rd MarchSaturdayDay of the SeaObservance
28th MarchThursdayMaundy ThursdayObservance, Christian
29th MarchFridayGood FridayNational holiday, Christian
12th AprilFridayChildren's DayObservance
1st MayWednesdayLabor Day / May DayNational holiday
27th MayMondayMother's DayObservance
30th MayThursdayCorpus ChristiNational holiday
20th JuneThursdayJune SolsticeSeason
21st JuneFridayAymara New Year DayNational holiday
6th AugustTuesdayIndependence DayNational holiday
17th AugustSaturdayFlag DayObservance
22nd SeptemberSundaySeptember EquinoxSeason
11th OctoberFridayBolivian Women's DayObservance
12th OctoberSaturdayDay of DecolonizationObservance
17th OctoberThursdayDay of DignityNational holiday
2nd NovemberSaturdayAll Saints DayNational holiday
21st DecemberSaturdayDecember SolsticeSeason
25th DecemberWednesdayChristmas DayNational holiday, Christian
We strive to provide an accurate and up-to-date holiday's list for Bolivia. 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 Bolivia this year in 2024?

There are 12 holidays in Bolivia in 2024

How to retrieve the Bolivia holidays list via API?

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