Eni Spa (EIPAF) Operating Expenses (2011 - 2026)
Eni Spa (EIPAF) posted Operating Expenses of $22.1 million for Q2 2026, up 14.77% on a QoQ basis from $19.2 million in Q2 2025, and up 14.77% year-over-year from $19.2 million in Q2 2025.
Eni Spa (EIPAF) Operating Expenses (2011 - 2026) Analysis & Trends
Eni Spa has reported Operating Expenses for 13 years, with the latest figure at $22.1 million in Q2 2026.
- On a quarterly basis, Operating Expenses rose 14.77% year-over-year to $22.1 million in Q2 2026; TTM through Jun 2026 was $58.8 million, a 52.56% decrease from a year earlier, with the FY2025 full-year figure at -$79.4 billion, up 1.56% from the prior year.
- Operating Expenses was $22.1 million for Q2 2026 at Eni Spa, up from $19.2 million in the prior quarter.
- The five-year high for Operating Expenses was $22.1 million in Q2 2026, with the low at -$1.0 million in Q3 2022.
- Average Operating Expenses over 4 years is $14.7 million, with a median of $18.9 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Operating Expenses plunged 101.16% in 2022, then jumped 1935.42% in 2023.
- Over 4 years, Operating Expenses stood at -$1.0 million in 2022, then surged by 1935.42% to $18.5 million in 2023, then climbed by 3.98% to $19.2 million in 2025, then grew by 14.77% to $22.1 million in 2026.
- The last three Operating Expenses figures came in at $22.1 million (Q2 2026), $19.2 million (Q2 2025), and $18.5 million (Q3 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 22.08 Mn |
| Jun 30, 2025 | 19.24 Mn |
| Sep 30, 2023 | 18.51 Mn |
| Sep 30, 2022 | -1.01 Mn |
| Sep 30, 2021 | 87.27 Mn |
| Jun 30, 2020 | 67.19 Mn |
| Mar 31, 2020 | 29.81 Mn |
| Sep 30, 2019 | 25.59 Mn |
| Mar 31, 2018 | 82.31 Mn |
| Dec 31, 2017 | -2.34 Bn |
| Sep 30, 2017 | 35.25 Mn |
| Mar 31, 2017 | 89.49 Mn |
| Dec 31, 2016 | -13.82 Bn |
| Sep 30, 2016 | -12.67 Bn |
| Jun 30, 2016 | -13.00 Bn |
| Dec 31, 2015 | -14.49 Bn |
| Sep 30, 2015 | -14.97 Bn |
| Dec 31, 2012 | 1.40 Bn |
| Oct 1, 2012 | 1.25 Bn |
| Dec 31, 2011 | -1.72 Bn |
Eni Spa 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=operating-expenses&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=operating-expenses&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();