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 of Non-landed Residential Properties by Locality, Quarterly

Core Central Region :

Core Central Region comprises Postal Districts 9, 10, 11, Downtown Core Planning Area and Sentosa.

__Rest of Central Region : __

Rest of Central Region comprises the area within Central Region that is outside postal districts 9, 10, 11, Downtown Core Planning Area and Sentosa.

A map of Central Region showing the Core Central Region (CCR) and the Rest of Central Region (RCR) is available at: https://spring.ura.gov.sg/lad/ore/login/map_ccr.pdf

Outside Central Region :

Outside Central Region (OCR) refers to the planning areas which are outside the Central Region.

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

Property Price Index of Non-landed Properties by Locality, Quarterly

CSV2 months ago

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