Eni Spa (EIPAF) Income from Discontinued Operations (2014 - 2026)
Eni Spa (EIPAF) posted Income from Discontinued Operations of $3.1 billion for Q2 2026, up 111.55% on a QoQ basis from $1.5 billion in Q1 2026, and up 352.77% year-over-year from $686.0 million in Q2 2025.
Eni Spa (EIPAF) Income from Discontinued Operations (2014 - 2026) Analysis & Trends
Eni Spa has reported Income from Discontinued Operations for 7 years, with the latest figure at $3.1 billion in Q2 2026.
- On a quarterly basis, Income from Discontinued Operations rose 352.77% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was $7.1 billion, a 42.36% increase from a year earlier, with the FY2022 full-year figure at $111.7 million, changed N/A from the prior year.
- Income from Discontinued Operations was $3.1 billion for Q2 2026 at Eni Spa, up from $1.5 billion in the prior quarter.
- The five-year high for Income from Discontinued Operations was $3.1 billion in Q2 2026, with the low at $686.0 million in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.11 Bn |
| Mar 31, 2026 | 1.47 Bn |
| Jun 30, 2025 | 685.97 Mn |
| Mar 31, 2025 | 1.80 Bn |
| Dec 31, 2018 | 1.31 Mn |
| Dec 31, 2017 | 2.47 Bn |
| Sep 30, 2017 | 405.40 Mn |
| Jun 30, 2017 | 19.79 Mn |
| Mar 31, 2017 | 1.03 Bn |
| Dec 31, 2016 | -1.13 Bn |
| Sep 30, 2016 | -626.18 Mn |
| Jun 30, 2016 | -501.66 Mn |
| Mar 31, 2016 | -455.54 Mn |
| Dec 31, 2015 | -8.94 Bn |
| Sep 30, 2015 | -826.43 Mn |
| Jun 30, 2015 | 3.20 Bn |
| Dec 31, 2014 | -2.01 Bn |
Eni Spa Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();