State of Iowa Tax Receipts and Refunds, in Millions of Dollars
Monthly State revenue collections for FY 1992 through most recent quarter, in millions of dollars. Receipts are reported on a cash basis. Refunds are reported on an accrual basis. Past years have been updated to reflect historical refunds accruals.
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 \"mydata-iowa-gov/state-of-iowa-tax-receipts-and-refunds-in-millions-s98w-ib9t\".\"state_of_iowa_tax_receipts_and_refunds_in_millions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.