Turkey Holidays in 2023
List of public holidays in Turkey 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Sunday | New Year's Day | National holiday |
21st March | Tuesday | March Equinox | Season |
20th April | Thursday | Ramadan Feast Eve | Half Day |
21st April | Friday | Ramadan Feast | National holiday |
22nd April | Saturday | Ramadan Feast Holiday | National holiday |
23rd April | Sunday | National Sovereignty and Children's Day | National holiday |
23rd April | Sunday | Ramadan Feast Holiday | National holiday |
1st May | Monday | Labor and Solidarity Day | National holiday |
19th May | Friday | Commemoration of Atatürk, Youth and Sports Day | National holiday |
21st June | Wednesday | June Solstice | Season |
26th June | Monday | Sacrifice Feast Holiday | National holiday |
27th June | Tuesday | Sacrifice Feast Eve | Half Day |
28th June | Wednesday | Sacrifice Feast | National holiday |
29th June | Thursday | Sacrifice Feast Holiday | National holiday |
30th June | Friday | Sacrifice Feast Holiday | National holiday |
1st July | Saturday | Sacrifice Feast Holiday | National holiday |
15th July | Saturday | Democracy and National Unity Day | National holiday |
30th August | Wednesday | Victory Day | National holiday |
23rd September | Saturday | September Equinox | Season |
28th October | Saturday | Republic Day Eve | Half Day |
29th October | Sunday | Republic Day | National holiday |
10th November | Friday | Ataturk Commemoration Day | Observance |
22nd December | Friday | December Solstice | Season |
31st December | Sunday | New Year's Eve | Observance |
We strive to provide an accurate and up-to-date holiday's list for Turkey. 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 Turkey this year in 2023?
There are 15 holidays in Turkey in 2023
How to retrieve the Turkey holidays list via API?
Simply make a GET request to v1/holidays?country=TR&year=2023
API to retrieve this list of Turkey 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: 'TR', year: '2023'});
console.log(holidays);