Consumer Goods New Orders was last reported at 270,722 Mil. of $ as of July 1, 2026. That is up 0.94% from the prior reading of 268,188 Mil. of $. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Business category. The next scheduled release is September 25, 2026.
| Date | Value (Mil. of $) |
|---|---|
| Jul 2026 | 270,722 |
| Jun 2026 | 268,188 |
| May 2026 | 271,138 |
| Apr 2026 | 264,069 |
| Mar 2026 | 258,974 |
| Feb 2026 | 252,749 |
| Jan 2026 | 246,434 |
| Dec 2025 | 244,469 |
| Nov 2025 | 243,680 |
| Oct 2025 | 244,632 |
| Date | Value (Mil. of $) |
|---|---|
| Sep 2025 | 245,702 |
| Aug 2025 | 245,783 |
| Jul 2025 | 246,369 |
| Jun 2025 | 245,926 |
| May 2025 | 243,662 |
| Apr 2025 | 243,147 |
| Mar 2025 | 247,455 |
| Feb 2025 | 248,532 |
| Jan 2025 | 246,197 |
| Dec 2024 | 246,246 |
Pull the full history of Consumer Goods New Orders 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=USCONSGOODSORDERS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCONSGOODSORDERS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCONSGOODSORDERS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();