Eni Spa (EIPAF) Change in Receivables (2015 - 2026)
Eni Spa (EIPAF) posted Change in Receivables of $3.1 billion for Q2 2026, up 180.13% on a QoQ basis from -$3.9 billion in Q1 2026, and down 4.76% year-over-year from $3.2 billion in Q2 2025.
Eni Spa (EIPAF) Change in Receivables (2015 - 2026) Analysis & Trends
Eni Spa has reported Change in Receivables for 12 years, with the latest figure at $3.1 billion in Q2 2026.
- On a quarterly basis, Change in Receivables fell 4.76% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was -$110.4 million, a 104.74% decrease from a year earlier, with the FY2025 full-year figure at $1.2 billion, up 73.34% from the prior year.
- Change in Receivables was $3.1 billion for Q2 2026 at Eni Spa, up from -$3.9 billion in the prior quarter.
- The five-year high for Change in Receivables was $4.9 billion in Q2 2022, with the low at -$5.3 billion in Q1 2022.
- Average Change in Receivables over 5 years is $322.4 million, with a median of $345.4 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2026: Change in Receivables surged 1869.79% in 2022, then plunged 981.84% in 2026.
- Over 5 years, Change in Receivables stood at -$1.1 billion in 2022, then plunged by 114.38% to -$2.3 billion in 2023, then slumped by 38.04% to -$3.1 billion in 2024, then soared by 77.41% to -$706.6 million in 2025, then jumped by 537.59% to $3.1 billion in 2026.
- The last three Change in Receivables figures came in at $3.1 billion (Q2 2026), -$3.9 billion (Q1 2026), and -$706.6 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.09 Bn |
| Mar 31, 2026 | -3.86 Bn |
| Dec 31, 2025 | -706.57 Mn |
| Sep 30, 2025 | 1.36 Bn |
| Jun 30, 2025 | 3.25 Bn |
| Mar 31, 2025 | 437.58 Mn |
| Dec 31, 2024 | -3.13 Bn |
| Sep 30, 2024 | 1.77 Bn |
| Jun 30, 2024 | 2.39 Bn |
| Mar 31, 2024 | 253.12 Mn |
| Dec 31, 2023 | -2.27 Bn |
| Sep 30, 2023 | -669.48 Mn |
| Jun 30, 2023 | 2.65 Bn |
| Mar 31, 2023 | 3.88 Bn |
| Dec 31, 2022 | -1.06 Bn |
| Sep 30, 2022 | -1.18 Bn |
| Jun 30, 2022 | 4.86 Bn |
| Mar 31, 2022 | -5.28 Bn |
| Dec 31, 2021 | 9.02 Bn |
| Sep 30, 2021 | -1.23 Bn |
Eni Spa Change in Receivables 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-receivables&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();