Sample 2025 Iowa Affordable Care Act Premiums by Plan and County
This dataset provides sample premium information for individual ACA-compliant health insurance plans available to Iowans for 2025 within Silver, Bronze and Gold metal levels for each county. The premiums provided in the dataset for each plan are for informational purposes only.
Plan choices under the Affordable Care Act fall into different categories or metal levels, i.e., bronze (60%), silver (70%), gold (80%), platinum (90%), and catastrophic (less than 60% -- generally limited to those under the age of 30). A silver plan (on average) would be expected to pay around 70% of healthcare expenses for a standard population. The individual, therefore, would pay about 30%. This dataset does not include platinum or catastrophic.
On or after November 1, 2024, please go to <a href="https://www.healthcare.gov/" target="_blank" rel="nofollow external">www.healthcare.gov</a> to view available plans.
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/sample-2025-iowa-affordable-care-act-premiums-by-h52q-pcvb\".\"sample_2025_iowa_affordable_care_act_premiums_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.