Total Business Sales was last reported at 2,120,749 Mil. of $ as of July 1, 2026. That is up 0.34% from the prior reading of 2,113,659 Mil. of $. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Business category. The next scheduled release is October 15, 2026.
| Date | Value (Mil. of $) |
|---|---|
| Jul 2026 | 2,120,749 |
| Jun 2026 | 2,113,659 |
| May 2026 | 2,135,487 |
| Apr 2026 | 2,091,473 |
| Mar 2026 | 2,062,117 |
| Feb 2026 | 2,017,272 |
| Jan 2026 | 1,981,191 |
| Dec 2025 | 1,968,756 |
| Nov 2025 | 1,955,217 |
| Oct 2025 | 1,943,249 |
| Date | Value (Mil. of $) |
|---|---|
| Sep 2025 | 1,946,691 |
| Aug 2025 | 1,948,357 |
| Jul 2025 | 1,947,670 |
| Jun 2025 | 1,919,801 |
| May 2025 | 1,908,382 |
| Apr 2025 | 1,919,411 |
| Mar 2025 | 1,922,378 |
| Feb 2025 | 1,910,029 |
| Jan 2025 | 1,890,050 |
| Dec 2024 | 1,904,133 |
Pull the full history of Total Business 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=USBIZSALES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBIZSALES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBIZSALES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();