Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 11 months ago
DOF: Summary of Neighborhood Sales for Manhattan for Class 1-, 2- and 3-Family homes - 2009
The Department of Finance (DOF) maintains records for all property sales in New York City, including sales of family homes in each borough. This list is a summary of neighborhood sales for Class 1-, 2- and 3-Family homes in Manhattan in 2009.
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 \"cityofnewyork-us/dof-summary-of-neighborhood-sales-for-manhattan-5yay-3jd5\".\"dof_summary_of_neighborhood_sales_for_manhattan\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata