Eni Spa (EIPAF) Tax Provisions (2011 - 2026)
Eni Spa (EIPAF) posted Tax Provisions of -$1.5 billion for Q2 2026, down 61.81% on a QoQ basis from -$942.5 million in Q1 2026, and down 61.93% year-over-year from -$4.0 billion in Q2 2025.
Eni Spa (EIPAF) Tax Provisions (2011 - 2026) Analysis & Trends
Eni Spa has reported Tax Provisions for 14 years, with the latest figure at -$1.5 billion in Q2 2026.
- On a quarterly basis, Tax Provisions fell 61.93% year-over-year to -$1.5 billion in Q2 2026; TTM through Jun 2026 was -$3.8 billion, a 18.67% decrease from a year earlier, with the FY2025 full-year figure at -$3.4 billion, up 15.37% from the prior year.
- Tax Provisions was -$1.5 billion for Q2 2026 at Eni Spa, down from -$942.5 million in the prior quarter.
- The five-year high for Tax Provisions was $260.7 million in Q4 2024, with the low at -$8.3 billion in Q4 2022.
- Average Tax Provisions over 5 years is -$1.8 billion, with a median of -$1.4 billion recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Tax Provisions jumped 125.56% in 2024, then tumbled 171.88% in 2025.
- Over 5 years, Tax Provisions stood at -$8.3 billion in 2022, then soared by 87.64% to -$1.0 billion in 2023, then surged by 125.56% to $260.7 million in 2024, then slumped by 171.88% to -$187.4 million in 2025, then plunged by 713.73% to -$1.5 billion in 2026.
- The last three Tax Provisions figures came in at -$1.5 billion (Q2 2026), -$942.5 million (Q1 2026), and -$187.4 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.53 Bn |
| Mar 31, 2026 | -942.45 Mn |
| Dec 31, 2025 | -187.41 Mn |
| Sep 30, 2025 | -1.12 Bn |
| Jun 30, 2025 | -941.79 Mn |
| Mar 31, 2025 | -1.29 Bn |
| Dec 31, 2024 | 260.74 Mn |
| Sep 30, 2024 | -1.21 Bn |
| Jun 30, 2024 | -1.48 Bn |
| Mar 31, 2024 | -1.62 Bn |
| Dec 31, 2023 | -1.02 Bn |
| Sep 30, 2023 | -1.64 Bn |
| Jun 30, 2023 | -1.90 Bn |
| Mar 31, 2023 | -1.26 Bn |
| Dec 31, 2022 | -8.25 Bn |
| Sep 30, 2022 | -3.45 Bn |
| Jun 30, 2022 | -2.77 Bn |
| Mar 31, 2022 | -2.58 Bn |
| Dec 31, 2021 | -5.54 Bn |
| Sep 30, 2021 | -1.83 Bn |
Eni Spa Tax Provisions 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=tax-provisions&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();