Eni Spa (EIPAF) Construction in Progress (2018)
Eni Spa (EIPAF) posted Construction in Progress of $1.3 billion for Q4 2018.
Analysis
Eni Spa (EIPAF) Construction in Progress (2018) Analysis & Trends
Eni Spa has reported Construction in Progress for 1 years, with the latest figure at $1.3 billion in Q4 2018.
- On a quarterly basis, Construction in Progress changed N/A year-over-year to $1.3 billion in Q4 2018; TTM through Dec 2018 was $1.3 billion, a N/A change from a year earlier, with the FY2018 full-year figure at $1.3 billion, changed N/A from the prior year.
- Construction in Progress was $1.3 billion for Q4 2018 at Eni Spa.
- The five-year high for Construction in Progress was $1.3 billion in Q4 2018, with the low at $1.3 billion in Q4 2018.
Peer Set
Peer Comparison
API Access
Eni Spa Construction in Progress 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=construction-in-progress&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();