Eni Spa (EIPAF) Notes Payables (2010 - 2026)
Eni Spa (EIPAF) posted Notes Payables of -$1.4 billion for Q2 2026, up 7.52% on a QoQ basis from -$1.5 billion in Q1 2026, and down 51.28% year-over-year from -$2.8 billion in Q2 2025.
Eni Spa (EIPAF) Notes Payables (2010 - 2026) Analysis & Trends
Eni Spa has reported Notes Payables for 14 years, with the latest figure at -$1.4 billion in Q2 2026.
- On a quarterly basis, Notes Payables fell 51.28% year-over-year to -$1.4 billion in Q2 2026; TTM through Jun 2026 was -$1.4 billion, a 51.28% decrease from a year earlier, with the FY2025 full-year figure at -$1.8 billion, down 138.72% from the prior year.
- Notes Payables was -$1.4 billion for Q2 2026 at Eni Spa, up from -$1.5 billion in the prior quarter.
- The five-year high for Notes Payables was $4.5 billion in Q4 2022, with the low at -$5.3 billion in Q3 2022.
- Average Notes Payables over 5 years is -$477.9 million, with a median of -$846.3 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: Notes Payables jumped 115.53% in 2023, then sank 539.62% in 2025.
- Over 5 years, Notes Payables stood at $4.5 billion in 2022, then decreased by 2.94% to $4.4 billion in 2023, then increased by 2.86% to $4.5 billion in 2024, then slumped by 140.41% to -$1.8 billion in 2025, then increased by 24.85% to -$1.4 billion in 2026.
- The last three Notes Payables figures came in at -$1.4 billion (Q2 2026), -$1.5 billion (Q1 2026), and -$1.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.38 Bn |
| Mar 31, 2026 | -1.49 Bn |
| Dec 31, 2025 | -1.83 Bn |
| Sep 30, 2025 | -1.21 Bn |
| Jun 30, 2025 | -908.96 Mn |
| Mar 31, 2025 | -783.65 Mn |
| Dec 31, 2024 | 4.53 Bn |
| Sep 30, 2024 | -763.26 Mn |
| Jun 30, 2024 | 206.76 Mn |
| Mar 31, 2024 | 426.94 Mn |
| Dec 31, 2023 | 4.40 Bn |
| Sep 30, 2023 | -1.46 Bn |
| Jun 30, 2023 | 386.57 Mn |
| Mar 31, 2023 | 624.68 Mn |
| Dec 31, 2022 | 4.54 Bn |
| Sep 30, 2022 | -5.28 Bn |
| Jun 30, 2022 | -4.59 Bn |
| Mar 31, 2022 | -4.02 Bn |
| Dec 31, 2021 | 2.63 Bn |
| Sep 30, 2021 | -1.57 Bn |
Eni Spa Notes 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=notes-payables&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-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=notes-payables&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();