Rental bonds
Data source: NSW Fair Trading
2 rows where Bedrooms = 4, Dwelling Type = "T" and Postcode = 2080
This data as json, CSV (advanced)
Link | rowid ▼ | Lodgement Date | Postcode | Dwelling Type | Bedrooms | Weekly Rent |
---|---|---|---|---|---|---|
764182 | 764182 | 2019-10-10 | 2080 | T | 4 | 500 |
902112 | 902112 | 2018-03-06 | 2080 | T | 4 | 740 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "rentals" ( [Lodgement Date] TEXT, [Postcode] TEXT, [Dwelling Type] TEXT, [Bedrooms] INTEGER, [Weekly Rent] INTEGER ); CREATE INDEX [idx_rentals_Bedrooms] ON [rentals] ([Bedrooms]); CREATE INDEX [idx_rentals_Dwelling Type] ON [rentals] ([Dwelling Type]);