Eni Spa (EIPAF) Asset Utilization Ratio (2016 - 2026)
Eni Spa (EIPAF) posted Asset Utilization Ratio of 0.57 for Q2 2026, up 3.97% on a QoQ basis from 0.55 in Q1 2026, and down 0.95% year-over-year from 0.58 in Q2 2025.
Eni Spa (EIPAF) Asset Utilization Ratio (2016 - 2026) Analysis & Trends
Eni Spa has reported Asset Utilization Ratio for 11 years, with the latest figure at 0.57 in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio fell 0.95% year-over-year to 0.57 in Q2 2026; TTM through Jun 2026 was 0.57, a 0.95% decrease from a year earlier, with the FY2025 full-year figure at 0.6, down 4.48% from the prior year.
- Asset Utilization Ratio was 0.57 for Q2 2026 at Eni Spa, up from 0.55 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 1.05 in Q1 2023, with the low at 0.55 in Q1 2026.
- Average Asset Utilization Ratio over 5 years is 0.7, with a median of 0.64 recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Asset Utilization Ratio surged 84.94% in 2022, then sank 40.03% in 2024.
- Over 5 years, Asset Utilization Ratio stood at 1.0 in 2022, then plunged by 33.03% to 0.67 in 2023, then slipped by 4.68% to 0.64 in 2024, then declined by 12.76% to 0.56 in 2025, then rose by 2.96% to 0.57 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.57 (Q2 2026), 0.55 (Q1 2026), and 0.56 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.57 |
| Mar 31, 2026 | 0.55 |
| Dec 31, 2025 | 0.56 |
| Sep 30, 2025 | 0.57 |
| Jun 30, 2025 | 0.58 |
| Mar 31, 2025 | 0.61 |
| Dec 31, 2024 | 0.64 |
| Sep 30, 2024 | 0.64 |
| Jun 30, 2024 | 0.64 |
| Mar 31, 2024 | 0.63 |
| Dec 31, 2023 | 0.67 |
| Sep 30, 2023 | 0.71 |
| Jun 30, 2023 | 0.79 |
| Mar 31, 2023 | 1.05 |
| Dec 31, 2022 | 1.00 |
| Sep 30, 2022 | 0.86 |
| Jun 30, 2022 | 0.78 |
| Mar 31, 2022 | 0.73 |
| Dec 31, 2021 | 0.66 |
| Sep 30, 2021 | 0.49 |
Eni Spa Asset Utilization Ratio 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-utilization-ratio&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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-utilization-ratio&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();