Tax District Property Valuation Data
This dataset contains both taxable and assessed property valuations for each tax district in Iowa by property class and valuation year. A tax district is a unique set of governmental entities that have authority to levy property taxes for the same parcels of land.
Real property is mostly land, buildings, structures, and other improvements that are constructed on or in the land, attached to the land, or placed upon a foundation. Typical improvements include a building, house or mobile home, fences, and paving. Classes of real property include the following: Residential, Agricultural Land, Agricultural Buildings, Commercial, Industrial, Utilities and Railroads.
Taxable values are based on assessed valuations after application of the statutory assessment limitation (i.e. rollback), and is the value to which tax rates are applied (e.g. 2022 net taxable valuations are used for the FY 2024 property tax levies).
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 \"mydata-iowa-gov/tax-district-property-valuation-data-972h-g75y\".\"tax_district_property_valuation_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.