ny-gov/real-property-transactions-of-local-authorities-kmkz-x3aa
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 6 months ago
Indexed 3 hours ago

Real Property Transactions of Local Authorities

Public authorities are required by Section 2800 of Public Authorities Law to submit annual reports to the Authorities Budget Office that includes real property transactions data. The dataset consists of real property transactions reported by Local Authorities that covers 8 fiscal years, which includes fiscal years ending in the most recently completed calendar year. Authorities are required to report real property transactions having an estimated fair market of more than $15,000.

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 \"ny-gov/real-property-transactions-of-local-authorities-kmkz-x3aa\".\"real_property_transactions_of_local_authorities\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • real_property_transactions_of_local_authorities
     
     
     
     
     
Upstream Metadata