Turkmenistan Holidays in 2024

List of public holidays in Turkmenistan 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayPublic Holiday
27th JanuarySaturdayDay of Fatherland DefendersObservance
18th FebruarySundayDay of Diplomatic Staff of TurkmenistanObservance
7th MarchThursdayDay of Transport and Communication WorkersObservance
8th MarchFridayInternational Women's DayPublic Holiday
20th MarchWednesdayMarch EquinoxSeason
21st MarchThursdayNowruz Bayram (Spring Festival)Public Holiday
22nd MarchFridayNowruz Bayram (Spring Festival)Public Holiday
31st MarchSundayDay of Chemical Industry WorkersObservance
7th AprilSundayWorld Health DayObservance
10th AprilWednesdayOraza Bayram (Tentative Date)Public Holiday
17th AprilWednesdayMigration Workers DayObservance
28th AprilSundayTurkmen Racing Horse FestivalObservance
9th MayThursdayVictory DayObservance
18th MaySaturdayConstitution DayPublic Holiday
25th MaySaturdayAshgabat City DayObservance
26th MaySundayCarpet DayObservance
29th MayWednesdayInternal Affairs Officers DayObservance
1st JuneSaturdayInternational Childrens DayObservance
2nd JuneSundayTextile Workers DayObservance
5th JuneWednesdayWorld Envrionment DayObservance
12th JuneWednesdayScience DayObservance
16th JuneSundayKurban Bayramy Holiday (Tentative Date)Public Holiday
17th JuneMondayKurban Bayramy (Tentative Date)Public Holiday
18th JuneTuesdayKurban Bayramy Holiday (Tentative Date)Public Holiday
21st JuneFridayJune SolsticeSeason
26th JuneWednesdayDay of Prosecutor's Office EmployeesObservance
27th JuneThursdayDay of Turkmen Workers of Culture and ArtObservance
5th JulyFridayDay of Judicial EmployeesObservance
21st JulySundayHealth and Medical Industry Workers DayObservance
11th AugustSundayDay of FrontiersmenObservance
1st SeptemberSundayDay of Students and KnowledgeObservance
14th SeptemberSaturdayDay of the Workers in the Energy SectorObservance
22nd SeptemberSundaySeptember EquinoxSeason
27th SeptemberFridayIndependence DayPublic Holiday
1st OctoberTuesdayInternational Day of Senior CitizensObservance
6th OctoberSundayDay of Commemoration and National MourningPublic Holiday
9th OctoberWednesdayDay of Naval Forces of TurkmenistanObservance
10th NovemberSundayHarvest FestivalObservance
12th DecemberThursdayDay of NeutralityPublic Holiday
14th DecemberSaturdayDay of the Workers of Oil, Gas, Power and Geological IndustryObservance
21st DecemberSaturdayNiyazov DayObservance
21st DecemberSaturdayDecember SolsticeSeason
We strive to provide an accurate and up-to-date holiday's list for Turkmenistan. 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 Turkmenistan this year in 2024?

There are 12 holidays in Turkmenistan in 2024

How to retrieve the Turkmenistan holidays list via API?

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