Eni Spa (EIPAF) Interest & Investment Income (2015 - 2026)
Eni Spa (EIPAF) posted Interest & Investment Income of $2.0 billion for Q2 2026, up 16.23% on a QoQ basis from $1.7 billion in Q1 2026, and down 42.73% year-over-year from $3.5 billion in Q2 2025.
Eni Spa (EIPAF) Interest & Investment Income (2015 - 2026) Analysis & Trends
Eni Spa has reported Interest & Investment Income for 12 years, with the latest figure at $2.0 billion in Q2 2026.
- On a quarterly basis, Interest & Investment Income fell 42.73% year-over-year to $2.0 billion in Q2 2026; TTM through Jun 2026 was $5.9 billion, a 47.18% decrease from a year earlier, with the FY2025 full-year figure at $8.1 billion, down 2.64% from the prior year.
- Interest & Investment Income was $2.0 billion for Q2 2026 at Eni Spa, up from $1.7 billion in the prior quarter.
- The five-year high for Interest & Investment Income was $3.5 billion in Q2 2025, with the low at $980.8 million in Q3 2025.
- Average Interest & Investment Income over 5 years is $2.1 billion, with a median of $2.0 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Interest & Investment Income soared 230.03% in 2022, then slumped 66.46% in 2025.
- Over 5 years, Interest & Investment Income stood at $2.4 billion in 2022, then advanced by 4.17% to $2.5 billion in 2023, then surged by 36.89% to $3.5 billion in 2024, then plunged by 66.46% to $1.2 billion in 2025, then surged by 73.95% to $2.0 billion in 2026.
- The last three Interest & Investment Income figures came in at $2.0 billion (Q2 2026), $1.7 billion (Q1 2026), and $1.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.02 Bn |
| Mar 31, 2026 | 1.74 Bn |
| Dec 31, 2025 | 1.16 Bn |
| Sep 30, 2025 | 980.84 Mn |
| Jun 30, 2025 | 3.52 Bn |
| Mar 31, 2025 | 2.36 Bn |
| Dec 31, 2024 | 3.46 Bn |
| Sep 30, 2024 | 1.81 Bn |
| Jun 30, 2024 | 1.50 Bn |
| Mar 31, 2024 | 1.56 Bn |
| Dec 31, 2023 | 2.53 Bn |
| Sep 30, 2023 | 2.04 Bn |
| Jun 30, 2023 | 1.29 Bn |
| Mar 31, 2023 | 2.15 Bn |
| Dec 31, 2022 | 2.42 Bn |
| Sep 30, 2022 | 2.64 Bn |
| Jun 30, 2022 | 2.35 Bn |
| Mar 31, 2022 | 1.40 Bn |
| Dec 31, 2021 | 1.18 Bn |
| Sep 30, 2021 | 1.01 Bn |
Eni Spa Interest & Investment Income 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=interest-and-investment-income&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();