Eni Spa (EIPAF) Raw Materials (2018 - 2025)
Eni Spa (EIPAF) posted Raw Materials of $1.2 billion for Q4 2025, down 24.07% on a QoQ basis from $1.5 billion in Q4 2024, and down 24.07% year-over-year from $1.5 billion in Q4 2024.
Eni Spa (EIPAF) Raw Materials (2018 - 2025) Analysis & Trends
Eni Spa has reported Raw Materials for 8 years, with the latest figure at $1.2 billion in Q4 2025.
- On a quarterly basis, Raw Materials fell 24.07% year-over-year to $1.2 billion in Q4 2025; TTM through Dec 2025 was $1.2 billion, a 24.07% decrease from a year earlier, with the FY2025 full-year figure at $1.1 billion, down 27.24% from the prior year.
- Raw Materials was $1.2 billion for Q4 2025 at Eni Spa, down from $1.5 billion in the prior quarter.
- The five-year high for Raw Materials was $1.5 billion in Q4 2024, with the low at $1.1 billion in Q4 2021.
- Average Raw Materials over 5 years is $1.3 billion, with a median of $1.3 billion recorded in 2022.
- The sharpest annual moves came in 2021 and 2025: Raw Materials surged 36.04% in 2021, then dropped 24.07% in 2025.
- Over 5 years, Raw Materials stood at $1.1 billion in 2021, then increased by 9.41% to $1.3 billion in 2022, then climbed by 10.95% to $1.4 billion in 2023, then advanced by 10.39% to $1.5 billion in 2024, then decreased by 24.07% to $1.2 billion in 2025.
- The last three Raw Materials figures came in at $1.2 billion (Q4 2025), $1.5 billion (Q4 2024), and $1.4 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.17 Bn |
| Dec 31, 2024 | 1.53 Bn |
| Dec 31, 2023 | 1.39 Bn |
| Dec 31, 2022 | 1.25 Bn |
| Dec 31, 2021 | 1.15 Bn |
| Dec 31, 2020 | 841.76 Mn |
| Dec 31, 2019 | 1.05 Bn |
| Dec 31, 2018 | 1.01 Bn |
Eni Spa Raw Materials 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=raw-materials&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();