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.

Rate of Re-entry Into Employment for Retrenched Residents (Six Months Post-Retrenchment), Annual

Updated 6 months ago

MOM (Ministry of Manpower)

Annual re-entry rate measures the proportion of residents who are in employment in the reference year, six months after retrenchment.

Before 2007, data refer to the proportion of residents on permanent employment who were retrenched by private sector establishments (each with at least 25 employees) and re-entered employment six months after retrenchment. From 2007 onwards, data also include the proportion of residents retrenched by the public sector. ​From 2010, the coverage is further expanded to include residents on term contracts who were terminated prematurely because of redundancy.

It should be noted that data on re-entry into employment are cohort-specific. Two different cohorts of workers laid off could yield a different re-entry rate depending on the profile of the workers involved. Also, the data based on administrative records do not capture workers who enter into self or informal employment or undergo training while looking for job.

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.

Rate of Re-entry Into Employment By Educational Attainment, Annual

CSV6 months ago

Coverage: Jan 2000 to Dec 2022

Rate of Re-entry Into Employment by Age, Annual

CSV6 months ago

Coverage: Jan 2000 to Dec 2022

Rate of Re-entry Into Employment by Occupational Group Prior To Retrenchment, Annual

CSV6 months ago

Coverage: Jan 2000 to Dec 2022

Rate of Re-entry Into Employment by Sex, Annual

CSV6 months ago

Coverage: Jan 2000 to Dec 2022

Rate of Re-entry Into Employment, Annual

CSV6 months ago

Coverage: Jan 2000 to Dec 2022

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 = 696          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collection_id)
        
response = requests.get(url)
print(response.json())