Small Town Economic Assistance Program (STEAP) Master Award List, 2005-2023
The Small Town Economic Assistance Program (CGS Section 4-66g) funds economic development, community conservation and quality-of-life capital projects for localities that are ineligible to receive Urban Action (CGS Section 4-66c) bonds. This program is managed by the Office of Policy and Management, and the grants are administered by various state agencies.
This dataset lists STEAP awards from 2005-2023.
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/small-town-economic-assistance-program-steap-chzq-5cez\".\"small_town_economic_assistance_program_steap\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.