Spire Inc (SR) Long-Term Investments (2009 - 2014)
Spire's (SR) quarterly Long-Term Investments came in at $284.1 million in Q1 2014, up 386.82% year-over-year from $58.4 million in Q1 2013, and down 6.48% quarter-over-quarter from $303.8 million in Q4 2013.
Spire Inc (SR) Long-Term Investments (2009 - 2014) Analysis & Trends
Spire (SR) has reported Long-Term Investments for 6 consecutive years, with $284.1 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Long-Term Investments rose 386.82% year-over-year to $284.1 million in Q1 2014; TTM through Mar 2014 was $284.1 million, a 386.82% increase from a year earlier, with the FY2013 full-year figure at $313.1 million, up 451.06% from the prior year.
- Long-Term Investments was $284.1 million for Q1 2014 at Spire, down from $303.8 million in the prior quarter.
- Over five years, Long-Term Investments peaked at $313.1 million in Q3 2013 and troughed at $53.3 million in Q1 2010.
- A 5-year average of $99.8 million and a median of $57.4 million in 2012 frame the typical range for Long-Term Investments.
- The widest YoY moves for Long-Term Investments: up 451.06% in 2013, down 2.93% in 2013.
- Over 5 years, Long-Term Investments stood at $55.0 million in 2010, then increased by 3.48% to $57.0 million in 2011, then advanced by 0.81% to $57.4 million in 2012, then soared by 429.16% to $303.8 million in 2013, then fell by 6.48% to $284.1 million in 2014.
- The last three Long-Term Investments figures came in at $284.1 million (Q1 2014), $303.8 million (Q4 2013), and $313.1 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 284.14 Mn |
| Dec 31, 2013 | 303.84 Mn |
| Sep 30, 2013 | 313.08 Mn |
| Jun 30, 2013 | 59.23 Mn |
| Mar 31, 2013 | 58.37 Mn |
| Dec 31, 2012 | 57.42 Mn |
| Sep 30, 2012 | 56.81 Mn |
| Jun 30, 2012 | 61.02 Mn |
| Mar 31, 2012 | 59.14 Mn |
| Dec 31, 2011 | 56.96 Mn |
| Sep 30, 2011 | 55.37 Mn |
| Jun 30, 2011 | 56.89 Mn |
| Mar 31, 2011 | 57.90 Mn |
| Dec 31, 2010 | 55.04 Mn |
| Sep 30, 2010 | 54.78 Mn |
| Jun 30, 2010 | 53.56 Mn |
| Mar 31, 2010 | 53.27 Mn |
| Dec 31, 2009 | 50.44 Mn |
| Sep 30, 2009 | 49.03 Mn |
Spire Inc Long-Term Investments 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=long-term-investments&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();