Newly Registered Vehicles By Class And County
State of Washington
@usgov.state_of_washington_newly_registered_vehicles_by_class_7ba56fca
State of Washington
@usgov.state_of_washington_newly_registered_vehicles_by_class_7ba56fca
This dataset shows counts of transactions associated with authorizing vehicles to be used on public roads, commonly referred to as “buying tabs” or “buying tags”. The data includes newly registered vehicles by fuel type, county, primary use class, and date. This is a subset of "Vehicle Registration by Class and County" open dataset. This is comparable to the Fee Distribution Report #14, that was titled "Motor Vehicle Registration By Class and County (New Vehicles)".
Organization: State of Washington
Last updated: 2025-04-26T16:52:52.069289
Tags: count, county, department-of-licensing, dol, dol_open_data, fee-distribution, fuel, new-vehicles, power, primary-use, rao_open_data, rao_veh, registration, report-14, tabs, transaction, use-class, vehicle
CREATE TABLE table_1 (
"fiscal_year" BIGINT,
"transaction_date" TIMESTAMP,
"transaction_county" VARCHAR,
"residential_county" VARCHAR,
"fuel_type" VARCHAR,
"primary_use_class" VARCHAR,
"counts" BIGINT
);Anyone who has the link will be able to view this.