Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 5 hours ago
State of Vermont Property Transfer Tax System: Town CY2019
This report holds information of property sales by town and property category. Furthermore, details for total sales, average, and median selling prices of properties for valid sales are reported. Valid sales represent true market transactions between a willing buyer and seller, excluding straw transfers or sales between members of the immediate family among others.
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 \"vermont-gov/state-of-vermont-property-transfer-tax-system-town-86s3-34zj\".\"state_of_vermont_property_transfer_tax_system_town\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.