Assessor - Assessed Values
Cook County of Illinois
@usgov.cook_county_of_illinois_assessor_historic_assessed_values
Cook County of Illinois
@usgov.cook_county_of_illinois_assessor_historic_assessed_values
Land, building, and total assessed values for all Cook County parcels, from 1999 to present. The Assessor's Office uses these values for reporting, evaluating assessment performance over time, and research. When working with Parcel Index Numbers (PINs) make sure to zero-pad them to 14 digits. Some datasets may lose leading zeros for PINs when downloaded. This data is parcel-level. Each row contains the assessed values for a single PIN for a single year. Important notes:
For more information on the sourcing of attached data and the preparation of this dataset, see the Assessor's Standard Operating Procedures for Open Data on GitHub. Read about the Assessor's 2025 Open Data Refresh.
Organization: Cook County of Illinois
Last updated: 2022-05-26T02:14:34.330288
Tags: cook-county-assessor, property-tax
CREATE TABLE table_1 (
"pin" BIGINT,
"tax_year" BIGINT,
"class" VARCHAR,
"township_code" DOUBLE,
"township_name" VARCHAR,
"neighborhood_code" BIGINT,
"mailed_bldg" DOUBLE,
"mailed_land" DOUBLE,
"mailed_tot" DOUBLE,
"certified_bldg" DOUBLE,
"certified_land" DOUBLE,
"certified_tot" DOUBLE,
"board_bldg" DOUBLE,
"board_land" DOUBLE,
"board_tot" DOUBLE
);Anyone who has the link will be able to view this.