Banking Institution History: Beginning 1784
This file contains a history of banking institutions that are, or were, state chartered, as well as most federally chartered institutions that have operated in the state of New York. Events in the life cycle of institutions are listed by date.
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/banking-institution-history-beginning-1784-mbsk-bxfq\".\"banking_institution_history_beginning_1784\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.