Spire Inc (SR) Net Income (2009 - 2014)
Spire's (SR) quarterly Net Income 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) Net Income (2009 - 2014) Analysis & Trends
Spire (SR) has reported Net Income for 6 consecutive years, with $52.2 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Net Income 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.
- Net Income was $52.2 million for Q1 2014 at Spire, up from $35.6 million in the prior quarter.
- Over five years, Net Income 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 Net Income.
- Across the five-year window, Net Income jumped 225.3% in 2011 and sank 1380.18% in 2013, its largest moves.
- Over 5 years, Net Income 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 Net Income 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 Net Income 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=net-income&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();