Open repository in Console
Readme
Updated 2 years ago
‧ Indexed 11 months ago
Monthly Sale Price of Single Family Homes in CT
Monthly sale price of single-family homes in Connecticut, 2001 through the present. Data updated monthly by the Connecticut Housing Finance Authority and tracked in the following dashboard: https://www.chfa.org/about-us/ct-monthly-housing-market-dashboard/.
CHFA has stopped maintaining the dashboard and associated datasets, and this dataset will no longer be updated as of 2022.
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 \"ct-gov/monthly-sale-price-of-single-family-homes-in-ct-jpi8-zeza\".\"monthly_sale_price_of_single_family_homes_in_ct\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata