Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 1 hour ago
COVID-19 Loan/Grant Report
This dataset includes small business loans or grants issued for emergency COVID-19 financial assistance. Underlying data is provided by the Department of Small Business Services (SBS). Dollar amounts are in actual dollars. This dataset will be refreshed on a quarterly basis.
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 \"cityofnewyork-us/covid19-loangrant-report-buv4-at34\".\"covid19_loangrant_report\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata