Assessor - Appeals
Cook County of Illinois
@usgov.cook_county_of_illinois_assessor_historic_appeals
Cook County of Illinois
@usgov.cook_county_of_illinois_assessor_historic_appeals
Land, building, and total assessed values, pre and post-appeal with the Cook County Assessor’s office, 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 Identification 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 pre and post-appeal. Important notes:
For more information on the preparation of this dataset, see the Assessor's Standard Operating Procedures for Open Data on GitHub. <a href="https://datacatalog.cookcountyil.gov/stor
Organization: Cook County of Illinois
Last updated: 2023-04-15T06:26:03.116259
Tags: cook-county-assessor, property-tax
CREATE TABLE table_1 (
"pin" BIGINT,
"tax_year" BIGINT,
"class" VARCHAR,
"township_code" DOUBLE,
"case_no" VARCHAR,
"appeal_type" VARCHAR,
"status" VARCHAR,
"mailed_bldg" DOUBLE,
"mailed_land" DOUBLE,
"mailed_tot" DOUBLE,
"certified_bldg" DOUBLE,
"certified_land" DOUBLE,
"certified_tot" DOUBLE,
"change" VARCHAR,
"reason_code1" VARCHAR,
"reason_desc1" VARCHAR,
"reason_code2" VARCHAR,
"reason_desc2" VARCHAR,
"reason_code3" VARCHAR,
"reason_desc3" VARCHAR,
"agent_code" DOUBLE,
"agent_name" VARCHAR
);Anyone who has the link will be able to view this.