Eni Spa (EIPAF) Change in Working Capital (2011 - 2023)
Eni Spa (EIPAF) posted Change in Working Capital of -$314.5 million for Q1 2023, up 89.24% on a QoQ basis from -$2.9 billion in Q1 2022, and up 89.24% year-over-year from -$166.2 million in Q1 2022.
Eni Spa (EIPAF) Change in Working Capital (2011 - 2023) Analysis & Trends
Eni Spa has reported Change in Working Capital for 6 years, with the latest figure at -$314.5 million in Q1 2023.
- On a quarterly basis, Change in Working Capital rose 89.24% year-over-year to -$314.5 million in Q1 2023; TTM through Mar 2023 was $737.7 million, a 88.28% decrease from a year earlier, with the FY2010 full-year figure at -$2.3 billion, changed N/A from the prior year.
- Change in Working Capital was -$314.5 million for Q1 2023 at Eni Spa, up from -$2.9 billion in the prior quarter.
- The five-year high for Change in Working Capital was -$314.5 million in Q1 2023, with the low at -$2.9 billion in Q1 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | -314.49 Mn |
| Mar 31, 2022 | -2.92 Bn |
| Dec 31, 2017 | 1.70 Bn |
| Dec 31, 2016 | 2.28 Bn |
| Dec 31, 2015 | 5.24 Bn |
| Dec 31, 2011 | 2.93 Bn |
Eni Spa Change in Working Capital 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=change-in-working-capital&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-working-capital", "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=change-in-working-capital&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();