Eni Spa (EIPAF) Change in Accured Expenses (2014)
Eni Spa (EIPAF) posted Change in Accured Expenses of $96.7 billion for Q4 2014.
Analysis
Eni Spa (EIPAF) Change in Accured Expenses (2014) Analysis & Trends
Eni Spa has reported Change in Accured Expenses for 1 years, with the latest figure at $96.7 billion in Q4 2014.
Peer Set
Peer Comparison
API Access
Eni Spa Change in Accured Expenses 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=change-in-accured-expenses&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();