Eni Spa (EIPAF) Asset Writedowns and Impairment (2011 - 2025)
Eni Spa (EIPAF) posted Asset Writedowns and Impairment of -$644.9 million for Q4 2025, down 593.66% on a QoQ basis from -$93.0 million in Q4 2024, and down 593.66% year-over-year from $130.6 million in Q4 2024.
Eni Spa (EIPAF) Asset Writedowns and Impairment (2011 - 2025) Analysis & Trends
Eni Spa has reported Asset Writedowns and Impairment for 6 years, with the latest figure at -$644.9 million in Q4 2025.
- On a quarterly basis, Asset Writedowns and Impairment fell 593.66% year-over-year to -$644.9 million in Q4 2025; TTM through Dec 2025 was -$2.5 billion, a 17.87% decrease from a year earlier, with the FY2025 full-year figure at -$625.9 million, down 564.71% from the prior year.
- Asset Writedowns and Impairment was -$644.9 million for Q4 2025 at Eni Spa, down from -$93.0 million in the prior quarter.
- The five-year high for Asset Writedowns and Impairment was -$93.0 million in Q4 2024, with the low at -$644.9 million in Q4 2025.
- Average Asset Writedowns and Impairment over 3 years is -$400.8 million, with a median of -$464.5 million recorded in 2021.
- The sharpest annual moves came in 2021 and 2025: Asset Writedowns and Impairment surged 63.11% in 2021, then plunged 593.66% in 2025.
- Over 3 years, Asset Writedowns and Impairment stood at -$464.5 million in 2021, then soared by 79.98% to -$93.0 million in 2024, then slumped by 593.66% to -$644.9 million in 2025.
- The last three Asset Writedowns and Impairment figures came in at -$644.9 million (Q4 2025), -$93.0 million (Q4 2024), and -$464.5 million (Q4 2021), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -644.88 Mn |
| Dec 31, 2024 | -92.97 Mn |
| Dec 31, 2021 | -464.45 Mn |
| Dec 31, 2020 | -1.26 Bn |
| Dec 31, 2018 | -271.65 Mn |
| Dec 31, 2011 | 1.38 Bn |
Eni Spa Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();