Clearway Energy (CWEN) EPS (Basic) (2013 - 2026)
Clearway Energy's (CWEN) quarterly EPS (Basic) came in at $0.27 in Q2 2026, up 88.64% on a YoY basis from $0.14 in Q2 2025, and up 148.53% quarter-over-quarter from -$0.56 in Q1 2026.
Clearway Energy (CWEN) EPS (Basic) (2013 - 2026) Analysis & Trends
Clearway Energy (CWEN) has reported EPS (Basic) for 14 consecutive years, with $0.27 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 88.64% year-over-year to $0.27; the trailing twelve-month figure through Jun 2026 stood at -$1.61 (down 18.19% YoY), and the FY2025 full-year result was -$2.75, down 262.3% from the prior year.
- EPS (Basic) climbed to $0.27 in Q2 2026 per CWEN's latest filing, from -$0.56 in the prior quarter.
- Across five years, EPS (Basic) topped out at $9.82 in Q2 2022 and bottomed at -$2.37 in Q4 2025.
- Historically, EPS (Basic) has averaged $0.28 across 5 years, with a median of -$0.21 in 2022.
- The sharpest annual moves came in 2022 and 2025: EPS (Basic) jumped 2416.51% in 2022, then plunged 309.65% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.46 in 2022, then tumbled by 92.89% to -$0.89 in 2023, then soared by 35.04% to -$0.58 in 2024, then slumped by 309.65% to -$2.37 in 2025, then surged by 111.51% to $0.27 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered $0.27, -$0.56, and -$2.37 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 0.77 |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 0.27 |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 2.32 |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -2.00 |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 0.24 |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 1.67 |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -0.28 |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 0.27 |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 0.44 |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 0.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.27 |
| Mar 31, 2026 | -0.56 |
| Dec 31, 2025 | -2.37 |
| Sep 30, 2025 | 0.51 |
| Jun 30, 2025 | 0.14 |
| Mar 31, 2025 | -1.25 |
| Dec 31, 2024 | -0.58 |
| Sep 30, 2024 | 0.23 |
| Jun 30, 2024 | 0.03 |
| Mar 31, 2024 | -0.56 |
| Dec 31, 2023 | -0.89 |
| Sep 30, 2023 | 0.18 |
| Jun 30, 2023 | 1.02 |
| Mar 31, 2023 | -0.49 |
| Dec 31, 2022 | -0.46 |
| Sep 30, 2022 | 0.76 |
| Jun 30, 2022 | 9.82 |
| Mar 31, 2022 | -0.83 |
| Dec 31, 2021 | -0.48 |
| Sep 30, 2021 | 0.30 |
Clearway Energy EPS (Basic) 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=eps-basic&ticker=CWEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=CWEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();