Capital Access Program (CAP)
Loans from the Oregon Capital Access Program (CAP) under ORS 285B.109. The program helps lenders make more commercial loans to non-profit and for-profit organizations seeking funds for most purposes. For more information visit https://www.oregon.gov/biz/programs/CAP/Pages/default.aspx
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 \"oregon-gov/capital-access-program-cap-epi4-z7es\".\"capital_access_program_cap\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.