Industrial Electricity Sales was last reported at 91,225 Gigawatt-hour as of June 1, 2026. That is up 2.71% from the prior reading of 88,821 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| Jun 2026 | 91,225 |
| May 2026 | 88,821 |
| Apr 2026 | 85,004 |
| Mar 2026 | 85,228 |
| Feb 2026 | 78,653 |
| Jan 2026 | 84,043 |
| Dec 2025 | 84,907 |
| Nov 2025 | 82,422 |
| Oct 2025 | 88,004 |
| Sep 2025 | 89,041 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Aug 2025 | 94,540 |
| Jul 2025 | 94,651 |
| Jun 2025 | 90,022 |
| May 2025 | 87,134 |
| Apr 2025 | 84,536 |
| Mar 2025 | 83,210 |
| Feb 2025 | 79,229 |
| Jan 2025 | 84,519 |
| Dec 2024 | 84,927 |
| Nov 2024 | 84,369 |
Pull the full history of Industrial 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=USELECSALESIND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USELECSALESIND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USELECSALESIND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();