Virginia Commercial Electricity Sales was last reported at 7,771 Gigawatt-hour as of June 1, 2026. That is up 7.42% from the prior reading of 7,234 Gigawatt-hour. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Gigawatt-hour) |
|---|---|
| Jun 2026 | 7,771 |
| May 2026 | 7,234 |
| Apr 2026 | 6,832 |
| Mar 2026 | 6,772 |
| Feb 2026 | 6,587 |
| Jan 2026 | 7,317 |
| Dec 2025 | 7,072 |
| Nov 2025 | 6,413 |
| Oct 2025 | 6,957 |
| Sep 2025 | 7,094 |
| Date | Value (Gigawatt-hour) |
|---|---|
| Aug 2025 | 8,159 |
| Jul 2025 | 7,553 |
| Jun 2025 | 7,412 |
| May 2025 | 6,681 |
| Apr 2025 | 6,465 |
| Mar 2025 | 6,399 |
| Feb 2025 | 6,249 |
| Jan 2025 | 7,170 |
| Dec 2024 | 6,441 |
| Nov 2024 | 6,313 |
Pull the full history of Virginia 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=USVAELECSALESCOM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USVAELECSALESCOM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USVAELECSALESCOM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();