Eni Spa (EIPAF) Tax Rate (2011 - 2026)
Eni Spa (EIPAF) posted Tax Rate of 32.93% for Q2 2026, up 66.05% on a QoQ basis from 96.99% in Q1 2026, and up 7279.0% year-over-year from 0.45% in Q2 2025.
Eni Spa (EIPAF) Tax Rate (2011 - 2026) Analysis & Trends
Eni Spa has reported Tax Rate for 14 years, with the latest figure at 32.93% in Q2 2026.
- On a quarterly basis, Tax Rate rose 7279.0% year-over-year to 32.93% in Q2 2026; TTM through Jun 2026 was 47.95%, a 4308.0% increase from a year earlier, with the FY2025 full-year figure at 52.27%, up 514.0% from the prior year.
- Tax Rate was 32.93% for Q2 2026 at Eni Spa, up from 96.99% in the prior quarter.
- The five-year high for Tax Rate was 554.55% in Q4 2024, with the low at 1825.73% in Q4 2022.
- Average Tax Rate over 5 years is 129.96%, with a median of 56.42% recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Tax Rate tumbled 172829 bps in 2022, then jumped 174344 bps in 2023.
- Over 5 years, Tax Rate stood at 1825.73% in 2022, then jumped by 95 bps to 82.29% in 2023, then surged by 774 bps to 554.55% in 2024, then tumbled by 110 bps to 54.03% in 2025, then soared by 39 bps to 32.93% in 2026.
- The last three Tax Rate figures came in at 32.93% (Q2 2026), 96.99% (Q1 2026), and 54.03% (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -32.93% |
| Mar 31, 2026 | -96.99% |
| Dec 31, 2025 | -54.03% |
| Sep 30, 2025 | -58.24% |
| Jun 30, 2025 | -105.72% |
| Mar 31, 2025 | -172.39% |
| Dec 31, 2024 | 554.55% |
| Sep 30, 2024 | -66.99% |
| Jun 30, 2024 | -66.46% |
| Mar 31, 2024 | -54.61% |
| Dec 31, 2023 | -82.29% |
| Sep 30, 2023 | -43.72% |
| Jun 30, 2023 | -84.74% |
| Mar 31, 2023 | -32.78% |
| Dec 31, 2022 | -1,825.73% |
| Sep 30, 2022 | -36.76% |
| Jun 30, 2022 | -40.50% |
| Mar 31, 2022 | -39.00% |
| Dec 31, 2021 | -97.45% |
| Sep 30, 2021 | -56.17% |
Eni Spa Tax Rate 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-rate&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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-rate&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();