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 = "2023-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
45660 45660 2023-10 TOA PAYOH 3 ROOM 225 LOR 8 TOA PAYOH 04 TO 06 65.0 Improved 1976 335000.0 51 51 years 08 months 1.33950922302573 103.85564679729 225 LOR 8 TOA PAYOH
45663 45663 2023-10 TOA PAYOH 3 ROOM 234 LOR 8 TOA PAYOH 10 TO 12 65.0 Improved 1976 345000.0 52 52 years 01 month 1.33860148626926 103.857914069837 234 LOR 8 TOA PAYOH
45721 45721 2023-10 TOA PAYOH 4 ROOM 228 LOR 8 TOA PAYOH 16 TO 18 82.0 Improved 1976 425000.0 52 52 years 1.33914880025231 103.858779661838 228 LOR 8 TOA PAYOH
45723 45723 2023-10 TOA PAYOH 4 ROOM 219 LOR 8 TOA PAYOH 16 TO 18 82.0 Improved 1978 441800.0 53 53 years 05 months 1.3427643319014 103.855872559307 219 LOR 8 TOA PAYOH
45724 45724 2023-10 TOA PAYOH 4 ROOM 219 LOR 8 TOA PAYOH 16 TO 18 82.0 Improved 1978 480000.0 53 53 years 04 months 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.629ms · Data license: Singapore Open Data Licence · Data source: Housing and Development Board · About: hdb-resale-prices-datasette Last updated: 25 Jun 2025