Total Property Insurance Premiums Written Annually in New York: Beginning 1998
Listings of total direct written premiums for insurers authorized to write Property & Casualty lines of business in New York State. These insurers are required under Article 41 of the New York Insurance Law to meet minimum financial security requirements.
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 \"ny-gov/total-property-insurance-premiums-written-annually-472d-zats\".\"total_property_insurance_premiums_written_annually\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.