Industrial Production, Manufacturing was last reported at 99.10 Index 2017=100 as of August 1, 2026. That is down 0.30% from the prior reading of 99.40 Index 2017=100. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Growth category. The next scheduled release is October 16, 2026.
| Date | Value (Index 2017=100) |
|---|---|
| Aug 2026 | 99.10 |
| Jul 2026 | 99.31 |
| Jun 2026 | 99.15 |
| May 2026 | 98.81 |
| Apr 2026 | 98.76 |
| Mar 2026 | 98.07 |
| Feb 2026 | 97.73 |
| Jan 2026 | 97.08 |
| Dec 2025 | 96.99 |
| Nov 2025 | 97.13 |
| Date | Value (Index 2017=100) |
|---|---|
| Oct 2025 | 97.21 |
| Sep 2025 | 98.05 |
| Aug 2025 | 98.08 |
| Jul 2025 | 98.07 |
| Jun 2025 | 97.58 |
| May 2025 | 97.25 |
| Apr 2025 | 97.33 |
| Mar 2025 | 97.39 |
| Feb 2025 | 96.96 |
| Jan 2025 | 95.77 |
Pull the full history of Industrial Production, Manufacturing 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=USIPMFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USIPMFG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USIPMFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();