Eni Spa (EIPAF) Dividends Paid - Common Growth (5y) (2020 - 2026)
Analysis
Eni Spa (EIPAF) Dividends Paid - Common Growth (5y) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 34.27% |
| Dec 31, 2025 | -92.04% |
| Sep 30, 2025 | 41.08% |
| Jun 30, 2025 | 57.77% |
| Dec 31, 2024 | 23.97% |
| Sep 30, 2024 | 60.00% |
| Jun 30, 2024 | 60.92% |
| Dec 31, 2023 | 70.50% |
| Sep 30, 2023 | 64.58% |
| Jun 30, 2023 | -43.49% |
| Mar 31, 2023 | -267.28% |
| Dec 31, 2022 | 57.33% |
| Sep 30, 2022 | 14.86% |
| Jun 30, 2022 | -33.28% |
| Dec 31, 2021 | 68.83% |
| Sep 30, 2021 | -2.54% |
| Jun 30, 2021 | -194.69% |
| Dec 31, 2020 | 69.79% |
| Sep 30, 2020 | -89.87% |
API Access
Eni Spa Dividends Paid - Common Growth (5y) 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-growth-5y&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-5y", "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-growth-5y&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();