Enlight Renewable Energy (ENLT) Change in Receivables (2022 - 2026)
Enlight Renewable Energy (ENLT) posted Change in Receivables of -$18.7 million for Q2 2026, down 1164.45% on a QoQ basis from -$1.5 million in Q1 2026, and down 3569.16% year-over-year from $538344.3 in Q2 2025.
Enlight Renewable Energy (ENLT) Change in Receivables (2022 - 2026) Analysis & Trends
Enlight Renewable Energy has reported Change in Receivables for 5 years, with the latest figure at -$18.7 million in Q2 2026.
- On a quarterly basis, Change in Receivables fell 3569.16% year-over-year to -$18.7 million in Q2 2026; TTM through Jun 2026 was -$47.5 million, a 40.39% decrease from a year earlier, with the FY2025 full-year figure at -$27.4 million, down 176.65% from the prior year.
- Change in Receivables was -$18.7 million for Q2 2026 at Enlight Renewable Energy, down from -$1.5 million in the prior quarter.
- The five-year high for Change in Receivables was $20.0 million in Q2 2024, with the low at -$27.4 million in Q3 2025.
- Average Change in Receivables over 5 years is -$7.1 million, with a median of -$4.8 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2026: Change in Receivables soared 735.93% in 2023, then slumped 3569.16% in 2026.
- Over 5 years, Change in Receivables stood at -$23.4 million in 2022, then jumped by 87.84% to -$2.8 million in 2023, then jumped by 89.58% to -$296000.0 in 2024, then soared by 99.66% to -$1000.0 in 2025, then slumped by 1867500.0% to -$18.7 million in 2026.
- The last three Change in Receivables figures came in at -$18.7 million (Q2 2026), -$1.5 million (Q1 2026), and -$1000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (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 | -101.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 97.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -18.68 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 | 8.48 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -18.68 Mn |
| Mar 31, 2026 | -1.48 Mn |
| Dec 31, 2025 | -1,000.00 |
| Sep 30, 2025 | -27.37 Mn |
| Jun 30, 2025 | -509,000.00 |
| Mar 31, 2025 | -20.38 Mn |
| Dec 31, 2024 | -296,000.00 |
| Sep 30, 2024 | -12.67 Mn |
| Jun 30, 2024 | 19.98 Mn |
| Mar 31, 2024 | -16.91 Mn |
| Dec 31, 2023 | -2.84 Mn |
| Sep 30, 2023 | -6.83 Mn |
| Jun 30, 2023 | 13.22 Mn |
| Mar 31, 2023 | -2.38 Mn |
| Dec 31, 2022 | -23.36 Mn |
| Sep 30, 2022 | -16.97 Mn |
| Jun 30, 2022 | -2.08 Mn |
| Mar 31, 2022 | -7.98 Mn |
Enlight Renewable Energy Change in Receivables 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-receivables&ticker=ENLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=ENLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();