Eni Spa (EIPAF) Dividends Paid - Common (2015 - 2026)
Eni Spa (EIPAF) posted Dividends Paid - Common of -$123.2 million for Q2 2026, down 426.2% on a QoQ basis from -$23.4 million in Q1 2026, and down 444.23% year-over-year from $35.8 million in Q2 2025.
Eni Spa (EIPAF) Dividends Paid - Common (2015 - 2026) Analysis & Trends
Eni Spa has reported Dividends Paid - Common for 12 years, with the latest figure at -$123.2 million in Q2 2026.
- On a quarterly basis, Dividends Paid - Common fell 444.23% year-over-year to -$123.2 million in Q2 2026; TTM through Jun 2026 was -$430.8 million, a 52.26% increase from a year earlier, with the FY2025 full-year figure at -$313.0 million, down 542.55% from the prior year.
- Dividends Paid - Common was -$123.2 million for Q2 2026 at Eni Spa, down from -$23.4 million in the prior quarter.
- The five-year high for Dividends Paid - Common was -$7.5 million in Q4 2023, with the low at -$848.5 million in Q4 2024.
- Average Dividends Paid - Common over 5 years is -$171.0 million, with a median of -$23.0 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Dividends Paid - Common surged 98.71% in 2023, then plunged 11165.43% in 2024.
- Over 5 years, Dividends Paid - Common stood at -$48.0 million in 2022, then jumped by 84.29% to -$7.5 million in 2023, then slumped by 11165.43% to -$848.5 million in 2024, then soared by 70.64% to -$249.1 million in 2025, then jumped by 50.54% to -$123.2 million in 2026.
- The last three Dividends Paid - Common figures came in at -$123.2 million (Q2 2026), -$23.4 million (Q1 2026), and -$249.1 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -123.21 Mn |
| Mar 31, 2026 | -23.41 Mn |
| Dec 31, 2025 | -249.11 Mn |
| Sep 30, 2025 | -35.07 Mn |
| Jun 30, 2025 | -22.64 Mn |
| Mar 31, 2025 | -13.67 Mn |
| Dec 31, 2024 | -848.46 Mn |
| Sep 30, 2024 | -17.57 Mn |
| Jun 30, 2024 | -15.08 Mn |
| Mar 31, 2024 | -16.30 Mn |
| Dec 31, 2023 | -7.53 Mn |
| Sep 30, 2023 | -9.80 Mn |
| Jun 30, 2023 | -21.78 Mn |
| Mar 31, 2023 | -821.11 Mn |
| Dec 31, 2022 | -47.95 Mn |
| Sep 30, 2022 | -757.21 Mn |
| Jun 30, 2022 | -13.87 Mn |
| Mar 31, 2022 | -33.67 Mn |
| Dec 31, 2021 | -9.15 Mn |
| Sep 30, 2021 | -1.78 Bn |
Eni Spa Dividends Paid - Common 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=dividends-paid-common&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();