Eni Spa (EIPAF) Times Interest Earned (2011 - 2026)
Eni Spa (EIPAF) posted Times Interest Earned of 10.8 for Q2 2026, up 10.22% on a QoQ basis from 12.03 in Q1 2026, and down 108.86% year-over-year from 121.85 in Q2 2025.
Eni Spa (EIPAF) Times Interest Earned (2011 - 2026) Analysis & Trends
Eni Spa has reported Times Interest Earned for 15 years, with the latest figure at 10.8 in Q2 2026.
- On a quarterly basis, Times Interest Earned fell 108.86% year-over-year to 10.8 in Q2 2026; TTM through Jun 2026 was 12.51, a 77.08% decrease from a year earlier, with the FY2025 full-year figure at 10.06, down 1.69% from the prior year.
- Times Interest Earned was 10.8 for Q2 2026 at Eni Spa, up from 12.03 in the prior quarter.
- The five-year high for Times Interest Earned was 3.38 in Q4 2022, with the low at 21.18 in Q1 2022.
- Average Times Interest Earned over 5 years is 10.85, with a median of 11.42 recorded in 2026.
- The sharpest annual moves came in 2023 and 2025: Times Interest Earned slumped 399.36% in 2023, then surged 61.66% in 2025.
- Over 5 years, Times Interest Earned stood at 3.38 in 2022, then plunged by 399.36% to 10.11 in 2023, then jumped by 33.46% to 6.73 in 2024, then slumped by 153.64% to 17.07 in 2025, then surged by 36.71% to 10.8 in 2026.
- The last three Times Interest Earned figures came in at 10.8 (Q2 2026), 12.03 (Q1 2026), and 17.07 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.80 |
| Mar 31, 2026 | -12.03 |
| Dec 31, 2025 | -17.07 |
| Sep 30, 2025 | -8.03 |
| Jun 30, 2025 | -5.17 |
| Mar 31, 2025 | -7.66 |
| Dec 31, 2024 | -6.73 |
| Sep 30, 2024 | -10.06 |
| Jun 30, 2024 | -13.49 |
| Mar 31, 2024 | -12.57 |
| Dec 31, 2023 | -10.11 |
| Sep 30, 2023 | -10.50 |
| Jun 30, 2023 | -14.29 |
| Mar 31, 2023 | -12.46 |
| Dec 31, 2022 | 3.38 |
| Sep 30, 2022 | -12.75 |
| Jun 30, 2022 | -13.79 |
| Mar 31, 2022 | -21.18 |
| Dec 31, 2021 | 6.35 |
| Sep 30, 2021 | -20.17 |
Eni Spa Times Interest Earned 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=times-interest-earned&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "EIPAF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=times-interest-earned&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();