Texas Commercial Electricity Sales was last reported at 15,754 Gigawatt-hour as of June 1, 2026. That is up 2.91% from the prior reading of 15,309 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| Jun 2026 | 15,754 |
| May 2026 | 15,309 |
| Apr 2026 | 14,827 |
| Mar 2026 | 14,400 |
| Feb 2026 | 13,057 |
| Jan 2026 | 14,272 |
| Dec 2025 | 12,630 |
| Nov 2025 | 14,291 |
| Oct 2025 | 15,396 |
| Sep 2025 | 16,068 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Aug 2025 | 16,881 |
| Jul 2025 | 16,531 |
| Jun 2025 | 15,191 |
| May 2025 | 14,013 |
| Apr 2025 | 13,179 |
| Mar 2025 | 12,989 |
| Feb 2025 | 13,213 |
| Jan 2025 | 13,424 |
| Dec 2024 | 12,360 |
| Nov 2024 | 13,179 |
Pull the full history of Texas 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=USTXELECSALESCOM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USTXELECSALESCOM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USTXELECSALESCOM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();