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.

Private Property Price Index by Type, Quarterly

The residential statistics were compiled from information in caveats lodged at the option stage with the Singapore Land Registry, supplemented with Stamp Duty data from the Inland Revenue Authority of Singapore, as well as data provided by developers for new sales. A caveat is normally lodged by a purchaser to protect his/her interest of a property shortly after the option to purchase is exercised. The prices in 2009-Q1 are used as the base reference price of the index. The indices are compiled based on a Stratified Hedonic Regression method. The value of properties transacted in the past 5 quarters are used as weights. The weights are revised every 3 years. The latest revision was in 2015-Q1.

The commercial statistics were compiled from information in caveats lodged at the option stage with the Singapore Land Registry. A caveat is normally lodged by a purchaser to protect his/her interest of a property shortly after the option to purchase is exercised. The prices in 1998-Q4 are used as the base reference price of the index (i.e. the index for 1998-Q4 assumes a value of 100).The indices are compiled based on a Moving Average weight method, whereby the value of properties transacted in the past 12 quarters are used as weights.

2 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.

Commercial Property Price Index (Base Quarter 1998-Q4 = 100), Quarterly

CSV2 months ago

Coverage: Jan 2011 to Jun 2024

Private Residential Property Price Index (Base Quarter 2009-Q1 = 100), Quarterly

CSV2 months ago

Coverage: Jan 1975 to Jun 2024

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