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.

Resale Flat Prices

Updated about 7 hours ago

HDB (Housing and Development Board)

Resale transacted prices. Prior to March 2012, data is based on date of approval for the resale transactions.
For March 2012 onwards, the data is based on date of registration for the resale transactions.

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.

Resale Flat Prices (Based on Approval Date), 1990 - 1999

CSV21 days ago

Coverage: Jan 1990 to Dec 1999

Resale Flat Prices (Based on Approval Date), 2000 - Feb 2012

CSV21 days ago

Coverage: Jan 2000 to Feb 2012

Resale Flat Prices (Based on Registration Date), From Jan 2015 to Dec 2016

CSV21 days ago

Coverage: Jan 2015 to Dec 2016

Resale Flat Prices (Based on Registration Date), From Mar 2012 to Dec 2014

CSV21 days ago

Coverage: Mar 2012 to Dec 2014

Resale flat prices based on registration date from Jan-2017 onwards

CSV7 hours ago

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