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.

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

Updated 2 months ago

MOM (Ministry of Manpower)

Quarterly re-entry rate measures the proportion of residents who are in employment in the reference quarter, 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 Occupational Group Prior To Retrenchment, Quarterly

CSV2 months ago

Coverage: Jan 2000 to Mar 2024

Rate of Re-entry Into Employment by Age, Quarterly

CSV2 months ago

Rate of Re-entry Into Employment by Educational Attainment, Quarterly

CSV2 months ago

Coverage: Jan 2000 to Jun 2024

Rate of Re-entry Into Employment by Sex, Quarterly

CSV2 months ago

Coverage: Jan 2000 to May 2024

Rate of Re-entry Into Employment, Quarterly

CSV2 months ago

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