home / resale

resale_prices

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

5 rows where month = "1990-10" and street_name = "LOR 8 TOA PAYOH"

✎ 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
946020 946020 1990-10 TOA PAYOH 3 ROOM 233 LOR 8 TOA PAYOH 10 TO 12 66.0 IMPROVED 1981 40000.0 90   1.33828365922679 103.858467966719 233 LOR 8 TOA PAYOH
946030 946030 1990-10 TOA PAYOH 3 ROOM 232 LOR 8 TOA PAYOH 01 TO 03 65.0 IMPROVED 1976 40000.0 85   1.3375718690811 103.858843935428 232 LOR 8 TOA PAYOH
946033 946033 1990-10 TOA PAYOH 3 ROOM 225 LOR 8 TOA PAYOH 01 TO 03 65.0 IMPROVED 1976 40000.0 85   1.33950922302573 103.85564679729 225 LOR 8 TOA PAYOH
946043 946043 1990-10 TOA PAYOH 3 ROOM 225 LOR 8 TOA PAYOH 07 TO 09 65.0 IMPROVED 1976 40000.0 85   1.33950922302573 103.85564679729 225 LOR 8 TOA PAYOH
946061 946061 1990-10 TOA PAYOH 4 ROOM 219 LOR 8 TOA PAYOH 13 TO 15 82.0 IMPROVED 1978 64400.0 87   1.3427643319014 103.855872559307 219 LOR 8 TOA PAYOH

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 65.54ms · Data license: Singapore Open Data Licence · Data source: Housing and Development Board · About: hdb-resale-prices-datasette Last updated: 25 Jun 2025