Eni Spa (EIPAF) Cash from Operations (2011 - 2026)
Eni Spa (EIPAF) posted Cash from Operations of $5.0 billion for Q2 2026, up 197.09% on a QoQ basis from $1.7 billion in Q1 2026, and up 24.67% year-over-year from $4.0 billion in Q2 2025.
Eni Spa (EIPAF) Cash from Operations (2011 - 2026) Analysis & Trends
Eni Spa has reported Cash from Operations for 14 years, with the latest figure at $5.0 billion in Q2 2026.
- On a quarterly basis, Cash from Operations rose 24.67% year-over-year to $5.0 billion in Q2 2026; TTM through Jun 2026 was $15.3 billion, a 12.06% increase from a year earlier, with the FY2025 full-year figure at $6.3 billion, up 7.8% from the prior year.
- Cash from Operations was $5.0 billion for Q2 2026 at Eni Spa, up from $1.7 billion in the prior quarter.
- The five-year high for Cash from Operations was $5.6 billion in Q3 2022, with the low at $1.7 billion in Q1 2026.
- Average Cash from Operations over 5 years is $3.9 billion, with a median of $3.9 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Cash from Operations jumped 109.49% in 2022, then tumbled 35.38% in 2024.
- Over 5 years, Cash from Operations stood at $4.7 billion in 2022, then fell by 4.14% to $4.5 billion in 2023, then declined by 13.89% to $3.9 billion in 2024, then jumped by 30.9% to $5.1 billion in 2025, then retreated by 1.98% to $5.0 billion in 2026.
- The last three Cash from Operations figures came in at $5.0 billion (Q2 2026), $1.7 billion (Q1 2026), and $5.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.96 Bn |
| Mar 31, 2026 | 1.67 Bn |
| Dec 31, 2025 | 5.06 Bn |
| Sep 30, 2025 | 3.60 Bn |
| Jun 30, 2025 | 3.98 Bn |
| Mar 31, 2025 | 2.51 Bn |
| Dec 31, 2024 | 3.87 Bn |
| Sep 30, 2024 | 3.29 Bn |
| Jun 30, 2024 | 4.92 Bn |
| Mar 31, 2024 | 2.07 Bn |
| Dec 31, 2023 | 4.49 Bn |
| Sep 30, 2023 | 3.83 Bn |
| Jun 30, 2023 | 4.84 Bn |
| Mar 31, 2023 | 3.20 Bn |
| Dec 31, 2022 | 4.69 Bn |
| Sep 30, 2022 | 5.63 Bn |
| Jun 30, 2022 | 4.46 Bn |
| Mar 31, 2022 | 3.48 Bn |
| Dec 31, 2021 | 6.68 Bn |
| Sep 30, 2021 | 3.46 Bn |
Eni Spa Cash from 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-operations&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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-operations&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();