Spire Inc (SR) Dividends payables (2009 - 2014)
Spire's (SR) quarterly Dividends payables came in at $15.1 million in Q1 2014, up 49.95% year-over-year from $10.1 million in Q1 2013, and little changed quarter-over-quarter from $15.1 million in Q4 2013.
Spire Inc (SR) Dividends payables (2009 - 2014) Analysis & Trends
Spire (SR) has reported Dividends payables for 6 consecutive years, with $15.1 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Dividends payables rose 49.95% year-over-year to $15.1 million in Q1 2014; TTM through Mar 2014 was $15.1 million, a 49.95% increase from a year earlier, with the FY2013 full-year figure at $14.6 million, up 48.06% from the prior year.
- Dividends payables was $15.1 million for Q1 2014 at Spire, roughly flat from $15.1 million in the prior quarter.
- Over five years, Dividends payables peaked at $15.1 million in Q4 2013 and troughed at $8.9 million in Q3 2010.
- A 5-year average of $10.7 million and a median of $9.7 million in 2012 frame the typical range for Dividends payables.
- Across the five-year window, Dividends payables advanced 2.94% in 2010 and jumped 52.47% in 2013, its largest moves.
- Over 5 years, Dividends payables stood at $9.2 million in 2010, then gained by 4.69% to $9.6 million in 2011, then increased by 3.17% to $9.9 million in 2012, then surged by 52.47% to $15.1 million in 2013, then dropped by 0.39% to $15.1 million in 2014.
- The last three Dividends payables figures came in at $15.1 million (Q1 2014), $15.1 million (Q4 2013), and $14.6 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 15.08 Mn |
| Dec 31, 2013 | 15.14 Mn |
| Sep 30, 2013 | 14.56 Mn |
| Jun 30, 2013 | 14.45 Mn |
| Mar 31, 2013 | 10.06 Mn |
| Dec 31, 2012 | 9.93 Mn |
| Sep 30, 2012 | 9.83 Mn |
| Jun 30, 2012 | 9.66 Mn |
| Mar 31, 2012 | 9.70 Mn |
| Dec 31, 2011 | 9.63 Mn |
| Sep 30, 2011 | 9.36 Mn |
| Jun 30, 2011 | 9.28 Mn |
| Mar 31, 2011 | 9.24 Mn |
| Dec 31, 2010 | 9.20 Mn |
| Sep 30, 2010 | 8.94 Mn |
| Jun 30, 2010 | 8.98 Mn |
| Mar 31, 2010 | 8.96 Mn |
| Dec 31, 2009 | 8.93 Mn |
| Sep 30, 2009 | 8.69 Mn |
Spire Inc 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=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-payables", "ticker": "SR", "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=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();