Consolidated Property Tax Rates In Iowa By Tax District And Fiscal Year
State of Iowa
@usgov.state_of_iowa_consolidated_property_tax_rates_in_iowa__6d540a9e
State of Iowa
@usgov.state_of_iowa_consolidated_property_tax_rates_in_iowa__6d540a9e
The dataset provides consolidated property tax rates for each urban and rural taxing district in Iowa by fiscal year, starting with FY 2002. Property tax rates are the dollars collected per $1,000 in a property's taxable value. The consolidated rate represents the combined rate for all levy authorities (e.g. counties, cities, school districts, townships, etc.) represented in a tax district.
Organization: State of Iowa
Last updated: 2023-01-19T23:46:47.081602
Tags: property-taxes, rates, tax-districts, taxes
CREATE TABLE table_1 (
"tdyr_id" BIGINT,
"fiscal_year" BIGINT,
"tax_district_code" BIGINT,
"district_name" VARCHAR,
"county_fip" VARCHAR,
"county_name" VARCHAR,
"city_fip" VARCHAR,
"city_name" VARCHAR,
"co_subdivision_fip" VARCHAR,
"township_name" VARCHAR,
"school_district_name" VARCHAR,
"property_type" VARCHAR,
"consolidated_rate" DOUBLE,
"reserved_rates" DOUBLE,
"net_tif_consolidated_rate" DOUBLE,
"prim_lat_dec" DOUBLE,
"prim_long_dec" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.