Eni Spa (EIPAF) Non-cash Items (2019 - 2026)
Eni Spa (EIPAF) posted Non-cash Items of -$1.6 billion for Q2 2026, up 55.77% on a QoQ basis from -$3.7 billion in Q4 2025, and down 36271.07% year-over-year from N/an in Q2 2025.
Eni Spa (EIPAF) Non-cash Items (2019 - 2026) Analysis & Trends
Eni Spa has reported Non-cash Items for 8 years, with the latest figure at -$1.6 billion in Q2 2026.
- On a quarterly basis, Non-cash Items fell 36271.07% year-over-year to -$1.6 billion in Q2 2026; TTM through Jun 2026 was -$5.3 billion, a 60.26% decrease from a year earlier, with the FY2025 full-year figure at $9.0 million, down 24.08% from the prior year.
- Non-cash Items was -$1.6 billion for Q2 2026 at Eni Spa, up from -$3.7 billion in the prior quarter.
- The five-year high for Non-cash Items was $228.1 million in Q1 2024, with the low at -$3.7 billion in Q4 2025.
- Average Non-cash Items over 5 years is -$629.5 million, with a median of $4.5 million recorded in 2025.
- The sharpest annual moves came in 2025 and 2026: Non-cash Items jumped 310.23% in 2025, then sank 36271.07% in 2026.
- Over 5 years, Non-cash Items stood at $32.6 million in 2022, then plunged by 5686.02% to -$1.8 billion in 2023, then plunged by 83.99% to -$3.4 billion in 2024, then fell by 10.35% to -$3.7 billion in 2025, then surged by 55.77% to -$1.6 billion in 2026.
- The last three Non-cash Items figures came in at -$1.6 billion (Q2 2026), -$3.7 billion (Q4 2025), and $8.2 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.64 Bn |
| Dec 31, 2025 | -3.70 Bn |
| Sep 30, 2025 | 8.18 Mn |
| Jun 30, 2025 | 4.53 Mn |
| Mar 31, 2025 | 1.05 Mn |
| Dec 31, 2024 | -3.36 Bn |
| Sep 30, 2024 | 25.26 Mn |
| Jun 30, 2024 | -2.15 Mn |
| Mar 31, 2024 | 228.14 Mn |
| Dec 31, 2023 | -1.82 Bn |
| Sep 30, 2023 | 7.62 Mn |
| Jun 30, 2023 | 19.60 Mn |
| Mar 31, 2023 | -265.12 Mn |
| Dec 31, 2022 | 32.65 Mn |
| Sep 30, 2022 | 52.43 Mn |
| Jun 30, 2022 | 30.94 Mn |
| Mar 31, 2022 | -325.48 Mn |
| Dec 31, 2021 | 1.12 Bn |
| Sep 30, 2021 | 37.74 Mn |
| Jun 30, 2021 | 25.29 Mn |
Eni Spa Non-cash Items 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=non-cash-items&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();