Eni Spa (EIPAF) Net Income (2011 - 2026)
Eni Spa (EIPAF) posted Net Income of $9.3 billion for Q2 2026, up 173.83% on a QoQ basis from $3.4 billion in Q1 2026, and up 267.73% year-over-year from $2.5 billion in Q2 2025.
Eni Spa (EIPAF) Net Income (2011 - 2026) Analysis & Trends
Eni Spa has reported Net Income for 15 years, with the latest figure at $9.3 billion in Q2 2026.
- On a quarterly basis, Net Income rose 267.73% year-over-year to $9.3 billion in Q2 2026; TTM through Jun 2026 was $16.2 billion, a 77.1% increase from a year earlier, with the FY2025 full-year figure at $9.9 billion, down 10.09% from the prior year.
- Net Income was $9.3 billion for Q2 2026 at Eni Spa, up from $3.4 billion in the prior quarter.
- The five-year high for Net Income was $12.8 billion in Q3 2022, with the low at -$213.7 million in Q4 2024.
- Average Net Income over 5 years is $5.0 billion, with a median of $4.0 billion recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Net Income sank 109.46% in 2024, then jumped 350.0% in 2025.
- Over 5 years, Net Income stood at $8.7 billion in 2022, then plunged by 74.04% to $2.3 billion in 2023, then tumbled by 109.46% to -$213.7 million in 2024, then surged by 350.0% to $534.3 million in 2025, then soared by 1633.44% to $9.3 billion in 2026.
- The last three Net Income figures came in at $9.3 billion (Q2 2026), $3.4 billion (Q1 2026), and $534.3 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.26 Bn |
| Mar 31, 2026 | 3.38 Bn |
| Dec 31, 2025 | 534.30 Mn |
| Sep 30, 2025 | 3.04 Bn |
| Jun 30, 2025 | 2.52 Bn |
| Mar 31, 2025 | 3.83 Bn |
| Dec 31, 2024 | -213.72 Mn |
| Sep 30, 2024 | 3.02 Bn |
| Jun 30, 2024 | 3.71 Bn |
| Mar 31, 2024 | 4.58 Bn |
| Dec 31, 2023 | 2.26 Bn |
| Sep 30, 2023 | 5.38 Bn |
| Jun 30, 2023 | 4.14 Bn |
| Mar 31, 2023 | 5.10 Bn |
| Dec 31, 2022 | 8.70 Bn |
| Sep 30, 2022 | 12.83 Bn |
| Jun 30, 2022 | 9.62 Bn |
| Mar 31, 2022 | 9.18 Bn |
| Dec 31, 2021 | 11.23 Bn |
| Sep 30, 2021 | 5.08 Bn |
Eni Spa Net 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=net-income&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();