Insurance Producer Business Entities Licensed in Iowa
All individual insurance producers conducting business in Iowa must be licensed. Business entities, such as corporations, associations, partnerships, limited liabilities companies, limited liability partnerships, or other legal entities may choose to become licensed by completing an application and paying the license fee through the National Insurance Producer Registry (NIPR), following the requirements in Iowa Administrative Code rule 191.10.18.
This dataset contains a listing of producer business entities licensed in Iowa
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/insurance-producer-business-entities-licensed-in-2k8x-8uay\".\"insurance_producer_business_entities_licensed_in\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.