Life Insurance In Force in the State of New York: Beginning 1996
Life insurance in force is the total value of life insurance policies that a company has issued. It is normally the sum of face amounts plus dividends outstanding that a company would have to pay out at the death of an individual. The amounts given here are for policyholders who reside in New York.
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/life-insurance-in-force-in-the-state-of-new-york-mtwe-gah3\".\"life_insurance_in_force_in_the_state_of_new_york\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.