Eni Spa (EIPAF) Depreciation & Amortization (CF) (2011 - 2026)
Eni Spa (EIPAF) posted Depreciation & Amortization (CF) of $2.0 billion for Q2 2026, up 4.37% on a QoQ basis from $1.9 billion in Q1 2026, and down 4.13% year-over-year from $2.1 billion in Q2 2025.
Eni Spa (EIPAF) Depreciation & Amortization (CF) (2011 - 2026) Analysis & Trends
Eni Spa has reported Depreciation & Amortization (CF) for 13 years, with the latest figure at $2.0 billion in Q2 2026.
- On a quarterly basis, Depreciation & Amortization (CF) fell 4.13% year-over-year to $2.0 billion in Q2 2026; TTM through Jun 2026 was $8.1 billion, a 2.37% increase from a year earlier, with the FY2025 full-year figure at $606.7 million, down 2.85% from the prior year.
- Depreciation & Amortization (CF) was $2.0 billion for Q2 2026 at Eni Spa, up from $1.9 billion in the prior quarter.
- The five-year high for Depreciation & Amortization (CF) was $2.2 billion in Q3 2025, with the low at $1.6 billion in Q2 2022.
- Average Depreciation & Amortization (CF) over 5 years is $2.0 billion, with a median of $2.0 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Depreciation & Amortization (CF) fell 17.38% in 2022, then gained 23.71% in 2023.
- Over 5 years, Depreciation & Amortization (CF) stood at $2.1 billion in 2022, then dropped by 0.13% to $2.1 billion in 2023, then declined by 6.34% to $2.0 billion in 2024, then rose by 5.38% to $2.1 billion in 2025, then fell by 6.15% to $2.0 billion in 2026.
- The last three Depreciation & Amortization (CF) figures came in at $2.0 billion (Q2 2026), $1.9 billion (Q1 2026), and $2.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.98 Bn |
| Mar 31, 2026 | 1.90 Bn |
| Dec 31, 2025 | 2.11 Bn |
| Sep 30, 2025 | 2.15 Bn |
| Jun 30, 2025 | 2.06 Bn |
| Mar 31, 2025 | 1.86 Bn |
| Dec 31, 2024 | 2.00 Bn |
| Sep 30, 2024 | 2.02 Bn |
| Jun 30, 2024 | 2.08 Bn |
| Mar 31, 2024 | 2.13 Bn |
| Dec 31, 2023 | 2.14 Bn |
| Sep 30, 2023 | 1.93 Bn |
| Jun 30, 2023 | 2.04 Bn |
| Mar 31, 2023 | 1.99 Bn |
| Dec 31, 2022 | 2.14 Bn |
| Sep 30, 2022 | 1.73 Bn |
| Jun 30, 2022 | 1.65 Bn |
| Mar 31, 2022 | 2.07 Bn |
| Dec 31, 2021 | 2.24 Bn |
| Sep 30, 2021 | 2.10 Bn |
Eni Spa Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();