ReNew Energy Global (RNW) Retained Earnings (2019 - 2026)
ReNew Energy Global's (RNW) quarterly Retained Earnings came in at -$408.0 million in Q2 2026, up 28.67% year-over-year from -$317.1 million in Q2 2025, and up 13.71% quarter-over-quarter from -$472.8 million in Q1 2026.
ReNew Energy Global (RNW) Retained Earnings (2019 - 2026) Analysis & Trends
ReNew Energy Global (RNW) has reported Retained Earnings for 8 consecutive years, with -$408.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 28.67% year-over-year to -$408.0 million in Q2 2026; TTM through Jun 2026 was -$408.0 million, a 28.67% increase from a year earlier, with the FY2026 full-year figure at $1.7 billion, up 363.28% from the prior year.
- Retained Earnings was -$408.0 million for Q2 2026 at ReNew Energy Global, up from -$472.8 million in the prior quarter.
- Over five years, Retained Earnings peaked at $1.8 billion in Q1 2025 and troughed at -$697.0 million in Q4 2023.
- A 5-year average of -$455.1 million and a median of -$600.5 million in 2022 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings tumbled 474.13% in 2022 and jumped 362.05% in 2025, its largest moves.
- Over 5 years, Retained Earnings stood at -$629.0 million in 2022, then dropped by 10.81% to -$697.0 million in 2023, then rose by 4.88% to -$663.0 million in 2024, then climbed by 22.32% to -$515.0 million in 2025, then rose by 20.78% to -$408.0 million in 2026.
- The last three Retained Earnings figures came in at -$408.0 million (Q2 2026), -$472.8 million (Q1 2026), and -$515.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 1.08 Bn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -1.01 Bn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 2.37 Bn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 2.53 Bn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 100.11 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 3.60 Bn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 1.73 Bn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 965.78 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | -408.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -408.00 Mn |
| Mar 31, 2026 | -472.80 Mn |
| Dec 31, 2025 | -515.00 Mn |
| Sep 30, 2025 | -530.00 Mn |
| Jun 30, 2025 | -572.00 Mn |
| Mar 31, 2025 | 1.78 Bn |
| Dec 31, 2024 | -663.00 Mn |
| Sep 30, 2024 | -633.00 Mn |
| Jun 30, 2024 | -685.00 Mn |
| Mar 31, 2024 | -679.54 Mn |
| Dec 31, 2023 | -697.00 Mn |
| Sep 30, 2023 | -629.00 Mn |
| Jun 30, 2023 | -653.00 Mn |
| Mar 31, 2023 | -652.16 Mn |
| Dec 31, 2022 | -629.00 Mn |
| Sep 30, 2022 | -562.00 Mn |
| Jun 30, 2022 | -481.00 Mn |
| Mar 31, 2022 | -510.95 Mn |
| Dec 31, 2021 | -580.00 Mn |
| Sep 30, 2021 | -585.00 Mn |
ReNew Energy Global Retained Earnings 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=retained-earnings&ticker=RNW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "RNW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=RNW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();