Spire Inc (SR) Pension (2009 - 2014)
Spire's (SR) quarterly Pension came in at $224.0 million in Q1 2014, up 16.79% year-over-year from $191.8 million in Q1 2013, and down 2.33% quarter-over-quarter from $229.3 million in Q4 2013.
Spire Inc (SR) Pension (2009 - 2014) Analysis & Trends
Spire (SR) has reported Pension for 6 consecutive years, with $224.0 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Pension rose 16.79% year-over-year to $224.0 million in Q1 2014; TTM through Mar 2014 was $224.0 million, a 16.79% increase from a year earlier, with the FY2013 full-year figure at $228.7 million, up 16.33% from the prior year.
- Pension was $224.0 million for Q1 2014 at Spire, down from $229.3 million in the prior quarter.
- Over five years, Pension peaked at $229.3 million in Q4 2013 and troughed at $158.0 million in Q2 2012.
- A 5-year average of $197.2 million and a median of $196.8 million in 2011 frame the typical range for Pension.
- Across the five-year window, Pension fell 21.46% in 2012 and grew 17.44% in 2013, its largest moves.
- Over 5 years, Pension stood at $210.6 million in 2010, then fell by 17.97% to $172.8 million in 2011, then rose by 13.0% to $195.3 million in 2012, then increased by 17.44% to $229.3 million in 2013, then declined by 2.33% to $224.0 million in 2014.
- The last three Pension figures came in at $224.0 million (Q1 2014), $229.3 million (Q4 2013), and $228.7 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 223.97 Mn |
| Dec 31, 2013 | 229.31 Mn |
| Sep 30, 2013 | 228.65 Mn |
| Jun 30, 2013 | 181.69 Mn |
| Mar 31, 2013 | 191.78 Mn |
| Dec 31, 2012 | 195.26 Mn |
| Sep 30, 2012 | 196.56 Mn |
| Jun 30, 2012 | 158.01 Mn |
| Mar 31, 2012 | 163.94 Mn |
| Dec 31, 2011 | 172.79 Mn |
| Sep 30, 2011 | 185.70 Mn |
| Jun 30, 2011 | 196.76 Mn |
| Mar 31, 2011 | 208.73 Mn |
| Dec 31, 2010 | 210.64 Mn |
| Sep 30, 2010 | 207.61 Mn |
| Jun 30, 2010 | 199.56 Mn |
| Mar 31, 2010 | 201.64 Mn |
| Dec 31, 2009 | 201.66 Mn |
| Sep 30, 2009 | 202.68 Mn |
Spire Inc 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=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();