Enlight Renewable Energy (ENLT) Interest Coverage Ratio (2022 - 2026)
Enlight Renewable Energy (ENLT) posted Interest Coverage Ratio of 1.51 for Q2 2026, up 22.86% on a QoQ basis from 1.95 in Q1 2026, and down 36.3% year-over-year from 2.36 in Q2 2025.
Enlight Renewable Energy (ENLT) Interest Coverage Ratio (2022 - 2026) Analysis & Trends
Enlight Renewable Energy has reported Interest Coverage Ratio for 5 years, with the latest figure at 1.51 in Q2 2026.
- On a quarterly basis, Interest Coverage Ratio fell 36.3% year-over-year to 1.51 in Q2 2026; TTM through Jun 2026 was 1.89, a 6.41% increase from a year earlier, with the FY2025 full-year figure at 2.02, down 23.89% from the prior year.
- Interest Coverage Ratio was 1.51 for Q2 2026 at Enlight Renewable Energy, up from 1.95 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 2.63 in Q4 2023, with the low at 5.01 in Q1 2025.
- Average Interest Coverage Ratio over 5 years is 1.45, with a median of 1.78 recorded in 2025.
- The sharpest annual moves came in 2023 and 2026: Interest Coverage Ratio sank 180.12% in 2023, then surged 61.0% in 2026.
- Over 5 years, Interest Coverage Ratio stood at 1.88 in 2022, then surged by 39.84% to 2.63 in 2023, then slumped by 155.32% to 1.45 in 2024, then fell by 30.0% to 1.89 in 2025, then gained by 20.25% to 1.51 in 2026.
- The last three Interest Coverage Ratio figures came in at 1.51 (Q2 2026), 1.95 (Q1 2026), and 1.89 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 1.77 |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 2.15 |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 3.15 |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -0.34 |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 1.51 |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 0.64 |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 1.10 |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 0.78 |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 1.93 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.51 |
| Mar 31, 2026 | -1.95 |
| Dec 31, 2025 | -1.89 |
| Sep 30, 2025 | -2.04 |
| Jun 30, 2025 | -1.11 |
| Mar 31, 2025 | -5.01 |
| Dec 31, 2024 | -1.45 |
| Sep 30, 2024 | -1.67 |
| Jun 30, 2024 | -1.17 |
| Mar 31, 2024 | -2.20 |
| Dec 31, 2023 | 2.63 |
| Sep 30, 2023 | -2.32 |
| Jun 30, 2023 | -1.96 |
| Mar 31, 2023 | -2.39 |
| Dec 31, 2022 | 1.88 |
| Sep 30, 2022 | -2.08 |
| Jun 30, 2022 | -0.70 |
| Mar 31, 2022 | -1.25 |
Enlight Renewable Energy Interest Coverage Ratio 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=interest-coverage-ratio&ticker=ENLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=ENLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();