Singapore flag

Public Holidays in Singapore 2030

15 total holidays10 national holidays

2030 Holiday Calendar — Singapore

DateHolidayDayType
2030-01-01New Year’s DayTuesdayNational
2030-01-06Ramadan StartSundayReligious
2030-02-04Chinese New Year's DayMondayNational
2030-02-04Second Day of Chinese New YearMondayNational
2030-02-05Hari Raya PuasaTuesdayNational
2030-04-14Hari Raya HajiSundayNational
2030-04-19Good FridayFridayNational
2030-04-20Easter SaturdaySaturdayReligious
2030-04-21Easter SundaySundayReligious
2030-05-01Labour DayWednesdayNational
2030-08-09National DayFridayNational
2030-10-26Diwali/DeepavaliSaturdayNational
2030-12-24Christmas EveTuesdayReligious
2030-12-25Christmas DayWednesdayNational
2030-12-26Ramadan StartThursdayReligious

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=2030" \
  -H "Authorization: Bearer YOUR_API_KEY"

JavaScript

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