Light Vehicle Sales (NSA) was last reported at 1,380.7 Thous. of units as of August 1, 2026. That is up 1.25% from the prior reading of 1,363.7 Thous. of units. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Consumer category. The next scheduled release is September 30, 2026.
| Date | Value (Thous. of units) |
|---|---|
| Aug 2026 | 1,380.7 |
| Jul 2026 | 1,363.7 |
| Jun 2026 | 1,382.2 |
| May 2026 | 1,487.7 |
| Apr 2026 | 1,390.6 |
| Mar 2026 | 1,398.9 |
| Feb 2026 | 1,179.7 |
| Jan 2026 | 1,088.4 |
| Dec 2025 | 1,459.6 |
| Nov 2025 | 1,279.6 |
| Date | Value (Thous. of units) |
|---|---|
| Oct 2025 | 1,286.8 |
| Sep 2025 | 1,266.0 |
| Aug 2025 | 1,466.1 |
| Jul 2025 | 1,389.7 |
| Jun 2025 | 1,272.5 |
| May 2025 | 1,461.1 |
| Apr 2025 | 1,463.6 |
| Mar 2025 | 1,593.0 |
| Feb 2025 | 1,215.1 |
| Jan 2025 | 1,106.1 |
Pull the full history of Light Vehicle Sales (NSA) into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USLIGHTVEHSALES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USLIGHTVEHSALES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USLIGHTVEHSALES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();