Retail Sales was last reported at 773,947 Mil. of $ as of August 1, 2026. That is up 1.24% from the prior reading of 764,462 Mil. of $. 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 $) |
|---|---|
| Aug 2026 | 773,947 |
| Jul 2026 | 763,602 |
| Jun 2026 | 768,072 |
| May 2026 | 766,192 |
| Apr 2026 | 759,097 |
| Mar 2026 | 754,013 |
| Feb 2026 | 741,278 |
| Jan 2026 | 734,503 |
| Dec 2025 | 734,717 |
| Nov 2025 | 734,718 |
| Date | Value (Mil. of $) |
|---|---|
| Oct 2025 | 731,051 |
| Sep 2025 | 732,192 |
| Aug 2025 | 731,700 |
| Jul 2025 | 727,727 |
| Jun 2025 | 720,164 |
| May 2025 | 714,513 |
| Apr 2025 | 722,442 |
| Mar 2025 | 723,339 |
| Feb 2025 | 711,575 |
| Jan 2025 | 711,260 |
Pull the full history of 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=USRETAIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRETAIL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRETAIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();