Enlight Renewable Energy (ENLT) Capital Expenditures (2022 - 2026)
Enlight Renewable Energy (ENLT) posted Capital Expenditures of -$723.5 million for Q2 2026, down 18.75% on a QoQ basis from -$609.2 million in Q1 2026, and down 79.89% year-over-year from -$3.6 billion in Q2 2025.
Enlight Renewable Energy (ENLT) Capital Expenditures (2022 - 2026) Analysis & Trends
Enlight Renewable Energy has reported Capital Expenditures for 5 years, with the latest figure at -$723.5 million in Q2 2026.
- On a quarterly basis, Capital Expenditures fell 79.89% year-over-year to -$723.5 million in Q2 2026; TTM through Jun 2026 was -$3.1 billion, a 101.97% decrease from a year earlier, with the FY2025 full-year figure at -$1.8 billion, down 101.56% from the prior year.
- Capital Expenditures was -$723.5 million for Q2 2026 at Enlight Renewable Energy, down from -$609.2 million in the prior quarter.
- The five-year high for Capital Expenditures was -$148.8 million in Q1 2023, with the low at -$1.2 billion in Q3 2025.
- Average Capital Expenditures over 5 years is -$476.4 million, with a median of -$402.2 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Capital Expenditures jumped 69.86% in 2024, then tumbled 194.57% in 2025.
- Over 5 years, Capital Expenditures stood at -$656.1 million in 2022, then fell by 11.4% to -$731.0 million in 2023, then surged by 69.86% to -$220.3 million in 2024, then sank by 194.57% to -$648.9 million in 2025, then dropped by 11.49% to -$723.5 million in 2026.
- The last three Capital Expenditures figures came in at -$723.5 million (Q2 2026), -$609.2 million (Q1 2026), and -$648.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capex (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 689.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 | 338.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 139.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -723.46 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -1.33 Bn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 94.09 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 84.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 138.02 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -723.46 Mn |
| Mar 31, 2026 | -609.23 Mn |
| Dec 31, 2025 | -648.90 Mn |
| Sep 30, 2025 | -1.16 Bn |
| Jun 30, 2025 | -402.16 Mn |
| Mar 31, 2025 | -255.86 Mn |
| Dec 31, 2024 | -220.29 Mn |
| Sep 30, 2024 | -678.97 Mn |
| Jun 30, 2024 | -262.07 Mn |
| Mar 31, 2024 | -199.73 Mn |
| Dec 31, 2023 | -730.98 Mn |
| Sep 30, 2023 | -235.16 Mn |
| Jun 30, 2023 | -210.84 Mn |
| Mar 31, 2023 | -148.78 Mn |
| Dec 31, 2022 | -656.14 Mn |
Enlight Renewable Energy Capital Expenditures 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=capital-expenditures&ticker=ENLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=ENLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();