US Battery Storage Capacity (STEO) was last reported at 90.9 Gigawatt as of December 1, 2027. That is up 10.12% from the prior reading of 82.5 Gigawatt. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is October 14, 2026.
| Date | Value (Gigawatt) |
|---|---|
| Dec 2027 | 90.9 |
| Nov 2027 | 82.5 |
| Oct 2027 | 81.3 |
| Sep 2027 | 79.8 |
| Aug 2027 | 77.9 |
| Jul 2027 | 77.2 |
| Jun 2027 | 74.2 |
| May 2027 | 71.3 |
| Apr 2027 | 70.5 |
| Mar 2027 | 68.6 |
| Date | Value (Gigawatt) |
|---|---|
| Feb 2027 | 66.6 |
| Jan 2027 | 66.1 |
| Dec 2026 | 65.1 |
| Nov 2026 | 61.7 |
| Oct 2026 | 59.7 |
| Sep 2026 | 58.7 |
| Aug 2026 | 56.2 |
| Jul 2026 | 54.1 |
| Jun 2026 | 51.4 |
| May 2026 | 48.6 |
Pull the full history of US Battery Storage Capacity (STEO) 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=USBATTERYCAPSTEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBATTERYCAPSTEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBATTERYCAPSTEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();