Budget - 2024 Budget Ordinance - Revenue
<b>New dataset in the Budget Ordinance series</b>
The Annual Appropriation Ordinance is the final City operating budget as approved by the City Council. It reflects the City’s operating budget at the beginning of the fiscal year on January 1, 2024.
This dataset contains the revenue detail portion of the Ordinance for Local funds. “Local” funds are all funds, other than grant funds, used by the City for non-capital operations - including, but not limited to, the Corporate Fund, Water Fund, Midway and O’Hare Airport funds, Vehicle Tax Fund, and the Library Fund.
For more information about the budget process, visit http://www.chicago.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 \"cityofchicago/budget-2024-budget-ordinance-revenue-rmi8-cugu\".\"budget_2024_budget_ordinance_revenue\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.