Manufacturers' New Orders was last reported at 663,616 Mil. of $ as of July 1, 2026. That is up 0.89% from the prior reading of 657,790 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 | 663,616 |
| Jun 2026 | 657,790 |
| May 2026 | 658,836 |
| Apr 2026 | 665,895 |
| Mar 2026 | 632,650 |
| Feb 2026 | 621,304 |
| Jan 2026 | 619,352 |
| Dec 2025 | 619,137 |
| Nov 2025 | 621,859 |
| Oct 2025 | 605,401 |
| Date | Value (Mil. of $) |
|---|---|
| Sep 2025 | 612,874 |
| Aug 2025 | 611,464 |
| Jul 2025 | 603,586 |
| Jun 2025 | 611,471 |
| May 2025 | 642,533 |
| Apr 2025 | 593,537 |
| Mar 2025 | 617,418 |
| Feb 2025 | 597,337 |
| Jan 2025 | 594,107 |
| Dec 2024 | 592,319 |
Pull the full history of Manufacturers' 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=USMFGORDERS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USMFGORDERS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USMFGORDERS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();