Kyrgyzstan Holidays in 2024
List of public holidays in Kyrgyzstan 2024 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Monday | New Year | Public Holiday |
7th January | Sunday | Orthodox Christmas Day | Public Holiday |
8th January | Monday | Day off for Orthodox Christmas Day | Public Holiday |
23rd February | Friday | Defender of the Fatherland Day | Public Holiday |
8th March | Friday | International Women's Day | Public Holiday |
11th March | Monday | Ramadan Start (Tentative Date) | Observance |
20th March | Wednesday | March Equinox | Season |
21st March | Thursday | National Holiday "Nooruz" | Public Holiday |
7th April | Sunday | April People's Revolution Day | Public Holiday |
8th April | Monday | Day off for April People's Revolution Day | Public Holiday |
10th April | Wednesday | Orozo Ait (Tentative Date) | Public Holiday |
1st May | Wednesday | May Day | Public Holiday |
5th May | Sunday | Constitution Day of the Kyrgyz Republic | Public Holiday |
6th May | Monday | Day off for Constitution Day of the Kyrgyz Republic | Public Holiday |
9th May | Thursday | Victory Day | Public Holiday |
17th June | Monday | Kurman Ait (Tentative Date) | Public Holiday |
21st June | Friday | June Solstice | Season |
31st August | Saturday | Independence Day of the Kyrgyz Republic | Public Holiday |
2nd September | Monday | Day off for Independence Day of the Kyrgyz Republic | Public Holiday |
22nd September | Sunday | September Equinox | Season |
7th November | Thursday | Days of History and Memory of Ancestors | Public Holiday |
8th November | Friday | Days of History and Memory of Ancestors Holiday | Public Holiday |
21st December | Saturday | December Solstice | Season |
We strive to provide an accurate and up-to-date holiday's list for Kyrgyzstan. 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 Kyrgyzstan this year in 2024?
There are 18 holidays in Kyrgyzstan in 2024
How to retrieve the Kyrgyzstan holidays list via API?
Simply make a GET request to v1/holidays?country=KG&year=2024
API to retrieve this list of Kyrgyzstan 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: 'KG', year: '2024'});
console.log(holidays);