Residential Electricity Price was last reported at 18.34 USd/kWh as of June 1, 2026. That is down 0.54% from the prior reading of 18.44 USd/kWh. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (USd/kWh) |
|---|---|
| Jun 2026 | 18.34 |
| May 2026 | 18.44 |
| Apr 2026 | 18.83 |
| Mar 2026 | 18.56 |
| Feb 2026 | 17.65 |
| Jan 2026 | 17.45 |
| Dec 2025 | 17.24 |
| Nov 2025 | 17.78 |
| Oct 2025 | 17.97 |
| Sep 2025 | 18.08 |
| Date | Value (USd/kWh) |
|---|---|
| Aug 2025 | 17.61 |
| Jul 2025 | 17.45 |
| Jun 2025 | 17.47 |
| May 2025 | 17.37 |
| Apr 2025 | 17.55 |
| Mar 2025 | 17.09 |
| Feb 2025 | 16.43 |
| Jan 2025 | 15.94 |
| Dec 2024 | 16.27 |
| Nov 2024 | 16.85 |
Pull the full history of Residential 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=USELECPRICERES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USELECPRICERES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USELECPRICERES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();