Residential Electricity Sales was last reported at 135,594 Gigawatt-hour as of June 1, 2026. That is up 27.13% from the prior reading of 106,659 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| Jun 2026 | 135,594 |
| May 2026 | 106,659 |
| Apr 2026 | 98,322 |
| Mar 2026 | 108,868 |
| Feb 2026 | 128,055 |
| Jan 2026 | 145,115 |
| Dec 2025 | 129,667 |
| Nov 2025 | 101,222 |
| Oct 2025 | 107,313 |
| Sep 2025 | 126,778 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Aug 2025 | 155,204 |
| Jul 2025 | 168,011 |
| Jun 2025 | 135,822 |
| May 2025 | 104,856 |
| Apr 2025 | 97,306 |
| Mar 2025 | 108,969 |
| Feb 2025 | 127,517 |
| Jan 2025 | 152,329 |
| Dec 2024 | 125,504 |
| Nov 2024 | 98,782 |
Pull the full history of Residential Electricity Sales 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=USELECSALESRES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USELECSALESRES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USELECSALESRES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();