Eni Spa (EIPAF) Shares Outstanding (2015 - 2026)
Eni Spa (EIPAF) posted Shares Outstanding (Entity) of $3.1 billion for Q4 2025, down 4.19% on a QoQ basis from $3.3 billion in Q4 2024, and down 4.19% year-over-year from $3.3 billion in Q4 2024.
Eni Spa (EIPAF) Shares Outstanding (2015 - 2026) Analysis & Trends
Eni Spa has reported Shares Outstanding (Entity) for 11 years, with the latest figure at $3.1 billion in Q4 2025.
- On a quarterly basis, Shares Outstanding (Entity) fell 4.19% year-over-year to $3.1 billion in Q4 2025; TTM through Dec 2025 was $3.1 billion, a 4.19% decrease from a year earlier, with the FY2025 full-year figure at $3.1 billion, down 4.19% from the prior year.
- Shares Outstanding (Entity) was $3.1 billion for Q4 2025 at Eni Spa, down from $3.3 billion in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $3.6 billion in Q4 2021, with the low at $3.1 billion in Q4 2025.
- Average Shares Outstanding (Entity) over 5 years is $3.4 billion, with a median of $3.4 billion recorded in 2023.
- The sharpest annual moves came in 2021 and 2023: Shares Outstanding (Entity) changed 0.0% in 2021, then dropped 5.48% in 2023.
- Over 5 years, Shares Outstanding (Entity) stood at $3.6 billion in 2021, then slipped by 0.95% to $3.6 billion in 2022, then slipped by 5.48% to $3.4 billion in 2023, then fell by 2.71% to $3.3 billion in 2024, then dropped by 4.19% to $3.1 billion in 2025.
- The last three Shares Outstanding (Entity) figures came in at $3.1 billion (Q4 2025), $3.3 billion (Q4 2024), and $3.4 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.02 Bn |
| Mar 31, 2026 | 3.02 Bn |
| Dec 31, 2025 | 3.02 Bn |
| Sep 30, 2025 | 3.17 Bn |
| Jun 30, 2025 | 3.17 Bn |
| Mar 31, 2025 | 3.17 Bn |
| Dec 31, 2024 | 3.17 Bn |
| Sep 30, 2024 | 3.30 Bn |
| Jun 30, 2024 | 3.30 Bn |
| Mar 31, 2024 | 3.30 Bn |
| Dec 31, 2023 | 3.30 Bn |
| Sep 30, 2023 | 3.48 Bn |
| Jun 30, 2023 | 3.48 Bn |
| Mar 31, 2023 | 3.48 Bn |
| Dec 31, 2022 | 3.48 Bn |
| Sep 30, 2022 | 3.57 Bn |
| Jun 30, 2022 | 3.57 Bn |
| Mar 31, 2022 | 3.57 Bn |
| Dec 31, 2021 | 3.57 Bn |
| Sep 30, 2021 | 3.57 Bn |
Eni Spa Shares Outstanding 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=shares-outstanding&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();