New York State Revenue: Beginning Fiscal Year 1991-92
This data set includes historical receipt actuals data beginning fiscal year 1991-92 for the General Fund and All Governmental Funds.
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/new-york-state-revenue-beginning-fiscal-year-eda3-in2f\".\"new_york_state_revenue_beginning_fiscal_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.