Spire Inc (SR) Non Operating Income (2009 - 2014)
Spire's (SR) quarterly Non Operating Income came in at -$248000.0 in Q1 2014, down 118.51% year-over-year from $1.3 million in Q1 2013, and down 115.06% quarter-over-quarter from $1.6 million in Q4 2013.
Spire Inc (SR) Non Operating Income (2009 - 2014) Analysis & Trends
Spire (SR) has reported Non Operating Income for 6 consecutive years, with -$248000.0 the latest figure, recorded in Q1 2014.
- On a quarterly basis, Non Operating Income fell 118.51% year-over-year to -$248000.0 in Q1 2014; TTM through Mar 2014 was $1.4 million, a 40.19% decrease from a year earlier, with the FY2013 full-year figure at $2.4 million, down 25.31% from the prior year.
- Non Operating Income was -$248000.0 for Q1 2014 at Spire, down from $1.6 million in the prior quarter.
- Over five years, Non Operating Income peaked at $1.9 million in Q4 2011 and troughed at -$2.3 million in Q3 2011.
- A 5-year average of $519235.3 and a median of $451000.0 in 2012 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income slumped 263.02% in 2011 and soared 195.72% in 2012, its largest moves.
- Over 5 years, Non Operating Income stood at $1.8 million in 2010, then increased by 5.09% to $1.9 million in 2011, then plunged by 44.09% to $1.1 million in 2012, then soared by 51.94% to $1.6 million in 2013, then tumbled by 115.06% to -$248000.0 in 2014.
- The last three Non Operating Income figures came in at -$248000.0 (Q1 2014), $1.6 million (Q4 2013), and $420000.0 (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | -248,000.00 |
| Dec 31, 2013 | 1.65 Mn |
| Sep 30, 2013 | 420,000.00 |
| Jun 30, 2013 | -398,000.00 |
| Mar 31, 2013 | 1.34 Mn |
| Dec 31, 2012 | 1.08 Mn |
| Sep 30, 2012 | -499,000.00 |
| Jun 30, 2012 | 451,000.00 |
| Mar 31, 2012 | 1.38 Mn |
| Dec 31, 2011 | 1.94 Mn |
| Sep 30, 2011 | -2.29 Mn |
| Jun 30, 2011 | 157,000.00 |
| Mar 31, 2011 | 467,000.00 |
| Dec 31, 2010 | 1.85 Mn |
| Sep 30, 2010 | 1.41 Mn |
| Jun 30, 2010 | -191,000.00 |
| Mar 31, 2010 | 318,000.00 |
| Dec 31, 2009 | 1.59 Mn |
Spire Inc Non 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=non-operating-income&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-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=non-operating-income&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();