Personal Income Tax Statistics By Zip Code
State of California
@usgov.ca_gov_personal_income_tax_statistics_by_zip_code
State of California
@usgov.ca_gov_personal_income_tax_statistics_by_zip_code
This dataset contains data from California resident tax returns filed with California adjusted gross income and self-assessed tax listed by zip code. This dataset contains data for taxable years 1992 to the most recent tax year available.
Organization: State of California
Last updated: 2025-08-23T13:15:48.095176
Tags: california-franchise-tax-board, california-personal-income-tax, ftb, pit, zip-code
CREATE TABLE personal_income_tax_statistics_by_zip_code (
"taxyear" BIGINT,
"zipcode" VARCHAR,
"state" VARCHAR,
"city" VARCHAR,
"county" VARCHAR,
"returns" BIGINT,
"caagi" BIGINT,
"totaltaxliability" BIGINT,
"countylatitude" DOUBLE,
"countylongitude" DOUBLE,
"geocounty" VARCHAR,
"geocity" VARCHAR,
"geozipcode" VARCHAR
);Anyone who has the link will be able to view this.