Eni Spa (EIPAF) Profit After Tax (2011 - 2026)
Eni Spa (EIPAF) posted Profit After Tax of -$180.2 million for Q2 2026, up 10.01% on a QoQ basis from -$200.2 million in Q1 2026, and down 270.15% year-over-year from $105.9 million in Q2 2025.
Eni Spa (EIPAF) Profit After Tax (2011 - 2026) Analysis & Trends
Eni Spa has reported Profit After Tax for 15 years, with the latest figure at -$180.2 million in Q2 2026.
- On a quarterly basis, Profit After Tax fell 270.15% year-over-year to -$180.2 million in Q2 2026; TTM through Jun 2026 was $1.3 billion, a 77.7% increase from a year earlier, with the FY2025 full-year figure at $3.1 billion, up 4.16% from the prior year.
- Profit After Tax was -$180.2 million for Q2 2026 at Eni Spa, up from -$200.2 million in the prior quarter.
- The five-year high for Profit After Tax was $5.9 billion in Q3 2022, with the low at -$200.2 million in Q1 2026.
- Average Profit After Tax over 5 years is $1.3 billion, with a median of $640.5 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2026: Profit After Tax soared 1242.8% in 2022, then sank 270.15% in 2026.
- Over 5 years, Profit After Tax stood at $683.6 million in 2022, then slumped by 67.89% to $219.5 million in 2023, then surged by 40.21% to $307.8 million in 2024, then slumped by 48.18% to $159.5 million in 2025, then plunged by 212.98% to -$180.2 million in 2026.
- The last three Profit After Tax figures came in at -$180.2 million (Q2 2026), -$200.2 million (Q1 2026), and $159.5 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -180.17 Mn |
| Mar 31, 2026 | -200.20 Mn |
| Dec 31, 2025 | 159.47 Mn |
| Sep 30, 2025 | 1.54 Bn |
| Jun 30, 2025 | -48.67 Mn |
| Mar 31, 2025 | -115.71 Mn |
| Dec 31, 2024 | 307.76 Mn |
| Sep 30, 2024 | 597.43 Mn |
| Jun 30, 2024 | 748.44 Mn |
| Mar 31, 2024 | 1.34 Bn |
| Dec 31, 2023 | 219.49 Mn |
| Sep 30, 2023 | 2.11 Bn |
| Jun 30, 2023 | 341.92 Mn |
| Mar 31, 2023 | 2.58 Bn |
| Dec 31, 2022 | 683.57 Mn |
| Sep 30, 2022 | 5.93 Bn |
| Jun 30, 2022 | 4.08 Bn |
| Mar 31, 2022 | 4.03 Bn |
| Dec 31, 2021 | 4.03 Bn |
| Sep 30, 2021 | 1.42 Bn |
Eni Spa Profit After Tax 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=profit-after-tax&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();