A Singapore Government Agency Website
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites

Secure websites use HTTPS

Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

Real-time Weather APIs will be unavailable from 24 Nov 2024 12:00 AM to 12:00 PM due to upstream maintenance.

Key Characteristics of Resident Labour Force

Updated 6 months ago

MOM (Ministry of Manpower)
  • Data are for mid-year.
  • Residents refer to Singapore Citizens and Permanent Residents.
  • Data for 1995, 2000 and 2005 are not available as the Comprehensive Labour Force Survey was not conducted in these years due to the conduct of the Population Census 2000 and General Household Surveys 1995 and 2005 by the Singapore Department of Statistics.
  • 2007 data have been adjusted based on latest revised population estimates from the Singapore Department of Statistics to facilitate comparisons with 2008 onwards.
  • Data on median gross monthly income from work pertain to full-time employed residents excluding full-time National Servicemen. Before 2009, full-time employment refers to employment where the normal hours of work is at least 30 hours per week. From 2009 onwards, it refers to employment where the normal hours of work is at least 35 hours per week.

Source: Comprehensive Labour Force Survey, Manpower Research & Statistics Department, MOM

5 related datasets

Related datasets are grouped into a collection based on themes, topics or common attributes for easier access and exploration. All datasets within a collection are published and managed by the same agency.

Employment Rate of Residents Aged 25 to 64 by Sex

CSV6 months ago

Coverage: Jan 1991 to Jan 2023

Median Age of Resident Labour Force (Total)

CSV6 months ago

Coverage: Jan 1991 to Jan 2023

Median Age of Resident Labour Force by Sex

CSV6 months ago

Coverage: Jan 1991 to Jan 2023

Median Gross Monthly Income From Employment of Full-Time Employed Residents (Total)

CSV6 months ago

Coverage: Jan 2001 to Jan 2023

Median Gross Monthly Income From Employment of Full-Time Employed Residents by Sex

CSV6 months ago

Coverage: Jan 2001 to Jan 2023

Sample OpenAPI query

This code can be used to test a sample API query. It retrieves the metadata for this collection. For a complete guide on query parameters and syntax, please refer to the API documentation. Try it out on your browser to see the response schema.

import requests
          
collection_id = 1887          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collection_id)
        
response = requests.get(url)
print(response.json())