Spire Inc (SR) Non Operating Investment Income (2010 - 2012)
Spire's (SR) quarterly Non Operating Investment Income came in at $666000.0 in Q3 2012, up 149.12% year-over-year from $267346.4 in Q4 2011, and up 152.27% quarter-over-quarter from $264000.0 in Q2 2012.
Spire Inc (SR) Non Operating Investment Income (2010 - 2012) Analysis & Trends
Spire (SR) has reported Non Operating Investment Income for 3 consecutive years, with $666000.0 the latest figure, recorded in Q3 2012.
- On a quarterly basis, Non Operating Investment Income rose 149.12% year-over-year to $666000.0 in Q3 2012; TTM through Sep 2012 was $3.1 million, a 1588.65% increase from a year earlier, with the FY2012 full-year figure at $3.1 million, up 1588.65% from the prior year.
- Non Operating Investment Income was $666000.0 for Q3 2012 at Spire, up from $264000.0 in the prior quarter.
- Over five years, Non Operating Investment Income peaked at $1.2 million in Q1 2012 and troughed at -$1.4 million in Q3 2011.
- A 3-year average of $371600.0 and a median of $540000.0 in 2011 frame the typical range for Non Operating Investment Income.
- Across the five-year window, Non Operating Investment Income slumped 261.43% in 2011 and surged 198.46% in 2012, its largest moves.
- Over 3 years, Non Operating Investment Income stood at $737000.0 in 2010, then jumped by 39.76% to $1.0 million in 2011, then plunged by 35.34% to $666000.0 in 2012.
- The last three Non Operating Investment Income figures came in at $666000.0 (Q3 2012), $264000.0 (Q2 2012), and $1.2 million (Q1 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2012 | 666,000.00 |
| Jun 30, 2012 | 264,000.00 |
| Mar 31, 2012 | 1.16 Mn |
| Dec 31, 2011 | 1.03 Mn |
| Sep 30, 2011 | -1.36 Mn |
| Jun 30, 2011 | 414,000.00 |
| Mar 31, 2011 | 390,000.00 |
| Dec 31, 2010 | 737,000.00 |
| Sep 30, 2010 | 840,000.00 |
| Jun 30, 2010 | -433,000.00 |
Spire Inc Non Operating Investment 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-investment-income&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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-investment-income&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();