Eni Spa (EIPAF) Finished Goods (2018 - 2022)
Eni Spa (EIPAF) posted Finished Goods of $5.1 billion for Q4 2022, up 28.2% on a QoQ basis from $3.9 billion in Q4 2021, and up 28.2% year-over-year from $3.9 billion in Q4 2021.
Eni Spa (EIPAF) Finished Goods (2018 - 2022) Analysis & Trends
Eni Spa has reported Finished Goods for 5 years, with the latest figure at $5.1 billion in Q4 2022.
- On a quarterly basis, Finished Goods rose 28.2% year-over-year to $5.1 billion in Q4 2022; TTM through Dec 2022 was $5.1 billion, a 28.2% increase from a year earlier, with the FY2022 full-year figure at $5.2 billion, up 32.43% from the prior year.
- Finished Goods was $5.1 billion for Q4 2022 at Eni Spa, up from $3.9 billion in the prior quarter.
- The five-year high for Finished Goods was $5.1 billion in Q4 2022, with the low at $1.9 billion in Q4 2020.
- Average Finished Goods over 5 years is $3.2 billion, with a median of $2.6 billion recorded in 2018.
- The sharpest annual moves came in 2020 and 2021: Finished Goods retreated 24.4% in 2020, then surged 106.62% in 2021.
- Over 5 years, Finished Goods stood at $2.6 billion in 2018, then slipped by 2.6% to $2.5 billion in 2019, then fell by 24.4% to $1.9 billion in 2020, then soared by 106.62% to $3.9 billion in 2021, then rose by 28.2% to $5.1 billion in 2022.
- The last three Finished Goods figures came in at $5.1 billion (Q4 2022), $3.9 billion (Q4 2021), and $1.9 billion (Q4 2020), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 5.06 Bn |
| Dec 31, 2021 | 3.95 Bn |
| Dec 31, 2020 | 1.91 Bn |
| Dec 31, 2019 | 2.53 Bn |
| Dec 31, 2018 | 2.60 Bn |
Eni Spa Finished Goods 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=finished-goods&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "finished-goods", "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=finished-goods&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();