Commercial Electricity Sales was last reported at 134,994 Gigawatt-hour as of June 1, 2026. That is up 8.83% from the prior reading of 124,044 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| Jun 2026 | 134,994 |
| May 2026 | 124,044 |
| Apr 2026 | 118,237 |
| Mar 2026 | 119,622 |
| Feb 2026 | 115,691 |
| Jan 2026 | 126,120 |
| Dec 2025 | 122,522 |
| Nov 2025 | 114,822 |
| Oct 2025 | 124,680 |
| Sep 2025 | 129,791 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Aug 2025 | 142,263 |
| Jul 2025 | 144,363 |
| Jun 2025 | 130,589 |
| May 2025 | 119,943 |
| Apr 2025 | 112,436 |
| Mar 2025 | 114,427 |
| Feb 2025 | 113,204 |
| Jan 2025 | 124,447 |
| Dec 2024 | 117,152 |
| Nov 2024 | 112,091 |
Pull the full history of Commercial 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=USELECSALESCOM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USELECSALESCOM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USELECSALESCOM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();