Spire Inc (SR) Operating Income (2009 - 2014)
Spire's (SR) quarterly Operating Income came in at $87.2 million in Q1 2014, up 68.14% year-over-year from $51.8 million in Q1 2013, and up 38.59% quarter-over-quarter from $62.9 million in Q4 2013.
Spire Inc (SR) Operating Income (2009 - 2014) Analysis & Trends
Spire (SR) has reported Operating Income for 6 consecutive years, with $87.2 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Operating Income rose 68.14% year-over-year to $87.2 million in Q1 2014; TTM through Mar 2014 was $152.6 million, a 37.71% increase from a year earlier, with the FY2013 full-year figure at $96.5 million, down 12.76% from the prior year.
- Operating Income was $87.2 million for Q1 2014 at Spire, up from $62.9 million in the prior quarter.
- Over five years, Operating Income peaked at $87.2 million in Q1 2014 and troughed at -$9.7 million in Q3 2013.
- A 5-year average of $31.7 million and a median of $40.8 million in 2010 frame the typical range for Operating Income.
- Across the five-year window, Operating Income jumped 100.16% in 2011 and slumped 620.17% in 2013, its largest moves.
- Over 5 years, Operating Income stood at $40.8 million in 2010, then rose by 5.78% to $43.1 million in 2011, then declined by 2.37% to $42.1 million in 2012, then jumped by 49.47% to $62.9 million in 2013, then jumped by 38.59% to $87.2 million in 2014.
- The last three Operating Income figures came in at $87.2 million (Q1 2014), $62.9 million (Q4 2013), and -$9.7 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 87.18 Mn |
| Dec 31, 2013 | 62.91 Mn |
| Sep 30, 2013 | -9.72 Mn |
| Jun 30, 2013 | 12.28 Mn |
| Mar 31, 2013 | 51.85 Mn |
| Dec 31, 2012 | 42.09 Mn |
| Sep 30, 2012 | 1.87 Mn |
| Jun 30, 2012 | 15.05 Mn |
| Mar 31, 2012 | 50.58 Mn |
| Dec 31, 2011 | 43.11 Mn |
| Sep 30, 2011 | 1.80 Mn |
| Jun 30, 2011 | 25.75 Mn |
| Mar 31, 2011 | 49.94 Mn |
| Dec 31, 2010 | 40.75 Mn |
| Sep 30, 2010 | 1.07 Mn |
| Jun 30, 2010 | 12.87 Mn |
| Mar 31, 2010 | 50.27 Mn |
| Dec 31, 2009 | 40.66 Mn |
Spire Inc Operating 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=operating-income&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();