Enlight Renewable Energy (ENLT) Operating Expenses (2022 - 2026)
Enlight Renewable Energy (ENLT) posted Operating Expenses of -$118.7 million for Q2 2026, down 0.62% on a QoQ basis from -$118.0 million in Q1 2026, and down 45.69% year-over-year from -$218.6 million in Q2 2025.
Enlight Renewable Energy (ENLT) Operating Expenses (2022 - 2026) Analysis & Trends
Enlight Renewable Energy has reported Operating Expenses for 5 years, with the latest figure at -$118.7 million in Q2 2026.
- On a quarterly basis, Operating Expenses fell 45.69% year-over-year to -$118.7 million in Q2 2026; TTM through Jun 2026 was -$591.1 million, a 49.14% decrease from a year earlier, with the FY2025 full-year figure at -$354.4 million, down 47.67% from the prior year.
- Operating Expenses was -$118.7 million for Q2 2026 at Enlight Renewable Energy, down from -$118.0 million in the prior quarter.
- The five-year high for Operating Expenses was -$6.6 million in Q4 2022, with the low at -$253.3 million in Q3 2025.
- Average Operating Expenses over 5 years is -$64.7 million, with a median of -$53.0 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Operating Expenses gained 4.19% in 2023, then tumbled 1736.0% in 2024.
- Over 5 years, Operating Expenses stood at -$6.6 million in 2022, then tumbled by 40.47% to -$9.2 million in 2023, then tumbled by 693.88% to -$73.4 million in 2024, then plunged by 37.69% to -$101.1 million in 2025, then fell by 17.39% to -$118.7 million in 2026.
- The last three Operating Expenses figures came in at -$118.7 million (Q2 2026), -$118.0 million (Q1 2026), and -$101.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 392.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -681.17 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 6.54 Bn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 186.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -118.69 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 783.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 74.40 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 365.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 27.07 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 418.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -118.69 Mn |
| Mar 31, 2026 | -117.96 Mn |
| Dec 31, 2025 | -101.11 Mn |
| Sep 30, 2025 | -253.34 Mn |
| Jun 30, 2025 | -81.47 Mn |
| Mar 31, 2025 | -74.84 Mn |
| Dec 31, 2024 | -73.43 Mn |
| Sep 30, 2024 | -166.60 Mn |
| Jun 30, 2024 | -53.67 Mn |
| Mar 31, 2024 | -52.32 Mn |
| Dec 31, 2023 | -9.25 Mn |
| Sep 30, 2023 | -9.07 Mn |
| Jun 30, 2023 | -9.93 Mn |
| Mar 31, 2023 | -9.45 Mn |
| Dec 31, 2022 | -6.59 Mn |
| Sep 30, 2022 | -9.47 Mn |
| Jun 30, 2022 | -9.22 Mn |
| Mar 31, 2022 | -7.35 Mn |
Enlight Renewable Energy Operating Expenses 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=operating-expenses&ticker=ENLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=ENLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();