Eni Spa (EIPAF) Other Working Capital Changes (2015 - 2026)
Eni Spa (EIPAF) posted Other Working Capital Changes of -$2.4 billion for Q2 2026, down 68407.32% on a QoQ basis from $3.5 million in Q1 2026, and down 1957.7% year-over-year from $129.1 million in Q2 2025.
Eni Spa (EIPAF) Other Working Capital Changes (2015 - 2026) Analysis & Trends
Eni Spa has reported Other Working Capital Changes for 12 years, with the latest figure at -$2.4 billion in Q2 2026.
- On a quarterly basis, Other Working Capital Changes fell 1957.7% year-over-year to -$2.4 billion in Q2 2026; TTM through Jun 2026 was -$3.1 billion, a 1152.5% decrease from a year earlier, with the FY2025 full-year figure at -$1.4 billion, down 8.28% from the prior year.
- Other Working Capital Changes was -$2.4 billion for Q2 2026 at Eni Spa, down from $3.5 million in the prior quarter.
- The five-year high for Other Working Capital Changes was $3.2 billion in Q4 2025, with the low at -$2.9 billion in Q1 2022.
- Average Other Working Capital Changes over 5 years is $70.7 million, with a median of $76.6 million recorded in 2025.
- The largest YoY upside for Other Working Capital Changes was 1174.79% in 2022 against a maximum downside of 23450.12% in 2022.
- Over 5 years, Other Working Capital Changes stood at $2.8 billion in 2022, then slumped by 126.62% to -$753.2 million in 2023, then jumped by 77.58% to -$168.8 million in 2024, then sank by 255.06% to -$599.5 million in 2025, then slumped by 300.2% to -$2.4 billion in 2026.
- The last three Other Working Capital Changes figures came in at -$2.4 billion (Q2 2026), $3.5 million (Q1 2026), and -$599.5 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 312.68 Mn |
| Jun 30, 2026 | 312.68 Mn |
| Mar 31, 2026 | -950.65 Mn |
| Mar 31, 2026 | -950.65 Mn |
| Dec 31, 2025 | 3.18 Bn |
| Dec 31, 2025 | 3.18 Bn |
| Sep 30, 2025 | 227.97 Mn |
| Sep 30, 2025 | 227.97 Mn |
| Jun 30, 2025 | 1.33 Bn |
| Jun 30, 2025 | 1.33 Bn |
| Mar 31, 2025 | -74.68 Mn |
| Mar 31, 2025 | -74.68 Mn |
| Dec 31, 2024 | 1.37 Bn |
| Dec 31, 2024 | 1.37 Bn |
| Sep 30, 2024 | 1.43 Bn |
| Sep 30, 2024 | 1.43 Bn |
| Jun 30, 2024 | 890.59 Mn |
| Jun 30, 2024 | 890.59 Mn |
| Mar 31, 2024 | -2.03 Bn |
| Mar 31, 2024 | -2.03 Bn |
Eni Spa Other Working Capital Changes 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-working-capital-changes&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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-working-capital-changes&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();