Equalized Net Grand List by Town (2011-2022 GL)
The Office of Policy and Management annually develops the full-value estimate of all taxable property within the 169 towns and cities. A ratio of assessment to market value is calculated from real estate sales occurring within each town and city. A separate ratio and full-value estimate is listed for four property types: residential, apartment, commercial/industrial/public utility and vacant land.
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/equalized-net-grand-list-by-town-20112022-gl-8rr8-a322\".\"equalized_net_grand_list_by_town_20112022_gl\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.