Iowa Unemployment Insurance Recipiency Rate (Quarterly)
The Unemployment Insurance Recipiency Rate is the ratio of Insured Unemployed to Total Unemployed. It provides an estimate of the percentage of unemployed persons who are receiving unemployment insurance benefits. Data based on a moving twelve-month period.
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/iowa-unemployment-insurance-recipiency-rate-r6dy-q2sw\".\"iowa_unemployment_insurance_recipiency_rate\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.