Business Inventories was last reported at 2,764,708 Mil. of $ as of July 1, 2026. That is up 0.81% from the prior reading of 2,742,533 Mil. of $. This indicator is reported Monthly, End of Period 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,764,708 |
| Jun 2026 | 2,740,239 |
| May 2026 | 2,739,202 |
| Apr 2026 | 2,728,142 |
| Mar 2026 | 2,712,902 |
| Feb 2026 | 2,686,289 |
| Jan 2026 | 2,676,882 |
| Dec 2025 | 2,676,717 |
| Nov 2025 | 2,677,084 |
| Oct 2025 | 2,676,595 |
| Date | Value (Mil. of $) |
|---|---|
| Sep 2025 | 2,670,511 |
| Aug 2025 | 2,663,591 |
| Jul 2025 | 2,664,749 |
| Jun 2025 | 2,660,978 |
| May 2025 | 2,654,351 |
| Apr 2025 | 2,654,533 |
| Mar 2025 | 2,656,006 |
| Feb 2025 | 2,653,219 |
| Jan 2025 | 2,649,512 |
| Dec 2024 | 2,638,369 |
Pull the full history of Business Inventories 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=USINVENT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USINVENT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USINVENT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();