Eni Spa (EIPAF) Goodwill (2016 - 2025)
Eni Spa (EIPAF) posted Goodwill of $3.7 billion for Q4 2025, up 8.83% on a QoQ basis from $3.4 billion in Q4 2024, and up 8.83% year-over-year from $3.4 billion in Q4 2024.
Eni Spa (EIPAF) Goodwill (2016 - 2025) Analysis & Trends
Eni Spa has reported Goodwill for 10 years, with the latest figure at $3.7 billion in Q4 2025.
- On a quarterly basis, Goodwill rose 8.83% year-over-year to $3.7 billion in Q4 2025; TTM through Dec 2025 was $3.7 billion, a 8.83% increase from a year earlier, with the FY2025 full-year figure at $3.6 billion, up 4.29% from the prior year.
- Goodwill was $3.7 billion for Q4 2025 at Eni Spa, up from $3.4 billion in the prior quarter.
- The five-year high for Goodwill was $3.7 billion in Q4 2025, with the low at $3.2 billion in Q4 2022.
- Average Goodwill over 5 years is $3.4 billion, with a median of $3.4 billion recorded in 2023.
- The sharpest annual moves came in 2021 and 2022: Goodwill jumped 111.72% in 2021, then retreated 2.21% in 2022.
- Over 5 years, Goodwill stood at $3.3 billion in 2021, then slipped by 2.21% to $3.2 billion in 2022, then gained by 5.29% to $3.4 billion in 2023, then grew by 0.4% to $3.4 billion in 2024, then gained by 8.83% to $3.7 billion in 2025.
- The last three Goodwill figures came in at $3.7 billion (Q4 2025), $3.4 billion (Q4 2024), and $3.4 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.68 Bn |
| Dec 31, 2024 | 3.38 Bn |
| Dec 31, 2023 | 3.37 Bn |
| Dec 31, 2022 | 3.20 Bn |
| Dec 31, 2021 | 3.27 Bn |
| Dec 31, 2020 | 1.55 Bn |
| Dec 31, 2019 | 1.40 Bn |
| Dec 31, 2018 | 1.47 Bn |
| Dec 31, 2017 | 1.42 Bn |
| Dec 31, 2016 | 1.43 Bn |
Eni Spa Goodwill 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=goodwill&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();