Baselight

Assessor - Assessed Values

Cook County of Illinois

@usgov.cook_county_of_illinois_assessor_historic_assessed_values

Loading...
Loading...

About this Dataset

Assessor - 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:

  • Assessed values are available in three stages: 1) mailed, these are the initial values estimated by the Assessor's Office and mailed to taxpayers. 2) certified, these are values after the Assessor's Office closes appeals. 3) Board of Review certified, these are values after the Board of Review closes appeals.
  • The values in this data are assessed values, NOT market values. Assessed values must be adjusted by their level of assessment to arrive at market value. Note that levels of assessment have changed throughout the time period covered by this data set.
  • This data set will be updated roughly contemporaneously (monthly) with the Assessor's website as values are mailed and certified. However, note that there may be small discrepancies between the Assessor's site and this data set, as each pulls from a slightly different system. If you find a discrepancy, please email the Data Department using the contact link below.
  • This dataset contains data for the current tax year, which may not yet be complete or final. Assessed values for any given year are subject to change until review and certification of values by the Cook County Board of Review, though there are a few rare circumstances where values may change for the current or past years after that.
  • Rowcount for a given year is final once the Assessor has certified the assessment roll all townships.
  • Current property class codes, their levels of assessment, and descriptions can be found on the Assessor's website. Note that class codes details can change across time.

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

Tables

Table 1

@usgov.cook_county_of_illinois_assessor_historic_assessed_values.table_1
  • 1.01 GB
  • 48806752 rows
  • 15 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.