Skip to content

Instantly share code, notes, and snippets.

@ozansulukpinar
Last active November 20, 2023 21:20
Show Gist options
  • Save ozansulukpinar/2b1769085ddfb5d849d1c36240dd5dca to your computer and use it in GitHub Desktop.
Save ozansulukpinar/2b1769085ddfb5d849d1c36240dd5dca to your computer and use it in GitHub Desktop.
A list of all bank holidays in Türkiye for subsquent two years
{
"all": {
"division": "all",
"events": [
{
"title": "New Year’s Day",
"date": "2024-01-01",
"notes": "",
"bunting": true
},
{
"title": "Ramadan Feast Eve",
"date": "2024-04-09",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2024-04-10",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2024-04-11",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2024-04-12",
"notes": "",
"bunting": false
},
{
"title": "National Sovereignty and Children's Day",
"date": "2024-04-23",
"notes": "",
"bunting": false
},
{
"title": "Labour and Solidarity Day",
"date": "2024-05-01",
"notes": "",
"bunting": false
},
{
"title": "Commemoration of Atatürk, Youth and Sports Day",
"date": "2024-05-19",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast Eve",
"date": "2024-06-15",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2024-06-16",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2024-06-17",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2024-06-18",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2024-07-19",
"notes": "",
"bunting": false
},
{
"title": "Democracy and National Unity Day",
"date": "2024-07-15",
"notes": "",
"bunting": false
},
{
"title": "Victory Day",
"date": "2024-08-30",
"notes": "",
"bunting": false
},
{
"title": "Republic Day",
"date": "2024-10-29",
"notes": "",
"bunting": false
},
{
"title": "New Year’s Day",
"date": "2025-01-01",
"notes": "",
"bunting": true
},
{
"title": "Ramadan Feast Eve",
"date": "2025-03-29",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2025-03-30",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2025-03-31",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2025-04-01",
"notes": "",
"bunting": false
},
{
"title": "National Sovereignty and Children's Day",
"date": "2025-04-23",
"notes": "",
"bunting": false
},
{
"title": "Labour and Solidarity Day",
"date": "2025-05-01",
"notes": "",
"bunting": false
},
{
"title": "Commemoration of Atatürk, Youth and Sports Day",
"date": "2025-05-19",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast Eve",
"date": "2025-06-05",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2025-06-06",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2025-06-07",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2025-06-08",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2025-07-09",
"notes": "",
"bunting": false
},
{
"title": "Democracy and National Unity Day",
"date": "2025-07-15",
"notes": "",
"bunting": false
},
{
"title": "Victory Day",
"date": "2025-08-30",
"notes": "",
"bunting": false
},
{
"title": "Republic Day",
"date": "2025-10-29",
"notes": "",
"bunting": false
},
{
"title": "New Year’s Day",
"date": "2026-01-01",
"notes": "",
"bunting": true
},
{
"title": "Ramadan Feast Eve",
"date": "2026-03-19",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2026-03-20",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2026-03-21",
"notes": "",
"bunting": false
},
{
"title": "Ramadan Feast",
"date": "2026-03-22",
"notes": "",
"bunting": false
},
{
"title": "National Sovereignty and Children's Day",
"date": "2026-04-23",
"notes": "",
"bunting": false
},
{
"title": "Labour and Solidarity Day",
"date": "2026-05-01",
"notes": "",
"bunting": false
},
{
"title": "Commemoration of Atatürk, Youth and Sports Day",
"date": "2026-05-19",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast Eve",
"date": "2026-05-26",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2026-05-27",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2026-05-28",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2026-05-29",
"notes": "",
"bunting": false
},
{
"title": "Sacrifice Feast",
"date": "2026-05-30",
"notes": "",
"bunting": false
},
{
"title": "Democracy and National Unity Day",
"date": "2026-07-15",
"notes": "",
"bunting": false
},
{
"title": "Victory Day",
"date": "2026-08-30",
"notes": "",
"bunting": false
},
{
"title": "Republic Day",
"date": "2026-10-29",
"notes": "",
"bunting": false
},
{
"title": "New Year’s Day",
"date": "2027-01-01",
"notes": "",
"bunting": true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment