Real Manufacturing and Trade Sales was last reported at 1,590,918 Mil. of 2017 $ as of June 1, 2026. That is up 0.33% from the prior reading of 1,585,740 Mil. of 2017 $. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Growth category. The next scheduled release is September 30, 2026.
| Date | Value (Mil. of 2017 $) |
|---|---|
| Jun 2026 | 1,590,918 |
| May 2026 | 1,585,740 |
| Apr 2026 | 1,580,576 |
| Mar 2026 | 1,589,933 |
| Feb 2026 | 1,592,277 |
| Jan 2026 | 1,581,144 |
| Dec 2025 | 1,569,176 |
| Nov 2025 | 1,554,595 |
| Oct 2025 | 1,554,556 |
| Sep 2025 | 1,551,628 |
| Date | Value (Mil. of 2017 $) |
|---|---|
| Aug 2025 | 1,562,681 |
| Jul 2025 | 1,565,953 |
| Jun 2025 | 1,556,845 |
| May 2025 | 1,550,522 |
| Apr 2025 | 1,555,663 |
| Mar 2025 | 1,563,633 |
| Feb 2025 | 1,542,684 |
| Jan 2025 | 1,531,801 |
| Dec 2024 | 1,547,485 |
| Nov 2024 | 1,535,297 |
Pull the full history of Real Manufacturing and Trade Sales 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=USMTSALES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USMTSALES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USMTSALES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();