Retail Trade Sales was last reported at 668,877 Mil. of $ as of August 1, 2026. That is up 1.25% from the prior reading of 660,638 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 | 668,877 |
| Jul 2026 | 660,047 |
| Jun 2026 | 665,054 |
| May 2026 | 663,604 |
| Apr 2026 | 657,830 |
| Mar 2026 | 653,772 |
| Feb 2026 | 641,038 |
| Jan 2026 | 634,949 |
| Dec 2025 | 634,830 |
| Nov 2025 | 634,477 |
| Date | Value (Mil. of $) |
|---|---|
| Oct 2025 | 631,346 |
| Sep 2025 | 632,395 |
| Aug 2025 | 632,149 |
| Jul 2025 | 628,747 |
| Jun 2025 | 621,374 |
| May 2025 | 616,540 |
| Apr 2025 | 624,272 |
| Mar 2025 | 625,420 |
| Feb 2025 | 616,636 |
| Jan 2025 | 615,145 |
Pull the full history of Retail Trade 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=USRETAILTRADE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRETAILTRADE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRETAILTRADE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();