Eni Spa (EIPAF) Treasury Shares (2010 - 2026)
Eni Spa (EIPAF) posted Treasury Shares of -$2.2 billion for Q2 2026, down 46.49% on a QoQ basis from -$1.5 billion in Q1 2026, and down 16.94% year-over-year from -$2.6 billion in Q2 2025.
Eni Spa (EIPAF) Treasury Shares (2010 - 2026) Analysis & Trends
Eni Spa has reported Treasury Shares for 14 years, with the latest figure at -$2.2 billion in Q2 2026.
- On a quarterly basis, Treasury Shares fell 16.94% year-over-year to -$2.2 billion in Q2 2026; TTM through Jun 2026 was -$2.2 billion, a 16.94% decrease from a year earlier, with the FY2025 full-year figure at -$3.1 billion, down 0.73% from the prior year.
- Treasury Shares was -$2.2 billion for Q2 2026 at Eni Spa, down from -$1.5 billion in the prior quarter.
- The five-year high for Treasury Shares was -$821.6 million in Q2 2022, with the low at -$3.2 billion in Q4 2025.
- Average Treasury Shares over 5 years is -$2.0 billion, with a median of -$1.8 billion recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Treasury Shares sank 193.19% in 2023, then jumped 54.48% in 2024.
- Over 5 years, Treasury Shares stood at -$3.0 billion in 2022, then climbed by 16.23% to -$2.5 billion in 2023, then declined by 22.73% to -$3.1 billion in 2024, then fell by 5.12% to -$3.2 billion in 2025, then soared by 33.17% to -$2.2 billion in 2026.
- The last three Treasury Shares figures came in at -$2.2 billion (Q2 2026), -$1.5 billion (Q1 2026), and -$3.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.16 Bn |
| Jun 30, 2026 | -2.16 Bn |
| Mar 31, 2026 | -1.48 Bn |
| Mar 31, 2026 | -1.48 Bn |
| Dec 31, 2025 | -3.24 Bn |
| Dec 31, 2025 | -3.24 Bn |
| Sep 30, 2025 | -2.56 Bn |
| Sep 30, 2025 | -2.56 Bn |
| Jun 30, 2025 | -1.85 Bn |
| Jun 30, 2025 | -1.85 Bn |
| Mar 31, 2025 | -1.40 Bn |
| Mar 31, 2025 | -1.40 Bn |
| Dec 31, 2024 | -3.08 Bn |
| Dec 31, 2024 | -3.08 Bn |
| Sep 30, 2024 | -2.28 Bn |
| Sep 30, 2024 | -2.28 Bn |
| Jun 30, 2024 | -1.62 Bn |
| Jun 30, 2024 | -1.62 Bn |
| Mar 31, 2024 | -1.44 Bn |
| Mar 31, 2024 | -1.44 Bn |
Eni Spa Treasury Shares 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=treasury-shares&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();