Industrial Electricity Price was last reported at 9.17 USd/kWh as of June 1, 2026. That is up 5.28% from the prior reading of 8.71 USd/kWh. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (USd/kWh) |
|---|---|
| Jun 2026 | 9.17 |
| May 2026 | 8.71 |
| Apr 2026 | 8.66 |
| Mar 2026 | 8.58 |
| Feb 2026 | 8.95 |
| Jan 2026 | 9.29 |
| Dec 2025 | 8.53 |
| Nov 2025 | 8.44 |
| Oct 2025 | 8.65 |
| Sep 2025 | 9.02 |
| Date | Value (USd/kWh) |
|---|---|
| Aug 2025 | 9.08 |
| Jul 2025 | 9.33 |
| Jun 2025 | 8.90 |
| May 2025 | 8.29 |
| Apr 2025 | 8.21 |
| Mar 2025 | 8.26 |
| Feb 2025 | 8.24 |
| Jan 2025 | 8.34 |
| Dec 2024 | 7.96 |
| Nov 2024 | 7.85 |
Pull the full history of Industrial Electricity Price 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=USELECPRICEIND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USELECPRICEIND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USELECPRICEIND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();