Durable Goods Spending was last reported at 2,380.1 Bil. of $ as of July 1, 2026. That is down 1.02% from the prior reading of 2,404.7 Bil. of $. This indicator is reported Monthly and saar, and is tracked under the Consumer category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of $) |
|---|---|
| Jul 2026 | 2,380.1 |
| Jun 2026 | 2,404.7 |
| May 2026 | 2,386.0 |
| Apr 2026 | 2,360.6 |
| Mar 2026 | 2,373.7 |
| Feb 2026 | 2,332.1 |
| Jan 2026 | 2,262.1 |
| Dec 2025 | 2,288.1 |
| Nov 2025 | 2,289.0 |
| Oct 2025 | 2,271.4 |
| Date | Value (Bil. of $) |
|---|---|
| Sep 2025 | 2,269.8 |
| Aug 2025 | 2,281.8 |
| Jul 2025 | 2,280.3 |
| Jun 2025 | 2,253.6 |
| May 2025 | 2,247.0 |
| Apr 2025 | 2,296.6 |
| Mar 2025 | 2,300.2 |
| Feb 2025 | 2,209.2 |
| Jan 2025 | 2,198.0 |
| Dec 2024 | 2,294.1 |
Pull the full history of Durable Goods Spending 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=USCONSUMPDUR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCONSUMPDUR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCONSUMPDUR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();