Panama Holidays in 2024

List of public holidays in Panama 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayNational holiday
9th JanuaryTuesdayMartyr's DayNational holiday
10th FebruarySaturdayCarnivalObservance
11th FebruarySundayCarnivalObservance
12th FebruaryMondayCarnival / Shrove MondayCommon local holiday
13th FebruaryTuesdayCarnival / Shrove Tuesday / Pancake DayNational holiday
14th FebruaryWednesdayCarnival / Ash WednesdayCommon local holiday
19th MarchTuesdayMarch EquinoxSeason
28th MarchThursdayMaundy ThursdayBank holiday
29th MarchFridayGood FridayNational holiday, Christian
30th MarchSaturdayHoly SaturdayBank holiday
31st MarchSundayEaster SundayObservance, Christian
1st MayWednesdayLabor Day / May DayNational holiday
20th JuneThursdayJune SolsticeSeason
15th AugustThursdayFoundation of Old Panama CityCommon local holiday
22nd SeptemberSundaySeptember EquinoxSeason
3rd NovemberSundayIndependence DayNational holiday
4th NovemberMondayNational Symbols DayNational holiday
5th NovemberTuesdayColón DayNational holiday
10th NovemberSundayShout in Villa de los SantosNational holiday
28th NovemberThursdayIndependence from SpainNational holiday
8th DecemberSundayMother's DayNational holiday
20th DecemberFridayNational Day of MourningNational holiday
21st DecemberSaturdayDecember SolsticeSeason
24th DecemberTuesdayChristmas EveBank holiday
25th DecemberWednesdayChristmas DayNational holiday, Christian
31st DecemberTuesdayNew Year's EveBank holiday
We strive to provide an accurate and up-to-date holiday's list for Panama. 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 Panama this year in 2024?

There are 13 holidays in Panama in 2024

How to retrieve the Panama holidays list via API?

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