Rental Costs- Average Asking Rent and Average Occupancy
RealFacts Report, Market Overview, 2Q2014, 8/25/2014. Includes average asking rent and average occupancy.Average asking rent is average for all (studio, 1 bedroom/1 bathroom, 2 bedroom/1 bathroom, etc.).
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"performance-smcgov/rental-costs-average-asking-rent-and-average-p89h-tfwg\".\"rental_costs_average_asking_rent_and_average\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.