Eni Spa (EIPAF) Dividends Paid - Common (QoQ) (2015 - 2026)
Analysis
Eni Spa (EIPAF) Dividends Paid - Common (QoQ) (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -426.20% |
| Mar 31, 2026 | 90.60% |
| Dec 31, 2025 | -610.28% |
| Sep 30, 2025 | -54.92% |
| Jun 30, 2025 | -65.56% |
| Mar 31, 2025 | 98.39% |
| Dec 31, 2024 | -4,728.64% |
| Sep 30, 2024 | -16.55% |
| Jun 30, 2024 | 7.48% |
| Mar 31, 2024 | -116.36% |
| Dec 31, 2023 | 23.13% |
| Sep 30, 2023 | 55.01% |
| Jun 30, 2023 | 97.35% |
| Mar 31, 2023 | -1,612.36% |
| Dec 31, 2022 | 93.67% |
| Sep 30, 2022 | -5,358.68% |
| Jun 30, 2022 | 58.80% |
| Mar 31, 2022 | -267.91% |
| Dec 31, 2021 | 99.49% |
| Sep 30, 2021 | -77.42% |
API Access
Eni Spa Dividends Paid - Common (QoQ) 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-qoq&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-qoq", "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-qoq&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();