Singapore flag

Public Holidays in Singapore 2027

14 total holidays10 national holidays

2027 Holiday Calendar — Singapore

DateHolidayDayType
2027-01-01New Year’s DayFridayNational
2027-02-06Chinese New Year's DaySaturdayNational
2027-02-07Second Day of Chinese New YearSundayNational
2027-02-08Ramadan StartMondayReligious
2027-03-10Hari Raya PuasaWednesdayNational
2027-03-26Good FridayFridayNational
2027-03-27Easter SaturdaySaturdayReligious
2027-03-28Easter SundaySundayReligious
2027-05-01Labour DaySaturdayNational
2027-05-17Hari Raya HajiMondayNational
2027-08-09National DayMondayNational
2027-10-29Diwali/DeepavaliFridayNational
2027-12-24Christmas EveFridayReligious
2027-12-25Christmas DaySaturdayNational

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

JavaScript

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