Commercial Electricity Price was last reported at 14.19 USd/kWh as of June 1, 2026. That is up 4.80% from the prior reading of 13.54 USd/kWh. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (USd/kWh) |
|---|---|
| Jun 2026 | 14.19 |
| May 2026 | 13.54 |
| Apr 2026 | 13.51 |
| Mar 2026 | 13.92 |
| Feb 2026 | 14.37 |
| Jan 2026 | 13.64 |
| Dec 2025 | 13.63 |
| Nov 2025 | 13.19 |
| Oct 2025 | 13.49 |
| Sep 2025 | 13.99 |
| Date | Value (USd/kWh) |
|---|---|
| Aug 2025 | 13.93 |
| Jul 2025 | 14.05 |
| Jun 2025 | 13.54 |
| May 2025 | 12.93 |
| Apr 2025 | 12.89 |
| Mar 2025 | 13.16 |
| Feb 2025 | 12.98 |
| Jan 2025 | 12.82 |
| Dec 2024 | 12.64 |
| Nov 2024 | 12.35 |
Pull the full history of Commercial 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=USELECPRICECOM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USELECPRICECOM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USELECPRICECOM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();