Eni Spa (EIPAF) Change in Account Payables (2015 - 2026)
Eni Spa (EIPAF) posted Change in Account Payables of -$1.7 billion for Q2 2026, down 143.25% on a QoQ basis from $3.9 billion in Q1 2026, and up 4.16% year-over-year from -$1.6 billion in Q2 2025.
Eni Spa (EIPAF) Change in Account Payables (2015 - 2026) Analysis & Trends
Eni Spa has reported Change in Account Payables for 12 years, with the latest figure at -$1.7 billion in Q2 2026.
- On a quarterly basis, Change in Account Payables rose 4.16% year-over-year to -$1.7 billion in Q2 2026; TTM through Jun 2026 was $515.1 million, a 196.52% increase from a year earlier, with the FY2025 full-year figure at -$1.3 billion, down 1118.2% from the prior year.
- Change in Account Payables was -$1.7 billion for Q2 2026 at Eni Spa, down from $3.9 billion in the prior quarter.
- The five-year high for Change in Account Payables was $3.9 billion in Q1 2026, with the low at -$6.8 billion in Q1 2023.
- Average Change in Account Payables over 5 years is -$730.9 million, with a median of -$960.9 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2026: Change in Account Payables sank 695.93% in 2022, then surged 507.98% in 2026.
- Over 5 years, Change in Account Payables stood at $1.6 billion in 2022, then sank by 431.14% to -$5.2 billion in 2023, then soared by 168.39% to $3.5 billion in 2024, then tumbled by 127.39% to -$972.0 million in 2025, then sank by 72.45% to -$1.7 billion in 2026.
- The last three Change in Account Payables figures came in at -$1.7 billion (Q2 2026), $3.9 billion (Q1 2026), and -$972.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.68 Bn |
| Mar 31, 2026 | 3.88 Bn |
| Dec 31, 2025 | -971.98 Mn |
| Sep 30, 2025 | -711.95 Mn |
| Jun 30, 2025 | -1.75 Bn |
| Mar 31, 2025 | -949.85 Mn |
| Dec 31, 2024 | 3.55 Bn |
| Sep 30, 2024 | -1.38 Bn |
| Jun 30, 2024 | -228.30 Mn |
| Mar 31, 2024 | -1.89 Bn |
| Dec 31, 2023 | -5.19 Bn |
| Sep 30, 2023 | 831.68 Mn |
| Jun 30, 2023 | -2.33 Bn |
| Mar 31, 2023 | -6.76 Bn |
| Dec 31, 2022 | 1.57 Bn |
| Sep 30, 2022 | 1.40 Bn |
| Jun 30, 2022 | -3.61 Bn |
| Mar 31, 2022 | 3.07 Bn |
| Dec 31, 2021 | 5.80 Bn |
| Sep 30, 2021 | 1.95 Bn |
Eni Spa Change in Account Payables 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-account-payables&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();