NJ GUDPA Funds Certificate List
Listing of Financial Entities enrolled in NJ GUDPA. The Governmental Unit Deposit Protection Act ("GUDPA") is a supplemental insurance program set forth by the New Jersey Legislature to protect the deposits of municipalities and local government agencies. The program is administered by the Commissioner of the New Jersey Department of Banking and Insurance.
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 \"nj-gov/nj-gudpa-funds-certificate-list-rnd8-c8cx\".\"nj_gudpa_funds_certificate_list\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.