US Solar Generating Capacity (STEO) was last reported at 221.7 Gigawatt as of December 1, 2027. That is up 7.67% from the prior reading of 205.9 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 | 221.7 |
| Nov 2027 | 205.9 |
| Oct 2027 | 204.4 |
| Sep 2027 | 201.6 |
| Aug 2027 | 199.8 |
| Jul 2027 | 197.7 |
| Jun 2027 | 193.7 |
| May 2027 | 189.8 |
| Apr 2027 | 187.2 |
| Mar 2027 | 184.1 |
| Date | Value (Gigawatt) |
|---|---|
| Feb 2027 | 181.9 |
| Jan 2027 | 181.2 |
| Dec 2026 | 180.6 |
| Nov 2026 | 175.1 |
| Oct 2026 | 174.0 |
| Sep 2026 | 171.3 |
| Aug 2026 | 168.6 |
| Jul 2026 | 166.6 |
| Jun 2026 | 162.9 |
| May 2026 | 160.5 |
Pull the full history of US Solar Generating 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=USSOLARCAPSTEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USSOLARCAPSTEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USSOLARCAPSTEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();