Eni Spa (EIPAF) Cash from Investing Activities (2011 - 2026)
Eni Spa (EIPAF) posted Cash from Investing Activities of -$3.3 billion for Q2 2026, up 2.04% on a QoQ basis from -$3.3 billion in Q1 2026, and down 28.95% year-over-year from -$4.6 billion in Q2 2025.
Eni Spa (EIPAF) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Eni Spa has reported Cash from Investing Activities for 14 years, with the latest figure at -$3.3 billion in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 28.95% year-over-year to -$3.3 billion in Q2 2026; TTM through Jun 2026 was -$19.2 billion, a 12.43% decrease from a year earlier, with the FY2025 full-year figure at $3.4 billion, up 320.9% from the prior year.
- Cash from Investing Activities was -$3.3 billion for Q2 2026 at Eni Spa, up from -$3.3 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was $7.2 billion in Q4 2022, with the low at -$10.8 billion in Q4 2025.
- Average Cash from Investing Activities over 5 years is -$3.2 billion, with a median of -$2.4 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities soared 131.16% in 2022, then tumbled 398.48% in 2023.
- Over 5 years, Cash from Investing Activities stood at $7.2 billion in 2022, then slumped by 240.73% to -$10.1 billion in 2023, then decreased by 4.11% to -$10.5 billion in 2024, then dropped by 3.17% to -$10.8 billion in 2025, then jumped by 69.84% to -$3.3 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$3.3 billion (Q2 2026), -$3.3 billion (Q1 2026), and -$10.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.26 Bn |
| Mar 31, 2026 | -3.33 Bn |
| Dec 31, 2025 | -10.82 Bn |
| Sep 30, 2025 | -1.78 Bn |
| Jun 30, 2025 | -2.53 Bn |
| Mar 31, 2025 | -2.28 Bn |
| Dec 31, 2024 | -10.49 Bn |
| Sep 30, 2024 | -1.77 Bn |
| Jun 30, 2024 | -2.36 Bn |
| Mar 31, 2024 | -3.82 Bn |
| Dec 31, 2023 | -10.08 Bn |
| Sep 30, 2023 | -1.96 Bn |
| Jun 30, 2023 | -3.54 Bn |
| Mar 31, 2023 | -1.91 Bn |
| Dec 31, 2022 | 7.16 Bn |
| Sep 30, 2022 | -2.44 Bn |
| Jun 30, 2022 | -2.35 Bn |
| Mar 31, 2022 | 639.73 Mn |
| Dec 31, 2021 | 13.75 Bn |
| Sep 30, 2021 | -2.86 Bn |
Eni Spa Cash from Investing Activities 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-investing-activities&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();