Durable Goods Orders was last reported at 339,392 Mil. of $ as of July 1, 2026. That is up 1.08% from the prior reading of 335,779 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 | 339,392 |
| Jun 2026 | 335,779 |
| May 2026 | 333,842 |
| Apr 2026 | 347,767 |
| Mar 2026 | 320,485 |
| Feb 2026 | 316,233 |
| Jan 2026 | 319,975 |
| Dec 2025 | 321,342 |
| Nov 2025 | 324,305 |
| Oct 2025 | 307,570 |
| Date | Value (Mil. of $) |
|---|---|
| Sep 2025 | 314,147 |
| Aug 2025 | 312,138 |
| Jul 2025 | 303,032 |
| Jun 2025 | 311,761 |
| May 2025 | 344,069 |
| Apr 2025 | 295,229 |
| Mar 2025 | 316,215 |
| Feb 2025 | 293,985 |
| Jan 2025 | 291,195 |
| Dec 2024 | 290,559 |
Pull the full history of Durable Goods 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=USDURORDERS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDURORDERS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDURORDERS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();