Liberia Holidays in 2023
List of public holidays in Liberia 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Sunday | New Year | Public Holiday |
2nd January | Monday | Day off for New Year | Public Holiday |
7th January | Saturday | Pioneers Day | Observance |
11th February | Saturday | Armed Forces Day | Public Holiday |
8th March | Wednesday | Decoration Day | Public Holiday |
15th March | Wednesday | J. J. Roberts Birthday | Public Holiday |
20th March | Monday | March Equinox | Season |
14th April | Friday | Fast and Prayer Day | Public Holiday |
14th May | Sunday | National Unification Day | Public Holiday |
15th May | Monday | Day off for National Unification Day | Public Holiday |
21st June | Wednesday | June Solstice | Season |
26th July | Wednesday | Independence Day | Public Holiday |
24th August | Thursday | Flag Day | Public Holiday |
23rd September | Saturday | September Equinox | Season |
2nd November | Thursday | Thanksgiving | Public Holiday |
29th November | Wednesday | William Tubmans Birthday | Public Holiday |
22nd December | Friday | December Solstice | Season |
25th December | Monday | Christmas Day | Public Holiday |
We strive to provide an accurate and up-to-date holiday's list for Liberia. 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 -
- Public Holidays
- Local Holidays
- Other Holidays
Frequently Asked Questions
How many holidays in Liberia this year in 2023?
There are 13 holidays in Liberia in 2023
How to retrieve the Liberia holidays list via API?
Simply make a GET request to v1/holidays?country=LR&year=2023
API to retrieve this list of Liberia 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: 'LR', year: '2023'});
console.log(holidays);