Enlight Renewable Energy (ENLT) Change in Taxes (2022 - 2026)
Enlight Renewable Energy (ENLT) posted Change in Taxes of -$3.8 million for Q2 2026, down 138.11% on a QoQ basis from -$1.6 million in Q1 2026, and up 50.33% year-over-year from -$2.5 million in Q2 2025.
Enlight Renewable Energy (ENLT) Change in Taxes (2022 - 2026) Analysis & Trends
Enlight Renewable Energy has reported Change in Taxes for 5 years, with the latest figure at -$3.8 million in Q2 2026.
- On a quarterly basis, Change in Taxes rose 50.33% year-over-year to -$3.8 million in Q2 2026; TTM through Jun 2026 was -$19.6 million, a 1.46% increase from a year earlier, with the FY2025 full-year figure at -$14.3 million, down 26.89% from the prior year.
- Change in Taxes was -$3.8 million for Q2 2026 at Enlight Renewable Energy, down from -$1.6 million in the prior quarter.
- The five-year high for Change in Taxes was -$448000.0 in Q1 2023, with the low at -$12.2 million in Q4 2023.
- Average Change in Taxes over 5 years is -$4.5 million, with a median of -$4.0 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Change in Taxes slumped 230.7% in 2023, then surged 57.81% in 2024.
- Over 5 years, Change in Taxes stood at -$3.7 million in 2022, then plunged by 230.7% to -$12.2 million in 2023, then soared by 57.81% to -$5.2 million in 2024, then rose by 19.08% to -$4.2 million in 2025, then increased by 9.65% to -$3.8 million in 2026.
- The last three Change in Taxes figures came in at -$3.8 million (Q2 2026), -$1.6 million (Q1 2026), and -$4.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 10.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 | 23.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -3.77 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 128.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -1.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | - |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 14.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.77 Mn |
| Mar 31, 2026 | -1.59 Mn |
| Dec 31, 2025 | -4.18 Mn |
| Sep 30, 2025 | -10.09 Mn |
| Jun 30, 2025 | -7.60 Mn |
| Mar 31, 2025 | -1.08 Mn |
| Dec 31, 2024 | -5.16 Mn |
| Sep 30, 2024 | -6.08 Mn |
| Jun 30, 2024 | -3.99 Mn |
| Mar 31, 2024 | -798,000.00 |
| Dec 31, 2023 | -12.24 Mn |
| Sep 30, 2023 | -4.14 Mn |
| Jun 30, 2023 | -2.41 Mn |
| Mar 31, 2023 | -448,000.00 |
| Dec 31, 2022 | -3.70 Mn |
Enlight Renewable Energy Change in Taxes 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-taxes&ticker=ENLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=ENLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();