US Commercial Electricity Price (2001–2026)
The US Commercial Electricity Price is the national average retail rate paid by businesses, services, and institutions, in cents per kilowatthour, published monthly by the EIA since 2001. It is the power cost input to the services economy — offices, retail, hospitals, schools — and sits between the household and industrial rates. It has risen from 7.25 cents (2001) to a peak of 14.37 cents in February 2026, standing at 13.51 cents mid-year.
Dataset: US Commercial Electricity Price (2001–2026) · Updated 2026-05-01
Loading data…
Source: U.S. Energy Information Administration (EIA) · series electricity/retail-sales (sectorid=COM)
Macro Takeaway
Commercial rates sit below residential (18.83 cents) and above industrial (8.66 cents), reflecting the cost-to-serve gradient: commercial customers take power at higher volumes and voltages than households but with less scale than heavy industry. The ordering is stable across the entire series.
Like the residential rate, the commercial price is dominated by regulated grid cost and trends upward through fuel cycles rather than tracking them. For the services sector — the bulk of US employment — it is a slow, compounding cost input, not a volatile one.
Commercial electricity is a genuine operating-cost line for services businesses; its steady rise from 7.25 to 14.37 cents over two decades is a structural cost-of-doing-business signal that a wholesale power price would entirely miss.
Dataset Overview
| Indicator | US Commercial Electricity Price (2001–2026) |
|---|---|
| Geography | United States |
| Frequency | Monthly |
| Period | 2001 – present |
| Variables | date, commercial_electricity_price |
| Format | CSV, Excel (XLSX) |
| Sources | U.S. Energy Information Administration (EIA) |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | First day of the reference month |
commercial_electricity_price | Float | US average commercial electricity price, cents per kilowatthour |
A value of 13.51 means commercial customers paid an average of 13.51 cents per kilowatthour that month.
Download the Complete Dataset
The full dataset is available in CSV and Excel formats.
EIA Direct API Access
The underlying data comes from the U.S. Energy Information Administration API v2 (route electricity/retail-sales, series electricity/retail-sales (sectorid=COM)). An EIA API key is free from the EIA developer portal.
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/eia/us-electricity-price-commercial.csv
This URL returns the complete, cleaned dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool — no key required.
Using the Dataset in Python
import pandas as pd
url = "https://eco3min.fr/dataset/eia/us-electricity-price-commercial.csv"
df = pd.read_csv(url, parse_dates=["date"])
print(f"Latest: {df['commercial_electricity_price'].iloc[-1]:.3f} cents/kWh")
print(df.tail())
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/eia/us-electricity-price-commercial.csv" df <- read_csv(url) tail(df) summary(df$commercial_electricity_price)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
Compiled from Form EIA-826 utility filings, dividing total commercial revenue by total commercial sales — a revenue-weighted all-in retail rate, updated monthly with a roughly two-month lag.
This dataset is refreshed daily (Mon–Sat) via automated pull from the EIA API v2; new observations appear with each source release.
Data Quality & Provider Notes
- Release lag. About two months; a revenue-and-sales average.
- Customer class. Offices, retail, services, institutions — mid-voltage, mid-volume.
- Grid-cost dominated. Regulated transmission and distribution drive the trend, not fuel.
- Position. Structurally between residential and industrial rates.
- Known gaps. None; continuous monthly since January 2001.
Common Pitfalls When Using This Series
- Expecting fuel-price tracking. Grid cost dominates; commercial rates rose through the gas glut.
- Confusing with wholesale power. The retail rate is a regulated all-in average, not a market LMP.
- Ignoring the sector ordering. Commercial sits between residential and industrial by cost-to-serve; the level is only meaningful in that context.
- Reading monthly moves as volatility. The series is smooth by construction; trend is the signal.
Historical Regimes
2001–2008 — Rising with costs. From 7.25 cents up through the 10-cent range.
2009–2014 — Recession-resistant grind. Steady increases despite weak demand.
2015–2020 — Up through the gas glut. Rising rates decoupled from collapsing generation fuel.
2021–2026 — Acceleration to a peak. Fuel inflation and grid spending drove the 14.37-cent high (February 2026), easing to 13.51 mid-year.
Related Macroeconomic Datasets
- US Residential Electricity Price — the household retail rate above it
- US Industrial Electricity Price — the heavy-industry rate below it
- Natural Gas Price — Henry Hub — the generation fuel the rate does not track
Macroeconomic Dataset Hub
This dataset is part of the Eco3min macro-financial data repository.
Explore the Eco3min Commodity Data Hub
Sources
- U.S. Energy Information Administration — Electricity Retail Sales, Form EIA-826 (commercial sector, US average)
Dataset Reference
Last updated — 4 August 2026
Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.
