CDTFA SalesandUseTaxRates
State of California
@usgov.ca_gov_cdtfa_salesandusetaxrates_99168
State of California
@usgov.ca_gov_cdtfa_salesandusetaxrates_99168
California Department of Tax and Fee Administration sales and use tax rates by jurisdiction. This data is used by the Find Your Tax Rate application to determine the tax rate of an address. https://maps.cdtfa.ca.gov .
There are two layers. Layer 0 is the main tax rate map and layer 1 contains additional Tax Area Code (TAC) field with additional geometry for redevelopment areas.
Organization: State of California
Last updated: 2024-03-30T01:29:43.875892
Tags: california-department-of-tax-and-fee-administration, caopendata, cdtfa, taxes
CREATE TABLE table_1 (
"objectid" BIGINT,
"juris_name" VARCHAR,
"county_name" VARCHAR,
"city_name" VARCHAR,
"city_name_proper" VARCHAR,
"rate" DOUBLE,
"start_date" VARCHAR,
"tac_txt" VARCHAR,
"datestamp" VARCHAR,
"datecreated" VARCHAR,
"staterate" DOUBLE,
"countyrate" DOUBLE,
"cityrate" DOUBLE,
"countycode" BIGINT,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.