Small Business Emergency Microloans
The City of Los Angeles created the Small Business Emergency Microloan Program in March 2020 to distribute $11 million to local businesses that are not eligible for federal CARES Act funds. L.A. Controller Ron Galperin, in coordination with Economic and Workforce Development Department (EWDD), created a Microloan Tracker to ensure public accountability and give Angelenos access to up-to-date information on how the City is supporting the local economy. Use this dataset to find microloan recipients or visit https://lacontroller.org/data-stories-and-maps/microloans/ to view a map of microloan recipients.
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 \"controllerdata-lacity/small-business-emergency-microloans-8s4w-khwv\".\"small_business_emergency_microloans\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.