Eni Spa (EIPAF) Amortizatization of Intangibles (2019 - 2024)
Eni Spa (EIPAF) posted Amortizatization of Intangibles of -$5.3 million for Q4 2024, down 74.56% on a QoQ basis from -$3.1 million in Q4 2022.
Eni Spa (EIPAF) Amortizatization of Intangibles (2019 - 2024) Analysis & Trends
Eni Spa has reported Amortizatization of Intangibles for 4 years, with the latest figure at -$5.3 million in Q4 2024.
- On a quarterly basis, Amortizatization of Intangibles changed N/A year-over-year to -$5.3 million in Q4 2024; TTM through Dec 2024 was -$23.8 million, a N/A change from a year earlier, with the FY2024 full-year figure at -$5.4 million, changed N/A from the prior year.
- Amortizatization of Intangibles was -$5.3 million for Q4 2024 at Eni Spa, down from -$3.1 million in the prior quarter.
- The five-year high for Amortizatization of Intangibles was $2.3 million in Q4 2021, with the low at -$5.3 million in Q4 2024.
- Average Amortizatization of Intangibles over 3 years is -$2.0 million, with a median of -$3.1 million recorded in 2022.
- The largest YoY upside for Amortizatization of Intangibles was 233.78% in 2022 against a maximum downside of 233.78% in 2022.
- Over 3 years, Amortizatization of Intangibles stood at $2.3 million in 2021, then plunged by 233.78% to -$3.1 million in 2022, then plunged by 74.56% to -$5.3 million in 2024.
- The last three Amortizatization of Intangibles figures came in at -$5.3 million (Q4 2024), -$3.1 million (Q4 2022), and $2.3 million (Q4 2021), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -5.34 Mn |
| Dec 31, 2022 | -3.06 Mn |
| Dec 31, 2021 | 2.29 Mn |
| Dec 31, 2019 | -17.71 Mn |
Eni Spa Amortizatization of 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=amortizatization-of-intangibles&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-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=amortizatization-of-intangibles&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();