Eni Spa (EIPAF) Cash from Discontinued Operations (2015 - 2026)
Eni Spa (EIPAF) posted Cash from Discontinued Operations of $246.4 million for Q2 2026, down 63.65% on a QoQ basis from $677.9 million in Q1 2026, and up 256.88% year-over-year from $69.0 million in Q2 2025.
Eni Spa (EIPAF) Cash from Discontinued Operations (2015 - 2026) Analysis & Trends
Eni Spa has reported Cash from Discontinued Operations for 5 years, with the latest figure at $246.4 million in Q2 2026.
- On a quarterly basis, Cash from Discontinued Operations rose 256.88% year-over-year to $246.4 million in Q2 2026; TTM through Jun 2026 was $2.0 billion, a 48.99% decrease from a year earlier, with the FY2017 full-year figure at $8.7 billion, up 780.88% from the prior year.
- Cash from Discontinued Operations was $246.4 million for Q2 2026 at Eni Spa, down from $677.9 million in the prior quarter.
- The five-year high for Cash from Discontinued Operations was $1.0 billion in Q1 2025, with the low at $69.0 million in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 246.42 Mn |
| Mar 31, 2026 | 677.86 Mn |
| Jun 30, 2025 | 69.05 Mn |
| Mar 31, 2025 | 1.00 Bn |
| Dec 31, 2017 | -4.05 Bn |
| Sep 30, 2017 | 6.89 Bn |
| Jun 30, 2017 | -578.36 Mn |
| Mar 31, 2017 | 5.82 Bn |
| Dec 31, 2016 | 959.87 Mn |
| Sep 30, 2016 | 5.36 Bn |
| Jun 30, 2016 | -1.05 Bn |
| Mar 31, 2016 | 6.65 Bn |
| Dec 31, 2015 | -1.34 Bn |
| Sep 30, 2015 | -260.27 Mn |
Eni Spa Cash 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=cash-from-discontinued-operations&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();