Industrial Production was last reported at 103.07 Index 2017=100 as of August 1, 2026. That is up 0.02% from the prior reading of 103.05 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 | 103.07 |
| Jul 2026 | 102.99 |
| Jun 2026 | 102.79 |
| May 2026 | 102.51 |
| Apr 2026 | 102.52 |
| Mar 2026 | 101.75 |
| Feb 2026 | 101.91 |
| Jan 2026 | 101.04 |
| Dec 2025 | 101.49 |
| Nov 2025 | 101.03 |
| Date | Value (Index 2017=100) |
|---|---|
| Oct 2025 | 101.22 |
| Sep 2025 | 101.67 |
| Aug 2025 | 101.62 |
| Jul 2025 | 101.89 |
| Jun 2025 | 101.48 |
| May 2025 | 100.97 |
| Apr 2025 | 101.13 |
| Mar 2025 | 101.04 |
| Feb 2025 | 101.10 |
| Jan 2025 | 100.06 |
Pull the full history of Industrial Production 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=USIP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USIP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USIP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();