Eni Spa (EIPAF) Other financing activities (2011 - 2026)
Eni Spa (EIPAF) posted Other financing activities of -$650.9 million for Q2 2026, down 92.38% on a QoQ basis from -$338.3 million in Q1 2026, and down 105.37% year-over-year from $12.1 billion in Q2 2025.
Eni Spa (EIPAF) Other financing activities (2011 - 2026) Analysis & Trends
Eni Spa has reported Other financing activities for 8 years, with the latest figure at -$650.9 million in Q2 2026.
- On a quarterly basis, Other financing activities fell 105.37% year-over-year to -$650.9 million in Q2 2026; TTM through Jun 2026 was -$2.4 billion, a 6.07% decrease from a year earlier, with the FY2025 full-year figure at -$2.1 billion, up 1.63% from the prior year.
- Other financing activities was -$650.9 million for Q2 2026 at Eni Spa, down from -$338.3 million in the prior quarter.
- The five-year high for Other financing activities was $6.7 million in Q1 2022, with the low at -$1.2 billion in Q4 2022.
- Average Other financing activities over 5 years is -$571.4 million, with a median of -$626.0 million recorded in 2024.
- The largest YoY upside for Other financing activities was 102.12% in 2022 against a maximum downside of 722.3% in 2022.
- Over 5 years, Other financing activities stood at -$1.2 billion in 2022, then soared by 31.93% to -$850.0 million in 2023, then slipped by 10.13% to -$936.1 million in 2024, then grew by 16.68% to -$779.9 million in 2025, then gained by 16.54% to -$650.9 million in 2026.
- The last three Other financing activities figures came in at -$650.9 million (Q2 2026), -$338.3 million (Q1 2026), and -$779.9 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -650.92 Mn |
| Mar 31, 2026 | -338.35 Mn |
| Dec 31, 2025 | -779.91 Mn |
| Sep 30, 2025 | -654.67 Mn |
| Jun 30, 2025 | -316.95 Mn |
| Mar 31, 2025 | -406.03 Mn |
| Dec 31, 2024 | -936.09 Mn |
| Sep 30, 2024 | -625.99 Mn |
| Jun 30, 2024 | -180.92 Mn |
| Mar 31, 2024 | -432.37 Mn |
| Dec 31, 2023 | -849.99 Mn |
| Sep 30, 2023 | -660.77 Mn |
| Jun 30, 2023 | -442.10 Mn |
| Dec 31, 2022 | -1.25 Bn |
| Sep 30, 2022 | -989.12 Mn |
| Jun 30, 2022 | -208.08 Mn |
| Mar 31, 2022 | 6.73 Mn |
| Dec 31, 2021 | -340.90 Mn |
| Sep 30, 2021 | -120.29 Mn |
| Mar 31, 2021 | -317.24 Mn |
Eni Spa Other financing activities 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-financing-activities&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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-financing-activities&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();