Sales Tax Collections By State
Department of Transportation
@usgov.dot_gov_sales_tax_collections_by_state
Department of Transportation
@usgov.dot_gov_sales_tax_collections_by_state
Monthly state sales tax collections is an experimental dataset published by the U.S. Census Bureau. It provides data for collections from sales taxes including motor fuel taxes. Data reported for a specific month generally represent sales taxes collected on sales made during the prior month. Tax collections primarily rely on unaudited data collected from existing state reports or state data sources available from and posted on the Internet. Secondarily, states report the data via the Quarterly Survey of State and Local Tax Revenue. Data are updated monthly, but due to differing reporting cycles data for some states may lag.
Organization: Department of Transportation
Last updated: 2022-05-10T00:22:25.505715
Tags: gas-tax, motor-fuel, revenue, sales-tax, taxes
CREATE TABLE table_1 (
"state" VARCHAR,
"month" VARCHAR,
"year" BIGINT,
"tax_type" VARCHAR,
"value" DOUBLE,
"fips_state" BIGINT,
"numeric_month" BIGINT,
"note" VARCHAR,
"id" VARCHAR
);Anyone who has the link will be able to view this.