Assessor - Property Tax-Exempt Parcels
Cook County of Illinois
@usgov.cook_county_of_illinois_assessor_property_tax_exempt_parcels
Cook County of Illinois
@usgov.cook_county_of_illinois_assessor_property_tax_exempt_parcels
Parcels with property tax-exempt status across all of Cook County per tax year, from Tax Year 2022 on, with geographic coordinates and addresses. _As of 2017 owner names in this dataset are no longer being regularly updated. We are trying to figure out a solution to this problem._ Properties of religious, charitable, and educational organizations, as well as units of federal, state and local governments, can be eligible for exemption from property taxes. The Illinois Department of Revenue (IDOR) ultimately grants qualified organizations with property tax exempt status, with additional administration by the Board of Review and/or Assessor. Learn more here, and see the Assessor's guidance for religious organizations here. 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. Additional 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: 2023-07-24T08:54:08.001159
Tags: cook-county-assessor, property-tax
CREATE TABLE table_1 (
"pin" BIGINT,
"tax_year" BIGINT,
"township_name" VARCHAR,
"township_code" BIGINT,
"owner_num" BIGINT,
"owner_name" VARCHAR,
"class" VARCHAR,
"property_address" VARCHAR,
"property_city" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"row_id" BIGINT
);Anyone who has the link will be able to view this.