Eni Spa (EIPAF) Dividends payables (2010 - 2014)
Eni Spa (EIPAF) posted Dividends payables of $5.1 billion for Q4 2014, down 6.72% on a QoQ basis from $5.4 billion in Q4 2013, and down 6.72% year-over-year from $5.4 billion in Q4 2013.
Eni Spa (EIPAF) Dividends payables (2010 - 2014) Analysis & Trends
Eni Spa has reported Dividends payables for 5 years, with the latest figure at $5.1 billion in Q4 2014.
- On a quarterly basis, Dividends payables fell 6.72% year-over-year to $5.1 billion in Q4 2014; TTM through Dec 2014 was $5.1 billion, a 6.72% decrease from a year earlier, with the FY2014 full-year figure at $5.4 billion, down 0.79% from the prior year.
- Dividends payables was $5.1 billion for Q4 2014 at Eni Spa, down from $5.4 billion in the prior quarter.
- The five-year high for Dividends payables was $5.4 billion in Q4 2013, with the low at $4.9 billion in Q4 2010.
- Average Dividends payables over 5 years is $5.1 billion, with a median of $5.1 billion recorded in 2012.
- The sharpest annual moves came in 2013 and 2014: Dividends payables grew 6.75% in 2013, then declined 6.72% in 2014.
- Over 5 years, Dividends payables stood at $4.9 billion in 2010, then increased by 3.24% to $5.1 billion in 2011, then decreased by 0.09% to $5.1 billion in 2012, then gained by 6.75% to $5.4 billion in 2013, then slipped by 6.72% to $5.1 billion in 2014.
- The last three Dividends payables figures came in at $5.1 billion (Q4 2014), $5.4 billion (Q4 2013), and $5.1 billion (Q4 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 5.05 Bn |
| Dec 31, 2013 | 5.42 Bn |
| Dec 31, 2012 | 5.07 Bn |
| Dec 31, 2011 | 5.08 Bn |
| Dec 31, 2010 | 4.92 Bn |
Eni Spa Dividends payables 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=dividends-payables&ticker=EIPAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-payables", "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=dividends-payables&ticker=EIPAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();