Excess Revenues for Battery Park City Authority (BPCA) Provided to NYC Annually: Beginning 1987
The disposition and allocation of annual Excess Revenues is governed by the 1986 amendment to the Settlement Agreement which defined the relationship between the Authority and the City of New York.
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/excess-revenues-for-battery-park-city-authority-c4zw-e4pa\".\"excess_revenues_for_battery_park_city_authority\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.