Eni Spa (EIPAF) Cash & Equivalents Growth (3y) (2014 - 2026)
Analysis
Eni Spa (EIPAF) Cash & Equivalents Growth (3y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.87% |
| Mar 31, 2026 | -3.66% |
| Dec 31, 2025 | -3.18% |
| Sep 30, 2025 | -3.39% |
| Jun 30, 2025 | -3.73% |
| Mar 31, 2025 | -13.97% |
| Dec 31, 2024 | -2.57% |
| Sep 30, 2024 | 5.81% |
| Jun 30, 2024 | -2.14% |
| Mar 31, 2024 | -2.22% |
| Dec 31, 2023 | -0.73% |
| Sep 30, 2023 | 9.00% |
| Jun 30, 2023 | 20.03% |
| Mar 31, 2023 | 39.41% |
| Dec 31, 2022 | 16.12% |
| Sep 30, 2022 | 32.89% |
| Jun 30, 2022 | -0.64% |
| Mar 31, 2022 | 9.04% |
| Dec 31, 2021 | -8.62% |
| Sep 30, 2021 | -10.25% |
API Access
Eni Spa Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();