Eni Spa (EIPAF) Other Operating Expenses (2011 - 2026)
Eni Spa (EIPAF) posted Other Operating Expenses of $263.9 million for Q2 2026, up 141.13% on a QoQ basis from -$641.6 million in Q1 2026, and up 43.89% year-over-year from $183.4 million in Q2 2025.
Eni Spa (EIPAF) Other Operating Expenses (2011 - 2026) Analysis & Trends
Eni Spa has reported Other Operating Expenses for 14 years, with the latest figure at $263.9 million in Q2 2026.
- On a quarterly basis, Other Operating Expenses rose 43.89% year-over-year to $263.9 million in Q2 2026; TTM through Jun 2026 was -$138.7 million, a 248.16% decrease from a year earlier, with the FY2025 full-year figure at -$3.9 billion, down 915.69% from the prior year.
- Other Operating Expenses was $263.9 million for Q2 2026 at Eni Spa, up from -$641.6 million in the prior quarter.
- The five-year high for Other Operating Expenses was $3.4 billion in Q4 2022, with the low at -$1.3 billion in Q3 2022.
- Average Other Operating Expenses over 5 years is $34.5 million, with a median of -$33.4 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Other Operating Expenses slumped 28392.41% in 2022, then jumped 252.0% in 2025.
- Over 5 years, Other Operating Expenses stood at $3.4 billion in 2022, then tumbled by 86.79% to $445.4 million in 2023, then sank by 120.63% to -$91.9 million in 2024, then surged by 252.0% to $139.7 million in 2025, then jumped by 88.89% to $263.9 million in 2026.
- The last three Other Operating Expenses figures came in at $263.9 million (Q2 2026), -$641.6 million (Q1 2026), and $139.7 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 263.86 Mn |
| Mar 31, 2026 | -641.57 Mn |
| Dec 31, 2025 | 139.69 Mn |
| Sep 30, 2025 | 99.37 Mn |
| Jun 30, 2025 | 183.38 Mn |
| Mar 31, 2025 | 288.22 Mn |
| Dec 31, 2024 | -91.90 Mn |
| Sep 30, 2024 | -419.52 Mn |
| Jun 30, 2024 | -177.69 Mn |
| Mar 31, 2024 | -205.32 Mn |
| Dec 31, 2023 | 445.44 Mn |
| Sep 30, 2023 | 25.04 Mn |
| Jun 30, 2023 | 92.56 Mn |
| Mar 31, 2023 | -437.92 Mn |
| Dec 31, 2022 | 3.37 Bn |
| Sep 30, 2022 | -1.34 Bn |
| Jun 30, 2022 | -117.38 Mn |
| Mar 31, 2022 | -854.10 Mn |
| Dec 31, 2021 | 1.03 Bn |
| Sep 30, 2021 | -4.72 Mn |
Eni Spa Other Operating 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=other-operating-expenses&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-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=other-operating-expenses&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();