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.

Scam alert

Government officers will never ask you to send money or share your details over the phone. When unsure, hang up and call Scamshield at 1799.

Waitlist for API key is now open. Register here for higher rate limits, priority support and maintenance notifications. Rate limits will be rolled out from 1 September 2025 onwards.

ACRA datasets are currently outdated, we’re working with the agency to restore this month’s update. LTA real-time APIs will be unavailable during scheduled maintenance from 12am to 6am on 18 Aug 2025.

Nominal Change in Monthly Household Employment Income Per Household Member (Excluding Employer CPF Contributions) Among Resident Employed Households at Selected Percentiles (Household Employment Income, Annual 2000-2024)

Last updated: 25 Jun 2025, 21:01 SGT

SINGSTAT (Singapore Department of Statistics)

Source: SINGAPORE DEPARTMENT OF STATISTICS

Data Last Updated: 13/02/2025

Update Frequency: Annual

Survey period: Household Employment Income, Annual 2000-2024

Footnotes: Note: It is notable that some resident employed households in the lowest 10% owned a car (13.6%), employed a domestic worker (16.5%), lived in private property (8.1%) or were with household reference persons aged 65 years and over (36.3%) in 2024. Not all households are consistently in the same decile group from one year to the next. For example, a household may move from a higher to a lower decile in a particular year due to the temporary unemployment of a household member, before moving up the deciles when the member resumes employment in the subsequent year. In comparing the performance of any particular decile group over time, it is therefore relevant to note that the comparison may not pertain to the same group of households.

Adapted from: https://tablebuilder.singstat.gov.sg/table/CT/17916

Data explorer

NominalChangeinMonthlyHouseholdEmploymentIncomePerHouseholdMemberExcludingEmployerCPFContributionsAmongResidentEmployedHouseholdsatSelectedPercentilesHouseholdEmploymentIncomeAnnual20002024.csv (9 rows, 2 KB)

Per Cent
Text
2001
Numeric
2002
Numeric
2003
Numeric
2004
Numeric
2005
Numeric
2006
Numeric
2007
Numeric
2008
Numeric
2009
Numeric
2010
Numeric
2011
Numeric
2012
Numeric
2013
Numeric
2014
Numeric
2015
Numeric
2016
Numeric
2017
Numeric
2018
Numeric
2019
Numeric
2020
Numeric
2021
Numeric
2022
Numeric
2023
Numeric
2024
Numeric
Cumulative Change from 2014 to 2024
Numeric
Cumulative Change from 2014 to 2019
Numeric
Cumulative Change from 2019 to 2024
Numeric
Annualised Change from 2014 to 2024
Numeric
Annualised Change from 2014 to 2019
Numeric
Annualised Change from 2019 to 2024
Numeric
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
(Null)0.0%
10th-0.2-0.200076.39.906104.83.88.77.51.23.32.34.7-47.411.94.41.847.820.522.743.84.2
20th2.6-3.2-0.24.70.57.54.910.7-0.47.68.46.35.86.45.33.23.134.6-1.16.78.74.64.250.820.6254.23.84.6
30th2.5-2.10.43.72.45.86.411.107.18.16.55.46.85.42.52.744.2-2.16.586.43.148.520.223.543.74.3
40th5.8-20.62.22.65.17.312.4-1.37.476.25.76.95.21.63.93.75.3-1.96.18.46.32.949.921.223.64.13.94.3
50th (Median)6.5-2.61.41.54.34.7712.3-0.96.67.36.35.764.52.94.53.74.6-1.65.58.463.550.321.823.44.244.3
60th8.1-2.50.82.54.44.47.812.5-1.8676.54.965.22.54.82.56.5-1.94.48.16.53.350.323.321.84.24.34
70th8.9-21.51.25.53.99.112.4-2.167.255.16.15.32.84.34.15.5-2.33.98.56.63.65124.121.74.24.44
80th9.8-21.41.95.15.51011.3-3.36.76.94.94.96.44.7254.84.9-2.53.77.963.347.423.319.544.33.6
90th11.9-2.40.23.55.17.58.910.9-3.78.16.45.42.27.85.10.27.53.23.8-1.83.87.25444.821.419.33.843.6

Column legend

Title
Column name
Data type
Unit of measure
Description
Per CentPerCentTextPer Cent-
20012001NumericPer Cent-
20022002NumericPer Cent-
20032003NumericPer Cent-
20042004NumericPer Cent-
20052005NumericPer Cent-
20062006NumericPer Cent-
20072007NumericPer Cent-
20082008NumericPer Cent-
20092009NumericPer Cent-
Google colab link
Analyse this dataset with Colab Notebook
  1. 1. Copy this dataset ID: d_ce84d0835784c9bf1b2ddec1d5ed0fc0
  2. 2. Click on the button below

Sample OpenAPI query

This code can be used to test a sample API query. It retrieves the data catalogue of this dataset. 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
          
dataset_id = "d_ce84d0835784c9bf1b2ddec1d5ed0fc0"
url = "https://data.gov.sg/api/action/datastore_search?resource_id="  + dataset_id 
        
response = requests.get(url)
print(response.json())

Citation

This dataset can be reused and cited in research publications.

Singapore Department of Statistics. (2025). Nominal Change in Monthly Household Employment Income Per Household Member (Excluding Employer CPF Contributions) Among Resident Employed Households at Selected Percentiles (Household Employment Income, Annual 2000-2024) (2025) [Dataset]. data.gov.sg. Retrieved August 15, 2025 from https://data.gov.sg/datasets/d_ce84d0835784c9bf1b2ddec1d5ed0fc0/view

About this dataset

Contact

feedback@data.gov.sg

Created on

25 May 2025

Licence

Free forever for personal or commercial use, under the Open Data Licence.

Agency

SINGSTAT (Singapore Department of Statistics)