Coal Price to Power Sector was last reported at 50.28 USD/T as of January 1, 2026. That is up 0.96% from the prior reading of 49.80 USD/T. This indicator is reported Quarterly, and is tracked under the Energy category.
| Date | Value (USD/T) |
|---|---|
| 2026 Q1 | 45.61 |
| 2025 Q4 | 45.18 |
| 2025 Q3 | 45.43 |
| 2025 Q2 | 47.22 |
| 2025 Q1 | 45.69 |
| 2024 Q4 | 45.42 |
| 2024 Q3 | 45.83 |
| 2024 Q2 | 48.24 |
| 2024 Q1 | 46.61 |
| 2023 Q4 | 46.72 |
| Date | Value (USD/T) |
|---|---|
| 2023 Q3 | 46.66 |
| 2023 Q2 | 46.49 |
| 2023 Q1 | 47.95 |
| 2022 Q4 | 47.49 |
| 2022 Q3 | 46.98 |
| 2022 Q2 | 42.40 |
| 2022 Q1 | 40.82 |
| 2021 Q4 | 38.41 |
| 2021 Q3 | 38.06 |
| 2021 Q2 | 36.46 |
Pull the full history of Coal Price to 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=USCOALPRICEPWR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCOALPRICEPWR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCOALPRICEPWR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();