Industrial Production: Mining was last reported at 122.70 points as of August 1, 2026. That is up 0.14% from the prior reading of 122.53 points. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Business category. The next scheduled release is October 16, 2026.
| Date | Value (points) |
|---|---|
| Aug 2026 | 122.70 |
| Jul 2026 | 122.43 |
| Jun 2026 | 122.18 |
| May 2026 | 121.85 |
| Apr 2026 | 122.00 |
| Mar 2026 | 120.54 |
| Feb 2026 | 122.96 |
| Jan 2026 | 119.95 |
| Dec 2025 | 120.02 |
| Nov 2025 | 121.13 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 120.16 |
| Sep 2025 | 121.13 |
| Aug 2025 | 122.39 |
| Jul 2025 | 121.28 |
| Jun 2025 | 121.36 |
| May 2025 | 120.49 |
| Apr 2025 | 120.02 |
| Mar 2025 | 120.30 |
| Feb 2025 | 119.18 |
| Jan 2025 | 117.16 |
Pull the full history of Industrial Production: Mining 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=USIPMINING&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USIPMINING", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USIPMINING&period=max&api_key=YOUR_API_KEY");
const data = await res.json();