Summary Financial Data For Credit Unions
This dataset provides annual summary financial data for Iowa state-chartered credit unions starting with year ending 12/31/2005.
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/summary-financial-data-for-credit-unions-5hvp-6496\".\"summary_financial_data_for_credit_unions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.