Department of Revenue - Revenue Collected by Tax Type - December 2011 to June 2012
Total revenue collected by tax type per month. Data covers December 2011 through June 2012.
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/department-of-revenue-revenue-collected-by-tax-d6du-5auh\".\"department_of_revenue_revenue_collected_by_tax\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.