Coal Consumption by Power Sector was last reported at 87.38 Million Tonnes as of January 1, 2026. That is down 2.90% from the prior reading of 89.99 Million Tonnes. This indicator is reported Quarterly, and is tracked under the Energy category.
| Date | Value (Million Tonnes) |
|---|---|
| 2026 Q1 | 96,318,889.05 |
| 2025 Q4 | 99,193,324.70 |
| 2025 Q3 | 118,270,837.44 |
| 2025 Q2 | 90,355,563.22 |
| 2025 Q1 | 109,174,953.82 |
| 2024 Q4 | 89,060,025.34 |
| 2024 Q3 | 111,369,438.09 |
| 2024 Q2 | 81,926,974.48 |
| 2024 Q1 | 90,901,772.86 |
| 2023 Q4 | 91,277,241.73 |
| Date | Value (Million Tonnes) |
|---|---|
| 2023 Q3 | 122,711,085.17 |
| 2023 Q2 | 81,987,196.00 |
| 2023 Q1 | 91,229,781.85 |
| 2022 Q4 | 105,940,545.60 |
| 2022 Q3 | 135,434,301.65 |
| 2022 Q2 | 108,092,324.71 |
| 2022 Q1 | 123,366,533.47 |
| 2021 Q4 | 103,057,140.41 |
| 2021 Q3 | 157,020,896.37 |
| 2021 Q2 | 113,708,193.68 |
Pull the full history of Coal Consumption by Power Sector 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=USCOALCONSPWR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCOALCONSPWR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCOALCONSPWR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();