Eni Spa (EIPAF) Divestments (2015 - 2026)
Eni Spa (EIPAF) posted Divestments of -$580.0 million for Q2 2026, down 5054.27% on a QoQ basis from $11.7 million in Q1 2026, and up 78.94% year-over-year from -$324.1 million in Q2 2025.
Eni Spa (EIPAF) Divestments (2015 - 2026) Analysis & Trends
Eni Spa has reported Divestments for 12 years, with the latest figure at -$580.0 million in Q2 2026.
- On a quarterly basis, Divestments rose 78.94% year-over-year to -$580.0 million in Q2 2026; TTM through Jun 2026 was -$3.7 billion, a 3.61% decrease from a year earlier, with the FY2025 full-year figure at -$2.4 billion, up 17.33% from the prior year.
- Divestments was -$580.0 million for Q2 2026 at Eni Spa, down from $11.7 million in the prior quarter.
- The five-year high for Divestments was $1.7 billion in Q4 2022, with the low at -$2.9 billion in Q3 2025.
- Average Divestments over 5 years is -$587.2 million, with a median of -$314.9 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Divestments tumbled 2753.28% in 2023, then soared 6565.11% in 2024.
- Over 5 years, Divestments stood at $1.7 billion in 2022, then tumbled by 182.32% to -$1.4 billion in 2023, then tumbled by 39.6% to -$1.9 billion in 2024, then jumped by 88.11% to -$228.2 million in 2025, then plunged by 154.22% to -$580.0 million in 2026.
- The last three Divestments figures came in at -$580.0 million (Q2 2026), $11.7 million (Q1 2026), and -$228.2 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -580.02 Mn |
| Mar 31, 2026 | 11.71 Mn |
| Dec 31, 2025 | -228.15 Mn |
| Sep 30, 2025 | -2.92 Bn |
| Jun 30, 2025 | -2.75 Bn |
| Mar 31, 2025 | 1.05 Mn |
| Dec 31, 2024 | -1.92 Bn |
| Sep 30, 2024 | 1.09 Bn |
| Jun 30, 2024 | -401.68 Mn |
| Mar 31, 2024 | -1.60 Bn |
| Dec 31, 2023 | -1.37 Bn |
| Sep 30, 2023 | 16.33 Mn |
| Jun 30, 2023 | -113.25 Mn |
| Mar 31, 2023 | -562.43 Mn |
| Dec 31, 2022 | 1.67 Bn |
| Sep 30, 2022 | -728.98 Mn |
| Jun 30, 2022 | 4.27 Mn |
| Mar 31, 2022 | -187.43 Mn |
| Dec 31, 2021 | 2.17 Bn |
| Sep 30, 2021 | -501.20 Mn |
Eni Spa Divestments 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=divestments&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();