HDB Resale Flat Prices

Government

by HDB via data.gov.sg

Every HDB resale transaction from 2017 onward: month, town, flat type, block, street, storey range, floor area, remaining lease and resale price. The canonical dataset behind SG property analytics.

How to authenticate

  1. 1No key needed.
  2. 2Query the datastore_search endpoint with this resource_id and optional filters/q/limit/offset params.

Example request

Request
curl 'https://data.gov.sg/api/action/datastore_search?resource_id=d_8b84c4ee58e3cfc0ece0d773c8ca6abc&limit=1'

Example response

Response (truncated)
{"success":true,"result":{"records":[{"_id":1,"month":"2017-01","town":"ANG MO KIO","flat_type":"2 ROOM","floor_area_sqm":"44","resale_price":232000}]}}

Notes for AI agents

resale_price is numeric but floor_area_sqm is text; cast before math. Earlier periods (1990-2016) live in separate resource ids in the same collection.

Machine-readable version: /api/apis/hdb-resale-prices

Related APIs