resale_prices
Data license: Singapore Open Data Licence · Data source: Housing and Development Board · About: hdb-resale-prices-datasette
5 rows where month = "2001-11" and street_name = "KIM KEAT AVE"
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
603081 | 603081 | 2001-11 | TOA PAYOH | 4 ROOM | 258 | KIM KEAT AVE | 07 TO 09 | 104.0 | Model A | 1988 | 277000.0 | 86 | 1.33284519984898 | 103.85782877187 | 258 KIM KEAT AVE | |
603129 | 603129 | 2001-11 | TOA PAYOH | 3 ROOM | 194 | KIM KEAT AVE | 10 TO 12 | 67.0 | Improved | 1973 | 125000.0 | 71 | 1.33093933675526 | 103.858181909317 | 194 KIM KEAT AVE | |
603130 | 603130 | 2001-11 | TOA PAYOH | 3 ROOM | 195 | KIM KEAT AVE | 01 TO 03 | 66.0 | Improved | 1973 | 120000.0 | 71 | 1.33029303390833 | 103.859165821409 | 195 KIM KEAT AVE | |
603139 | 603139 | 2001-11 | TOA PAYOH | 3 ROOM | 195 | KIM KEAT AVE | 07 TO 09 | 66.0 | Improved | 1973 | 122000.0 | 71 | 1.33029303390833 | 103.859165821409 | 195 KIM KEAT AVE | |
603143 | 603143 | 2001-11 | TOA PAYOH | 3 ROOM | 195 | KIM KEAT AVE | 10 TO 12 | 66.0 | Improved | 1973 | 125000.0 | 71 | 1.33029303390833 | 103.859165821409 | 195 KIM KEAT AVE |
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]);