home / resale

resale_prices

Data license: Singapore Open Data Licence · Data source: Housing and Development Board · About: hdb-resale-prices-datasette

9 rows where month = "2004-02" and street_name = "SERANGOON AVE 3"

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ month town flat_type block street_name storey_range floor_area_sqm flat_model lease_commence_date resale_price remaining_lease_years remaining_lease latitude longitude block_street_name
529671 529671 2004-02 SERANGOON 4 ROOM 233 SERANGOON AVE 3 07 TO 09 84.0 Simplified 1985 202000.0 80   1.3551338137075 103.869137347738 233 SERANGOON AVE 3
529673 529673 2004-02 SERANGOON 4 ROOM 236 SERANGOON AVE 3 04 TO 06 90.0 Simplified 1985 230000.0 80   1.35424006743426 103.869821831929 236 SERANGOON AVE 3
529674 529674 2004-02 SERANGOON 4 ROOM 232 SERANGOON AVE 3 10 TO 12 84.0 Simplified 1985 223000.0 80   1.35474706561703 103.868731989138 232 SERANGOON AVE 3
529683 529683 2004-02 SERANGOON 4 ROOM 332 SERANGOON AVE 3 01 TO 03 103.0 Model A 1986 275000.0 81   1.35101719466947 103.870185119998 332 SERANGOON AVE 3
529691 529691 2004-02 SERANGOON 4 ROOM 236 SERANGOON AVE 3 07 TO 09 84.0 Simplified 1985 220000.0 80   1.35424006743426 103.869821831929 236 SERANGOON AVE 3
529692 529692 2004-02 SERANGOON 4 ROOM 327 SERANGOON AVE 3 13 TO 15 84.0 Simplified 1986 214000.0 81   1.35059926733191 103.868514945025 327 SERANGOON AVE 3
529694 529694 2004-02 SERANGOON 4 ROOM 328 SERANGOON AVE 3 04 TO 06 84.0 Simplified 1986 215000.0 81   1.35028615875324 103.868352627161 328 SERANGOON AVE 3
529708 529708 2004-02 SERANGOON 5 ROOM 246 SERANGOON AVE 3 10 TO 12 121.0 Improved 1986 325000.0 81   1.35192270531399 103.869660835834 246 SERANGOON AVE 3
529738 529738 2004-02 SERANGOON 3 ROOM 323 SERANGOON AVE 3 04 TO 06 64.0 Simplified 1985 168000.0 80   1.35116857435372 103.869408469694 323 SERANGOON AVE 3

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [resale_prices] (
   [month] TEXT,
   [town] TEXT,
   [flat_type] TEXT,
   [block] TEXT,
   [street_name] TEXT,
   [storey_range] TEXT,
   [floor_area_sqm] TEXT,
   [flat_model] TEXT,
   [lease_commence_date] TEXT,
   [resale_price] TEXT,
   [remaining_lease_years] TEXT,
   [remaining_lease] TEXT,
   [latitude] TEXT,
   [longitude] TEXT,
   [block_street_name] TEXT
);
CREATE INDEX [idx_resale_prices_month]
    ON [resale_prices] ([month]);
CREATE INDEX [idx_resale_prices_town]
    ON [resale_prices] ([town]);
CREATE INDEX [idx_resale_prices_flat_type]
    ON [resale_prices] ([flat_type]);
CREATE INDEX [idx_resale_prices_flat_model]
    ON [resale_prices] ([flat_model]);
CREATE INDEX [idx_resale_prices_block]
    ON [resale_prices] ([block]);
CREATE INDEX [idx_resale_prices_street_name]
    ON [resale_prices] ([street_name]);
Powered by Datasette · Queries took 37.689ms · Data license: Singapore Open Data Licence · Data source: Housing and Development Board · About: hdb-resale-prices-datasette Last updated: 16 Jul 2025