Estimates of Statutory Aid to Municipalities
Pursuant to C.G.S. section 4-71b, the Office of Policy and Management annually posts estimated grant amounts for certain ongoing grant programs under which the State of Connecticut’s payments to municipalities are determined by statutory formulas or payment lists.
This dataset contains estimated grant amounts for fiscal years 2023, 2024, and 2025 under current enacted law. Audit adjustments, timing of payments, application of statutory penalties, revised grant calculations, or the receipt of more current data can materially impact actual payments.
A new dataset has been uploaded to resolve the following errors:
Grant payment data was previously omitted for 52 special tax districts in Municipal Grants-in-Aid.
FY 2023 Municipal Stabilization grant to Canaan FD was previously labeled in error as a Supplemental Revenue Sharing grant.
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/estimates-of-statutory-aid-to-municipalities-sdcm-adr4\".\"estimates_of_statutory_aid_to_municipalities\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.