Eni Spa (EIPAF) Capital Expenditures (2011 - 2023)
Eni Spa (EIPAF) posted Capital Expenditures of -$2.3 billion for Q1 2023, down 48.57% on a QoQ basis from -$1.5 billion in Q1 2022, and down 48.57% year-over-year from -$4.4 billion in Q1 2022.
Eni Spa (EIPAF) Capital Expenditures (2011 - 2023) Analysis & Trends
Eni Spa has reported Capital Expenditures for 7 years, with the latest figure at -$2.3 billion in Q1 2023.
- On a quarterly basis, Capital Expenditures fell 48.57% year-over-year to -$2.3 billion in Q1 2023; TTM through Mar 2023 was -$23.9 billion, a 29.7% increase from a year earlier, with the FY2025 full-year figure at $9.8 billion, up 13.56% from the prior year.
- Capital Expenditures was -$2.3 billion for Q1 2023 at Eni Spa, down from -$1.5 billion in the prior quarter.
- The five-year high for Capital Expenditures was -$1.5 billion in Q1 2022, with the low at -$2.3 billion in Q1 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | -2.27 Bn |
| Mar 31, 2022 | -1.53 Bn |
| Dec 31, 2017 | -10.22 Bn |
| Dec 31, 2016 | -9.91 Bn |
| Dec 31, 2015 | -12.39 Bn |
| Dec 31, 2012 | 980.45 Mn |
| Oct 1, 2012 | 945.81 Mn |
| Dec 31, 2011 | 18.11 Bn |
Eni Spa Capital Expenditures 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=capital-expenditures&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();