Skip to content

vehicletrends/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

US Vehicle Trends Dashboard

License: CC BY-SA 4.0

Interactive data visualization dashboard analyzing millions of vehicle listings to track powertrain trends (BEV, PHEV, HEV, and conventional vehicles) in the U.S. automotive market.

Live site: https://vehicletrends.us

About

This dashboard provides summary information about various trends in the U.S. automobile market. The primary data source is millions of new and used vehicle listings from over 100,000 dealerships across all 50 states between 2018 and 2025. The original data are licensed from marketcheck.com and cannot be made public, but this website provides public access to various summaries of the original listings data.

The open-source project was created by Nithin Sarva and Dr. John Paul Helveston, an Associate Professor in the Engineering Management and Systems Engineering Department at The George Washington University.

Dashboard Pages

  • Daily VMT — Distribution of daily vehicle miles traveled by powertrain and vehicle type
  • VMT by Age — Median cumulative mileage by vehicle age
  • Depreciation — Vehicle value retention rates over time
  • Percent of Listings — Listing composition trends across powertrains, vehicle types, and price bins
  • Percent of Dealers — Share of dealerships stocking each vehicle type over time
  • Market Concentration — Herfindahl–Hirschman Index (HHI) measuring market competitiveness
  • Registrations — State-level vehicle registration counts and market share by powertrain

R Data Package

The summary data powering this dashboard are available as the {vehicletrends} R package. Install it from GitHub to access all datasets directly in R:

# install.packages("remotes")
remotes::install_github("vehicletrends/vehicletrends")

See the package documentation site for details on available datasets.

Tech Stack

Local Development

Install R dependencies:

remotes::install_deps()

Preview the site locally:

quarto preview

Build the site:

quarto render

Citation

If you use this dashboard or its data in your research or publications, please cite it as:

Helveston, John Paul and Sarva, Nithin (2026). US Vehicle Trends Dashboard. https://vehicletrends.us

Or in BibTeX format:

@misc{helveston2026vehicletrends,
  author = {Helveston, John Paul and Sarva, Nithin},
  title  = {{US Vehicle Trends Dashboard}},
  year   = {2026},
  url    = {https://vehicletrends.us}
}

License

This website and its content are licensed under CC-BY-SA 4.0. The {vehicletrends} R data package is licensed under the MIT License.

About

A dashboard of trends in the U.S. vehicle market

Resources

License

CC-BY-SA-4.0, Unknown licenses found

Licenses found

CC-BY-SA-4.0
LICENSE
Unknown
LICENSE.qmd

Stars

Watchers

Forks

Contributors