Core Capital Goods Shipments was last reported at 84,346 Mil. of $ as of July 1, 2026. That is up 1.23% from the prior reading of 83,320 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 | 84,346 |
| Jun 2026 | 83,320 |
| May 2026 | 81,402 |
| Apr 2026 | 81,292 |
| Mar 2026 | 80,833 |
| Feb 2026 | 79,769 |
| Jan 2026 | 78,752 |
| Dec 2025 | 78,767 |
| Nov 2025 | 78,015 |
| Oct 2025 | 77,817 |
| Date | Value (Mil. of $) |
|---|---|
| Sep 2025 | 77,205 |
| Aug 2025 | 76,308 |
| Jul 2025 | 76,381 |
| Jun 2025 | 75,958 |
| May 2025 | 75,662 |
| Apr 2025 | 75,354 |
| Mar 2025 | 75,496 |
| Feb 2025 | 75,138 |
| Jan 2025 | 74,675 |
| Dec 2024 | 74,486 |
Pull the full history of Core Capital Goods Shipments 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=USCAPEXSHIP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCAPEXSHIP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCAPEXSHIP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();