Cambodia Holidays in 2024
List of public holidays in Cambodia 2024 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Monday | New Year | Public Holiday |
7th January | Sunday | Victory over Genocide Day | Public Holiday |
8th March | Friday | International Women Day | Public Holiday |
20th March | Wednesday | March Equinox | Season |
13th April | Saturday | Khmer New Year Day (Day 1) | Public Holiday |
14th April | Sunday | Khmer New Year Day (Day 2) | Public Holiday |
15th April | Monday | Khmer New Year Day (Day 3) | Public Holiday |
16th April | Tuesday | Khmer New Year Day (Day 4) | Postponed/Working Day |
1st May | Wednesday | Labour Day | Public Holiday |
14th May | Tuesday | King's Birthday | Public Holiday |
22nd May | Wednesday | Visak Bochea Day | Public Holiday |
26th May | Sunday | Royal Plowing Ceremony | Public Holiday |
18th June | Tuesday | King's Mother's Birthday | Observance |
21st June | Friday | June Solstice | Season |
22nd September | Sunday | September Equinox | Season |
24th September | Tuesday | Constitutional Day | Public Holiday |
1st October | Tuesday | Pchum Ben Festival | Public Holiday |
2nd October | Wednesday | Pchum Ben Festival | Public Holiday |
3rd October | Thursday | Pchum Ben Festival | Public Holiday |
15th October | Tuesday | Commemoration Day of King's Father | Public Holiday |
29th October | Tuesday | King's Coronation Day | Public Holiday |
9th November | Saturday | Independence Day | Public Holiday |
14th November | Thursday | Water Festival Ceremony (Day 1) | Public Holiday |
15th November | Friday | Water Festival Ceremony (Day 2) | Public Holiday |
16th November | Saturday | Water Festival Ceremony (Day 3) | Public Holiday |
21st December | Saturday | December Solstice | Season |
We strive to provide an accurate and up-to-date holiday's list for Cambodia. 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 Cambodia this year in 2024?
There are 20 holidays in Cambodia in 2024
How to retrieve the Cambodia holidays list via API?
Simply make a GET request to v1/holidays?country=KH&year=2024
API to retrieve this list of Cambodia 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: 'KH', year: '2024'});
console.log(holidays);