Eni Spa (EIPAF) Pension (2010 - 2018)
Eni Spa (EIPAF) posted Pension of -$1.3 billion for Q2 2018, down 5.53% on a QoQ basis from -$1.2 billion in Q4 2017, and down 31.23% year-over-year from -$1.8 billion in Q2 2017.
Eni Spa (EIPAF) Pension (2010 - 2018) Analysis & Trends
Eni Spa has reported Pension for 6 years, with the latest figure at -$1.3 billion in Q2 2018.
- On a quarterly basis, Pension fell 31.23% year-over-year to -$1.3 billion in Q2 2018; TTM through Jun 2018 was -$1.3 billion, a 31.23% decrease from a year earlier, with the FY2017 full-year figure at -$1.2 billion, down 25.23% from the prior year.
- Pension was -$1.3 billion for Q2 2018 at Eni Spa, down from -$1.2 billion in the prior quarter.
- The five-year high for Pension was -$937.2 million in Q4 2016, with the low at -$1.3 billion in Q2 2018.
- Average Pension over 4 years is -$1.1 billion, with a median of -$1.2 billion recorded in 2016.
- The sharpest annual moves came in 2016 and 2018: Pension grew 23.86% in 2016, then plunged 31.23% in 2018.
- Over 4 years, Pension stood at -$1.2 billion in 2015, then rose by 23.86% to -$937.2 million in 2016, then decreased by 28.4% to -$1.2 billion in 2017, then slipped by 5.53% to -$1.3 billion in 2018.
- The last three Pension figures came in at -$1.3 billion (Q2 2018), -$1.2 billion (Q4 2017), and -$967.6 million (Q2 2017), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2018 | -1.27 Bn |
| Dec 31, 2017 | -1.20 Bn |
| Jun 30, 2017 | -967.60 Mn |
| Dec 31, 2016 | -937.20 Mn |
| Sep 30, 2016 | -1.14 Bn |
| Jun 30, 2016 | -1.16 Bn |
| Dec 31, 2015 | -1.23 Bn |
| Dec 31, 2011 | 1.40 Bn |
| Dec 31, 2010 | -1.40 Bn |
Eni Spa Pension 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=pension&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();