Eni Spa (EIPAF) Dividends Paid - Common Growth (1y) (2016 - 2026)
Analysis
Eni Spa (EIPAF) Dividends Paid - Common Growth (1y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -444.23% |
| Mar 31, 2026 | -71.23% |
| Dec 31, 2025 | 70.64% |
| Sep 30, 2025 | -99.59% |
| Jun 30, 2025 | -50.16% |
| Mar 31, 2025 | 16.08% |
| Dec 31, 2024 | -11,165.43% |
| Sep 30, 2024 | -79.35% |
| Jun 30, 2024 | 30.77% |
| Mar 31, 2024 | 98.02% |
| Dec 31, 2023 | 84.29% |
| Sep 30, 2023 | 98.71% |
| Jun 30, 2023 | -57.00% |
| Mar 31, 2023 | -2,338.68% |
| Dec 31, 2022 | -423.96% |
| Sep 30, 2022 | 57.51% |
| Jun 30, 2022 | 98.62% |
| Dec 31, 2021 | 4.05% |
| Sep 30, 2021 | -260.64% |
| Jun 30, 2021 | 40.44% |
API Access
Eni Spa Dividends Paid - Common Growth (1y) 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-1y&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-1y", "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-1y&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();