Eni Spa (EIPAF) Receivables - Other (2010 - 2018)
Eni Spa (EIPAF) posted Receivables - Other of $342.4 million for Q4 2018, down 93.58% on a QoQ basis from $5.3 billion in Q2 2018, and down 94.45% year-over-year from $6.2 billion in Q4 2017.
Eni Spa (EIPAF) Receivables - Other (2010 - 2018) Analysis & Trends
Eni Spa has reported Receivables - Other for 4 years, with the latest figure at $342.4 million in Q4 2018.
- On a quarterly basis, Receivables - Other fell 94.45% year-over-year to $342.4 million in Q4 2018; TTM through Dec 2018 was $342.4 million, a 94.45% decrease from a year earlier, with the FY2018 full-year figure at $342.4 million, down 94.45% from the prior year.
- Receivables - Other was $342.4 million for Q4 2018 at Eni Spa, down from $5.3 billion in the prior quarter.
- The five-year high for Receivables - Other was $6.3 billion in Q4 2016, with the low at $342.4 million in Q4 2018.
- Average Receivables - Other over 3 years is $4.8 billion, with a median of $5.8 billion recorded in 2017.
- The sharpest annual moves came in 2017 and 2018: Receivables - Other slipped 2.57% in 2017, then plunged 94.45% in 2018.
- Over 3 years, Receivables - Other stood at $6.3 billion in 2016, then dropped by 2.57% to $6.2 billion in 2017, then slumped by 94.45% to $342.4 million in 2018.
- The last three Receivables - Other figures came in at $342.4 million (Q4 2018), $5.3 billion (Q2 2018), and $6.2 billion (Q4 2017), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 342.42 Mn |
| Jun 30, 2018 | 5.34 Bn |
| Dec 31, 2017 | 6.17 Bn |
| Jun 30, 2017 | 5.79 Bn |
| Dec 31, 2016 | 6.33 Bn |
| Dec 31, 2010 | 7.70 Bn |
Eni Spa Receivables - Other 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=receivables-other&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();