resale_prices
Data license: Singapore Open Data Licence · Data source: Housing and Development Board · About: hdb-resale-prices-datasette
8 rows where month = "2000-02" and street_name = "JURONG WEST ST 91"
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
664422 | 664422 | 2000-02 | JURONG WEST | 3 ROOM | 917 | JURONG WEST ST 91 | 07 TO 09 | 73.0 | Model A | 1988 | 150000.0 | 87 | 1.34031093455697 | 103.687845848623 | 917 JURONG WEST ST 91 | |
664424 | 664424 | 2000-02 | JURONG WEST | 3 ROOM | 908 | JURONG WEST ST 91 | 07 TO 09 | 73.0 | Model A | 1989 | 161000.0 | 88 | 1.34052158448265 | 103.686374490218 | 908 JURONG WEST ST 91 | |
664440 | 664440 | 2000-02 | JURONG WEST | 3 ROOM | 908 | JURONG WEST ST 91 | 10 TO 12 | 73.0 | Model A | 1989 | 157000.0 | 88 | 1.34052158448265 | 103.686374490218 | 908 JURONG WEST ST 91 | |
665904 | 665904 | 2000-02 | JURONG WEST | 5 ROOM | 911 | JURONG WEST ST 91 | 01 TO 03 | 122.0 | Improved | 1989 | 266500.0 | 88 | 1.34181837063727 | 103.686836939175 | 911 JURONG WEST ST 91 | |
665905 | 665905 | 2000-02 | JURONG WEST | 5 ROOM | 934 | JURONG WEST ST 91 | 07 TO 09 | 127.0 | Improved | 1988 | 284500.0 | 87 | 1.34223795658444 | 103.688737672784 | 934 JURONG WEST ST 91 | |
665929 | 665929 | 2000-02 | JURONG WEST | 4 ROOM | 909 | JURONG WEST ST 91 | 04 TO 06 | 104.0 | Model A | 1989 | 227000.0 | 88 | 1.34117518124864 | 103.68645214091 | 909 JURONG WEST ST 91 | |
665931 | 665931 | 2000-02 | JURONG WEST | 4 ROOM | 944 | JURONG WEST ST 91 | 10 TO 12 | 113.0 | Model A | 1989 | 245000.0 | 88 | 1.34460158675371 | 103.689712964527 | 944 JURONG WEST ST 91 | |
665967 | 665967 | 2000-02 | JURONG WEST | EXECUTIVE | 906 | JURONG WEST ST 91 | 01 TO 03 | 145.0 | Maisonette | 1989 | 370000.0 | 88 | 1.34122050548925 | 103.685228417825 | 906 JURONG WEST ST 91 |
Advanced export
JSON shape: default, array, newline-delimited
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]);