Spire Inc (SR) Income towards Parent Company (2009 - 2014)
Spire's (SR) quarterly Income towards Parent Company came in at $52.2 million in Q1 2014, up 72.67% year-over-year from $30.2 million in Q1 2013, and up 46.72% quarter-over-quarter from $35.6 million in Q4 2013.
Spire Inc (SR) Income towards Parent Company (2009 - 2014) Analysis & Trends
Spire (SR) has reported Income towards Parent Company for 6 consecutive years, with $52.2 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Income towards Parent Company rose 72.67% year-over-year to $52.2 million in Q1 2014; TTM through Mar 2014 was $84.8 million, a 33.29% increase from a year earlier, with the FY2013 full-year figure at $52.8 million, down 15.78% from the prior year.
- Income towards Parent Company was $52.2 million for Q1 2014 at Spire, up from $35.6 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at $52.2 million in Q1 2014 and troughed at -$9.6 million in Q3 2013.
- A 5-year average of $17.5 million and a median of $23.4 million in 2010 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company jumped 225.3% in 2011 and sank 1380.18% in 2013, its largest moves.
- Over 5 years, Income towards Parent Company stood at $23.4 million in 2010, then rose by 7.72% to $25.2 million in 2011, then climbed by 1.57% to $25.6 million in 2012, then jumped by 39.21% to $35.6 million in 2013, then soared by 46.72% to $52.2 million in 2014.
- The last three Income towards Parent Company figures came in at $52.2 million (Q1 2014), $35.6 million (Q4 2013), and -$9.6 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 52.22 Mn |
| Dec 31, 2013 | 35.59 Mn |
| Sep 30, 2013 | -9.64 Mn |
| Jun 30, 2013 | 6.59 Mn |
| Mar 31, 2013 | 30.24 Mn |
| Dec 31, 2012 | 25.57 Mn |
| Sep 30, 2012 | -651,000.00 |
| Jun 30, 2012 | 8.43 Mn |
| Mar 31, 2012 | 29.68 Mn |
| Dec 31, 2011 | 25.17 Mn |
| Sep 30, 2011 | -2.83 Mn |
| Jun 30, 2011 | 15.39 Mn |
| Mar 31, 2011 | 27.89 Mn |
| Dec 31, 2010 | 23.37 Mn |
| Sep 30, 2010 | -1.60 Mn |
| Jun 30, 2010 | 4.73 Mn |
| Mar 31, 2010 | 28.02 Mn |
| Dec 31, 2009 | 22.89 Mn |
Spire Inc Income towards Parent Company 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=income-towards-parent-company&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();