American Rescue Plan Act – Coronavirus State and Local Fiscal Recovery Fund (ARPA – SLFRF)
This dataset includes allocations from the Coronavirus State and Local Fiscal Recovery Funds Program (SLFRF) to Connecticut municipalities in 2021 and 2022.
The SLFRF program, a part of the American Rescue Plan, provided $350 billion to state, local, and Tribal governments across the country to support their response to and recovery from the COVID-19 public health emergency. This dataset includes funds allocated to Connecticut municipalities.
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 \"ct-gov/american-rescue-plan-act-coronavirus-state-and-t8h8-vu2h\".\"american_rescue_plan_act_coronavirus_state_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.