Electricity Retail Sales was last reported at 362,401 Gigawatt-hour as of June 1, 2026. That is up 13.22% from the prior reading of 320,096 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| Jun 2026 | 362,401 |
| May 2026 | 320,096 |
| Apr 2026 | 302,127 |
| Mar 2026 | 314,308 |
| Feb 2026 | 323,035 |
| Jan 2026 | 355,940 |
| Dec 2025 | 337,716 |
| Nov 2025 | 299,022 |
| Oct 2025 | 320,588 |
| Sep 2025 | 346,202 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Aug 2025 | 392,631 |
| Jul 2025 | 407,630 |
| Jun 2025 | 357,100 |
| May 2025 | 312,489 |
| Apr 2025 | 294,846 |
| Mar 2025 | 307,241 |
| Feb 2025 | 320,561 |
| Jan 2025 | 361,981 |
| Dec 2024 | 328,188 |
| Nov 2024 | 295,796 |
Pull the full history of Electricity Retail 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=USELECSALES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USELECSALES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USELECSALES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();