Coal Production was last reported at 38.65 Million Tonnes as of July 1, 2026. That is up 4.65% from the prior reading of 36.94 Million Tonnes. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Million Tonnes) |
|---|---|
| Jul 2026 | 42,606.79 |
| Jun 2026 | 40,715.53 |
| May 2026 | 41,834.01 |
| Apr 2026 | 41,300.33 |
| Mar 2026 | 45,609.42 |
| Feb 2026 | 41,191.49 |
| Jan 2026 | 45,068.82 |
| Dec 2025 | 44,142.61 |
| Nov 2025 | 43,250.40 |
| Oct 2025 | 44,639.25 |
| Date | Value (Million Tonnes) |
|---|---|
| Sep 2025 | 43,802.56 |
| Aug 2025 | 46,957.82 |
| Jul 2025 | 45,160.64 |
| Jun 2025 | 42,239.89 |
| May 2025 | 44,020.25 |
| Apr 2025 | 41,876.33 |
| Mar 2025 | 47,781.93 |
| Feb 2025 | 39,706.70 |
| Jan 2025 | 44,845.04 |
| Dec 2024 | 42,759.41 |
Pull the full history of Coal 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=USCOALPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCOALPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCOALPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();