Eni Spa (EIPAF) Change in Intangibles (2015 - 2026)
Eni Spa (EIPAF) posted Change in Intangibles of $132.5 million for Q2 2026, up 1986.39% on a QoQ basis from -$7.0 million in Q1 2026, and up 964.2% year-over-year from $12.5 million in Q2 2025.
Eni Spa (EIPAF) Change in Intangibles (2015 - 2026) Analysis & Trends
Eni Spa has reported Change in Intangibles for 12 years, with the latest figure at $132.5 million in Q2 2026.
- On a quarterly basis, Change in Intangibles rose 964.2% year-over-year to $132.5 million in Q2 2026; TTM through Jun 2026 was $71.9 million, a 87.31% decrease from a year earlier, with the FY2025 full-year figure at -$37.3 million, up 94.06% from the prior year.
- Change in Intangibles was $132.5 million for Q2 2026 at Eni Spa, up from -$7.0 million in the prior quarter.
- The five-year high for Change in Intangibles was $640.9 million in Q1 2022, with the low at -$611.1 million in Q4 2022.
- Average Change in Intangibles over 5 years is $45.4 million, with a median of -$28.9 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Change in Intangibles jumped 10725.69% in 2022, then slumped 377.78% in 2023.
- Over 5 years, Change in Intangibles stood at -$611.1 million in 2022, then jumped by 194.19% to $575.6 million in 2023, then rose by 7.67% to $619.8 million in 2024, then slumped by 106.57% to -$40.7 million in 2025, then jumped by 425.24% to $132.5 million in 2026.
- The last three Change in Intangibles figures came in at $132.5 million (Q2 2026), -$7.0 million (Q1 2026), and -$40.7 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 132.51 Mn |
| Mar 31, 2026 | -7.02 Mn |
| Dec 31, 2025 | -40.74 Mn |
| Sep 30, 2025 | -12.86 Mn |
| Jun 30, 2025 | 12.45 Mn |
| Mar 31, 2025 | -3.16 Mn |
| Dec 31, 2024 | 619.79 Mn |
| Sep 30, 2024 | -62.60 Mn |
| Jun 30, 2024 | -75.38 Mn |
| Mar 31, 2024 | -35.85 Mn |
| Dec 31, 2023 | 575.63 Mn |
| Sep 30, 2023 | -92.53 Mn |
| Jun 30, 2023 | -112.16 Mn |
| Mar 31, 2023 | -34.35 Mn |
| Dec 31, 2022 | -611.13 Mn |
| Sep 30, 2022 | -52.43 Mn |
| Jun 30, 2022 | -23.48 Mn |
| Mar 31, 2022 | 640.85 Mn |
| Dec 31, 2021 | -442.72 Mn |
| Sep 30, 2021 | -82.55 Mn |
Eni Spa Change in Intangibles 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-intangibles&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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-intangibles&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();