Real Retail Sales was last reported at 231,630 Mil. of 1982-84 $ as of August 1, 2026. That is up 0.84% from the prior reading of 229,697 Mil. of 1982-84 $. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Consumer category. The next scheduled release is October 15, 2026.
| Date | Value (Mil. of 1982-84 $) |
|---|---|
| Aug 2026 | 231,630 |
| Jul 2026 | 229,439 |
| Jun 2026 | 230,952 |
| May 2026 | 229,413 |
| Apr 2026 | 228,364 |
| Mar 2026 | 228,286 |
| Feb 2026 | 226,372 |
| Jan 2026 | 224,902 |
| Dec 2025 | 225,352 |
| Nov 2025 | 226,023 |
| Date | Value (Mil. of 1982-84 $) |
|---|---|
| Sep 2025 | 225,814 |
| Aug 2025 | 226,329 |
| Jul 2025 | 225,884 |
| Jun 2025 | 224,047 |
| May 2025 | 222,854 |
| Apr 2025 | 225,550 |
| Mar 2025 | 226,195 |
| Feb 2025 | 222,590 |
| Jan 2025 | 222,993 |
| Dec 2024 | 225,836 |
Pull the full history of Real Retail Sales 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=USRETAILREAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRETAILREAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRETAILREAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();