Eni Spa (EIPAF) Other Non Operating Income (2015 - 2026)
Eni Spa (EIPAF) posted Other Non Operating Income of $70.9 million for Q2 2026, up 216.47% on a QoQ basis from -$60.9 million in Q1 2026, and up 2187.94% year-over-year from $3.1 million in Q2 2025.
Eni Spa (EIPAF) Other Non Operating Income (2015 - 2026) Analysis & Trends
Eni Spa has reported Other Non Operating Income for 12 years, with the latest figure at $70.9 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 2187.94% year-over-year to $70.9 million in Q2 2026; TTM through Jun 2026 was -$1.7 million, a 101.31% decrease from a year earlier, with the FY2025 full-year figure at -$90.4 million, down 130.04% from the prior year.
- Other Non Operating Income was $70.9 million for Q2 2026 at Eni Spa, up from -$60.9 million in the prior quarter.
- The five-year high for Other Non Operating Income was $269.3 million in Q4 2024, with the low at -$77.9 million in Q2 2022.
- Average Other Non Operating Income over 5 years is $9.0 million, with a median of -$10.1 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2026: Other Non Operating Income sank 1588.05% in 2024, then surged 2187.94% in 2026.
- Over 5 years, Other Non Operating Income stood at -$68.4 million in 2022, then advanced by 16.58% to -$57.0 million in 2023, then surged by 572.23% to $269.3 million in 2024, then sank by 96.54% to $9.3 million in 2025, then jumped by 661.4% to $70.9 million in 2026.
- The last three Other Non Operating Income figures came in at $70.9 million (Q2 2026), -$60.9 million (Q1 2026), and $9.3 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 70.90 Mn |
| Mar 31, 2026 | -60.88 Mn |
| Dec 31, 2025 | 9.31 Mn |
| Sep 30, 2025 | -21.04 Mn |
| Jun 30, 2025 | -3.40 Mn |
| Mar 31, 2025 | -70.48 Mn |
| Dec 31, 2024 | 269.29 Mn |
| Sep 30, 2024 | -64.79 Mn |
| Jun 30, 2024 | 45.23 Mn |
| Mar 31, 2024 | 46.71 Mn |
| Dec 31, 2023 | -57.02 Mn |
| Sep 30, 2023 | 4.35 Mn |
| Jun 30, 2023 | 4.36 Mn |
| Mar 31, 2023 | -17.17 Mn |
| Dec 31, 2022 | -68.36 Mn |
| Sep 30, 2022 | 169.39 Mn |
| Jun 30, 2022 | -77.90 Mn |
| Mar 31, 2022 | -16.84 Mn |
| Dec 31, 2021 | -350.06 Mn |
| Sep 30, 2021 | -67.22 Mn |
Eni Spa Other Non Operating Income 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=other-non-operating-income&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();