Rental bonds
Data source: NSW Fair Trading
1 row where Bedrooms = 4, "Lodgement Date" is on date 2019-10-01 and Postcode = 2761
This data as json, CSV (advanced)
Link | rowid ▼ | Lodgement Date | Postcode | Dwelling Type | Bedrooms | Weekly Rent |
---|---|---|---|---|---|---|
2109284 | 2109284 | 2019-10-01 | 2761 | H | 4 | 540 |
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]);