Eni Spa (EIPAF) Change in Cash (2011 - 2026)
Eni Spa (EIPAF) posted Change in Cash of -$419.6 million for Q2 2026, down 172.41% on a QoQ basis from $579.5 million in Q1 2026, and down 1953.48% year-over-year from $22.6 million in Q2 2025.
Eni Spa (EIPAF) Change in Cash (2011 - 2026) Analysis & Trends
Eni Spa has reported Change in Cash for 14 years, with the latest figure at -$419.6 million in Q2 2026.
- On a quarterly basis, Change in Cash fell 1953.48% year-over-year to -$419.6 million in Q2 2026; TTM through Jun 2026 was -$709.5 million, a 39.11% increase from a year earlier, with the FY2025 full-year figure at $268.9 million, up 112.29% from the prior year.
- Change in Cash was -$419.6 million for Q2 2026 at Eni Spa, down from $579.5 million in the prior quarter.
- The five-year high for Change in Cash was $5.8 billion in Q1 2022, with the low at -$2.7 billion in Q2 2022.
- Average Change in Cash over 5 years is $28.2 million, with a median of -$144.5 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Change in Cash jumped 610.42% in 2022, then tumbled 3960.09% in 2024.
- Over 5 years, Change in Cash stood at -$1.3 billion in 2022, then jumped by 150.68% to $680.0 million in 2023, then tumbled by 286.06% to -$1.3 billion in 2024, then jumped by 51.15% to -$618.1 million in 2025, then jumped by 32.11% to -$419.6 million in 2026.
- The last three Change in Cash figures came in at -$419.6 million (Q2 2026), $579.5 million (Q1 2026), and -$618.1 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -419.61 Mn |
| Mar 31, 2026 | 579.52 Mn |
| Dec 31, 2025 | -618.11 Mn |
| Sep 30, 2025 | -251.35 Mn |
| Jun 30, 2025 | 22.64 Mn |
| Mar 31, 2025 | 1.01 Bn |
| Dec 31, 2024 | -1.27 Bn |
| Sep 30, 2024 | -936.78 Mn |
| Jun 30, 2024 | 1.53 Bn |
| Mar 31, 2024 | -1.53 Bn |
| Dec 31, 2023 | 679.99 Mn |
| Sep 30, 2023 | -2.01 Bn |
| Jun 30, 2023 | 1.38 Bn |
| Mar 31, 2023 | -37.57 Mn |
| Dec 31, 2022 | -1.34 Bn |
| Sep 30, 2022 | 567.66 Mn |
| Jun 30, 2022 | -2.71 Bn |
| Mar 31, 2022 | 5.84 Bn |
| Dec 31, 2021 | 1.02 Bn |
| Sep 30, 2021 | -2.77 Bn |
Eni Spa Change in Cash 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=change-in-cash&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();