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
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.
- 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
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.
- Quarto — Static site generation
- R — Data processing and analysis
- echarts4r / Apache ECharts — Interactive charts
- Posit Cloud Connect — Chart hosting
- reactable — Interactive data tables
- GitHub Actions — CI/CD
- Netlify — Hosting
Install R dependencies:
remotes::install_deps()Preview the site locally:
quarto previewBuild the site:
quarto renderIf 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}
}This website and its content are licensed under CC-BY-SA 4.0. The {vehicletrends} R data package is licensed under the MIT License.