ReNew Energy Global (RNW) Change in Acquisitions & Divestments (2019 - 2026)
ReNew Energy Global's (RNW) quarterly Change in Acquisitions & Divestments came in at -$99.0 million in Q2 2026, up 93.21% year-over-year from -$51.2 million in Q2 2025, and up 98.16% quarter-over-quarter from -$5.4 billion in Q1 2026.
ReNew Energy Global (RNW) Change in Acquisitions & Divestments (2019 - 2026) Analysis & Trends
ReNew Energy Global (RNW) has reported Change in Acquisitions & Divestments for 8 consecutive years, with -$99.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Acquisitions & Divestments rose 93.21% year-over-year to -$99.0 million in Q2 2026; TTM through Jun 2026 was -$12.4 billion, a 433.25% decrease from a year earlier, with the FY2021 full-year figure at $19.9 million, up 108.88% from the prior year.
- Change in Acquisitions & Divestments was -$99.0 million for Q2 2026 at ReNew Energy Global, up from -$5.4 billion in the prior quarter.
- Over five years, Change in Acquisitions & Divestments peaked at $4.4 billion in Q1 2025 and troughed at -$5.4 billion in Q1 2026.
- A 5-year average of -$1.4 billion and a median of -$1.3 billion in 2024 frame the typical range for Change in Acquisitions & Divestments.
- The widest YoY moves for Change in Acquisitions & Divestments: up 1097.85% in 2023, down 1946.02% in 2023.
- Over 5 years, Change in Acquisitions & Divestments stood at -$176.0 million in 2022, then tumbled by 1946.02% to -$3.6 billion in 2023, then gained by 12.44% to -$3.2 billion in 2024, then tumbled by 33.87% to -$4.2 billion in 2025, then jumped by 97.65% to -$99.0 million in 2026.
- The last three Change in Acquisitions & Divestments figures came in at -$99.0 million (Q2 2026), -$5.4 billion (Q1 2026), and -$4.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -99.00 Mn |
| Mar 31, 2026 | -5.38 Bn |
| Dec 31, 2025 | -4.22 Bn |
| Sep 30, 2025 | -2.74 Bn |
| Jun 30, 2025 | -1.46 Bn |
| Mar 31, 2025 | 4.39 Bn |
| Dec 31, 2024 | -3.15 Bn |
| Sep 30, 2024 | -2.11 Bn |
| Jun 30, 2024 | -1.06 Bn |
| Mar 31, 2024 | -5.32 Bn |
| Dec 31, 2023 | -3.60 Bn |
| Sep 30, 2023 | -2.04 Bn |
| Jun 30, 2023 | -1.03 Bn |
| Mar 31, 2023 | 3.25 Bn |
| Dec 31, 2022 | -176.00 Mn |
| Sep 30, 2022 | 262.00 Mn |
| Jun 30, 2022 | 127.00 Mn |
| Mar 31, 2022 | -326.00 Mn |
| Dec 31, 2021 | -221.00 Mn |
| Sep 30, 2021 | -258.00 Mn |
ReNew Energy Global Change in Acquisitions & Divestments 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-acquisitions-and-divestments&ticker=RNW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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=change-in-acquisitions-and-divestments&ticker=RNW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();