Eni Spa (EIPAF) Other Non-Current Assets (2010 - 2026)
Eni Spa (EIPAF) posted Other Non-Current Assets of $1.7 billion for Q2 2026, down 66.59% on a QoQ basis from $5.2 billion in Q1 2026, and down 43.74% year-over-year from $3.1 billion in Q2 2025.
Eni Spa (EIPAF) Other Non-Current Assets (2010 - 2026) Analysis & Trends
Eni Spa has reported Other Non-Current Assets for 17 years, with the latest figure at $1.7 billion in Q2 2026.
- On a quarterly basis, Other Non-Current Assets fell 43.74% year-over-year to $1.7 billion in Q2 2026; TTM through Jun 2026 was $1.7 billion, a 43.74% decrease from a year earlier, with the FY2025 full-year figure at $3.2 billion, down 19.07% from the prior year.
- Other Non-Current Assets was $1.7 billion for Q2 2026 at Eni Spa, down from $5.2 billion in the prior quarter.
- The five-year high for Other Non-Current Assets was $32.1 billion in Q3 2022, with the low at $1.5 billion in Q2 2022.
- Average Other Non-Current Assets over 5 years is $6.6 billion, with a median of $4.1 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Other Non-Current Assets soared 609.89% in 2022, then sank 84.35% in 2023.
- Over 5 years, Other Non-Current Assets stood at $2.3 billion in 2022, then soared by 60.03% to $3.7 billion in 2023, then increased by 7.19% to $3.9 billion in 2024, then declined by 15.55% to $3.3 billion in 2025, then slumped by 47.31% to $1.7 billion in 2026.
- The last three Other Non-Current Assets figures came in at $1.7 billion (Q2 2026), $5.2 billion (Q1 2026), and $3.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.74 Bn |
| Mar 31, 2026 | 5.21 Bn |
| Dec 31, 2025 | 3.30 Bn |
| Sep 30, 2025 | 4.34 Bn |
| Jun 30, 2025 | 3.09 Bn |
| Mar 31, 2025 | 2.69 Bn |
| Dec 31, 2024 | 3.91 Bn |
| Sep 30, 2024 | 4.24 Bn |
| Jun 30, 2024 | 4.29 Bn |
| Mar 31, 2024 | 5.23 Bn |
| Dec 31, 2023 | 3.65 Bn |
| Sep 30, 2023 | 5.02 Bn |
| Jun 30, 2023 | 2.58 Bn |
| Mar 31, 2023 | 8.34 Bn |
| Dec 31, 2022 | 2.28 Bn |
| Sep 30, 2022 | 32.11 Bn |
| Jun 30, 2022 | 1.55 Bn |
| Mar 31, 2022 | 25.47 Bn |
| Dec 31, 2021 | 1.18 Bn |
| Sep 30, 2021 | 23.10 Bn |
Eni Spa Other Non-Current Assets 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=other-non-current-assets&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();