Enlight Renewable Energy (ENLT) Cash from Investing Activities (2022 - 2026)
Enlight Renewable Energy (ENLT) posted Cash from Investing Activities of -$677.2 million for Q2 2026, down 76.67% on a QoQ basis from -$383.3 million in Q1 2026, and down 60.98% year-over-year from -$1.7 billion in Q2 2025.
Enlight Renewable Energy (ENLT) Cash from Investing Activities (2022 - 2026) Analysis & Trends
Enlight Renewable Energy has reported Cash from Investing Activities for 5 years, with the latest figure at -$677.2 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 60.98% year-over-year to -$677.2 million in Q2 2026; TTM through Jun 2026 was -$3.3 billion, a 109.33% decrease from a year earlier, with the FY2025 full-year figure at -$2.2 billion, down 134.84% from the prior year.
- Cash from Investing Activities was -$677.2 million for Q2 2026 at Enlight Renewable Energy, down from -$383.3 million in the prior quarter.
- The five-year high for Cash from Investing Activities was -$120.1 million in Q1 2023, with the low at -$1.3 billion in Q3 2025.
- Average Cash from Investing Activities over 5 years is -$509.2 million, with a median of -$383.3 million recorded in 2026.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities surged 78.9% in 2024, then slumped 399.74% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$820.0 million in 2022, then gained by 2.68% to -$798.1 million in 2023, then soared by 78.9% to -$168.4 million in 2024, then plunged by 399.74% to -$841.3 million in 2025, then grew by 19.52% to -$677.2 million in 2026.
- The last three Cash from Investing Activities figures came in at -$677.2 million (Q2 2026), -$383.3 million (Q1 2026), and -$841.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | -641.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | -637.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -2.75 Bn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -677.15 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -543.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -553.70 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -216.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -138.15 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | -355.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -677.15 Mn |
| Mar 31, 2026 | -383.28 Mn |
| Dec 31, 2025 | -841.35 Mn |
| Sep 30, 2025 | -1.35 Bn |
| Jun 30, 2025 | -420.63 Mn |
| Mar 31, 2025 | -196.05 Mn |
| Dec 31, 2024 | -168.36 Mn |
| Sep 30, 2024 | -768.13 Mn |
| Jun 30, 2024 | -278.31 Mn |
| Mar 31, 2024 | -236.65 Mn |
| Dec 31, 2023 | -798.07 Mn |
| Sep 30, 2023 | -327.49 Mn |
| Jun 30, 2023 | -252.98 Mn |
| Mar 31, 2023 | -120.06 Mn |
| Dec 31, 2022 | -820.00 Mn |
Enlight Renewable Energy Cash from Investing Activities 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=cash-from-investing-activities&ticker=ENLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "ENLT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-investing-activities&ticker=ENLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();