Eni Spa (EIPAF) Non Operating Interest Expenses (2011 - 2026)
Eni Spa (EIPAF) posted Non Operating Interest Expenses of -$2.4 billion for Q2 2026, down 25.0% on a QoQ basis from -$1.9 billion in Q1 2026, and up 35.06% year-over-year from -$1.8 billion in Q2 2025.
Eni Spa (EIPAF) Non Operating Interest Expenses (2011 - 2026) Analysis & Trends
Eni Spa has reported Non Operating Interest Expenses for 15 years, with the latest figure at -$2.4 billion in Q2 2026.
- On a quarterly basis, Non Operating Interest Expenses rose 35.06% year-over-year to -$2.4 billion in Q2 2026; TTM through Jun 2026 was -$6.0 billion, a 50.87% increase from a year earlier, with the FY2025 full-year figure at -$9.2 billion, up 5.03% from the prior year.
- Non Operating Interest Expenses was -$2.4 billion for Q2 2026 at Eni Spa, down from -$1.9 billion in the prior quarter.
- The five-year high for Non Operating Interest Expenses was $9.5 billion in Q4 2022, with the low at -$3.7 billion in Q4 2024.
- Average Non Operating Interest Expenses over 5 years is -$1.6 billion, with a median of -$2.3 billion recorded in 2024.
- The largest YoY upside for Non Operating Interest Expenses was 97.43% in 2022 against a maximum downside of 165.29% in 2022.
- Over 5 years, Non Operating Interest Expenses stood at $9.5 billion in 2022, then slumped by 127.51% to -$2.6 billion in 2023, then tumbled by 42.39% to -$3.7 billion in 2024, then jumped by 62.31% to -$1.4 billion in 2025, then plunged by 70.78% to -$2.4 billion in 2026.
- The last three Non Operating Interest Expenses figures came in at -$2.4 billion (Q2 2026), -$1.9 billion (Q1 2026), and -$1.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.40 Bn |
| Mar 31, 2026 | -1.92 Bn |
| Dec 31, 2025 | -1.41 Bn |
| Sep 30, 2025 | -301.62 Mn |
| Jun 30, 2025 | -3.70 Bn |
| Mar 31, 2025 | -2.59 Bn |
| Dec 31, 2024 | -3.73 Bn |
| Sep 30, 2024 | -2.26 Bn |
| Jun 30, 2024 | -1.73 Bn |
| Mar 31, 2024 | -1.98 Bn |
| Dec 31, 2023 | -2.62 Bn |
| Sep 30, 2023 | -2.31 Bn |
| Jun 30, 2023 | -1.49 Bn |
| Mar 31, 2023 | -2.34 Bn |
| Dec 31, 2022 | 9.52 Bn |
| Sep 30, 2022 | -2.95 Bn |
| Jun 30, 2022 | -2.44 Bn |
| Mar 31, 2022 | -1.70 Bn |
| Dec 31, 2021 | 4.82 Bn |
| Sep 30, 2021 | -1.11 Bn |
Eni Spa Non Operating Interest 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=non-operating-interest-expenses&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();