Clearway Energy (CWEN) Change in Cash (2012 - 2026)
Clearway Energy's (CWEN) quarterly Change in Cash came in at -$137.0 million in Q2 2026, down 282.67% on a YoY basis from $75.0 million in Q2 2025, and up 0.72% quarter-over-quarter from -$138.0 million in Q1 2026.
Clearway Energy (CWEN) Change in Cash (2012 - 2026) Analysis & Trends
Clearway Energy (CWEN) has reported Change in Cash for 15 consecutive years, with -$137.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 282.67% year-over-year to -$137.0 million; the trailing twelve-month figure through Jun 2026 stood at -$243.0 million (down 212.5% YoY), and the FY2025 full-year result was $85.0 million, up 126.73% from the prior year.
- Change in Cash improved to -$137.0 million in Q2 2026 per CWEN's latest filing, from -$138.0 million in the prior quarter.
- Across five years, Change in Cash topped out at $822.0 million in Q2 2022 and bottomed at -$393.0 million in Q2 2024.
- Historically, Change in Cash has averaged -$6.2 million across 5 years, with a median of -$91.5 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Change in Cash jumped 2007.69% in 2022, then tumbled 617.65% in 2024.
- Over 5 years, Change in Cash stood at -$160.0 million in 2022, then surged by 34.38% to -$105.0 million in 2023, then surged by 156.19% to $59.0 million in 2024, then jumped by 200.0% to $177.0 million in 2025, then plunged by 177.4% to -$137.0 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$137.0 million, -$138.0 million, and $177.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | -196.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 979.59 |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | -32.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -789.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 179.44 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 67.50 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -137.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -104.80 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | -14.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -137.00 Mn |
| Mar 31, 2026 | -138.00 Mn |
| Dec 31, 2025 | 177.00 Mn |
| Sep 30, 2025 | -145.00 Mn |
| Jun 30, 2025 | 75.00 Mn |
| Mar 31, 2025 | -22.00 Mn |
| Dec 31, 2024 | 59.00 Mn |
| Sep 30, 2024 | 104.00 Mn |
| Jun 30, 2024 | -393.00 Mn |
| Mar 31, 2024 | -88.00 Mn |
| Dec 31, 2023 | -105.00 Mn |
| Sep 30, 2023 | 238.00 Mn |
| Jun 30, 2023 | -95.00 Mn |
| Mar 31, 2023 | 17.00 Mn |
| Dec 31, 2022 | -160.00 Mn |
| Sep 30, 2022 | -132.00 Mn |
| Jun 30, 2022 | 822.00 Mn |
| Mar 31, 2022 | -188.00 Mn |
| Dec 31, 2021 | 99.00 Mn |
| Sep 30, 2021 | 85.00 Mn |
Clearway Energy Change in Cash API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=change-in-cash&ticker=CWEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "CWEN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-cash&ticker=CWEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();