Singapore flag

Public Holidays in Singapore 2024

17 total holidays12 national holidays

2024 Holiday Calendar — Singapore

DateHolidayDayType
2024-01-01New Year’s DayMondayNational
2024-01-25ThaipusamThursdayReligious
2024-02-10Chinese New Year's DaySaturdayNational
2024-02-11Second Day of Chinese New YearSundayNational
2024-02-12Chinese New Year's DayMondayNational
2024-03-12Ramadan StartTuesdayReligious
2024-03-29Good FridayFridayNational
2024-03-30Easter SaturdaySaturdayReligious
2024-03-31Easter SundaySundayReligious
2024-04-10Hari Raya PuasaWednesdayNational
2024-05-01Labour DayWednesdayNational
2024-05-22Vesak DayWednesdayNational
2024-06-17Hari Raya HajiMondayNational
2024-08-09National DayFridayNational
2024-10-31Diwali/DeepavaliThursdayNational
2024-12-24Christmas EveTuesdayReligious
2024-12-25Christmas DayWednesdayNational

Automate Singapore holiday data via API

One API key. 195+ countries. Integrate in minutes.

cURL

curl -X GET \
  "https://api.holidays.rest/v1/holidays?country=SG&year=2024" \
  -H "Authorization: Bearer YOUR_API_KEY"

JavaScript

const res = await fetch(
  "https://api.holidays.rest/v1/holidays?country=SG&year=2024",
  { headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const holidays = await res.json();
Public Holidays in Singapore 2024 — Complete List