Fiscal Year 2017 Preliminary Budget - Fiscal Year 2016 Projected Revenue
Projected year end revenues for Fiscal Year 2016. This data was released as part of the Fiscal Year 2017 Budget Preliminary Forecast. For more information see https://www.cookcountyil.gov/Budget
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 \"datacatalog-cookcountyil-gov/fiscal-year-2017-preliminary-budget-fiscal-year-ubkc-mnqr\".\"fiscal_year_2017_preliminary_budget_fiscal_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.