Spire Inc (SR) Cash from Investing Activities (2009 - 2014)
Spire's (SR) quarterly Cash from Investing Activities came in at -$14.1 million in Q1 2014, up 61.08% year-over-year from -$8.7 million in Q1 2013, and up 42.18% quarter-over-quarter from -$24.3 million in Q4 2013.
Spire Inc (SR) Cash from Investing Activities (2009 - 2014) Analysis & Trends
Spire (SR) has reported Cash from Investing Activities for 6 consecutive years, with -$14.1 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Cash from Investing Activities rose 61.08% year-over-year to -$14.1 million in Q1 2014; TTM through Mar 2014 was -$1.1 billion, a 744.28% decrease from a year earlier, with the FY2013 full-year figure at -$1.1 billion, down 951.48% from the prior year.
- Cash from Investing Activities was -$14.1 million for Q1 2014 at Spire, up from -$24.3 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$14.1 million in Q1 2014 and troughed at -$1.0 billion in Q3 2013.
- A 5-year average of -$80.5 million and a median of -$20.0 million in 2011 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities slumped 3604.38% in 2013 and surged 61.08% in 2014, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$14.6 million in 2010, then declined by 27.28% to -$18.6 million in 2011, then plunged by 54.2% to -$28.7 million in 2012, then increased by 15.27% to -$24.3 million in 2013, then surged by 42.18% to -$14.1 million in 2014.
- The last three Cash from Investing Activities figures came in at -$14.1 million (Q1 2014), -$24.3 million (Q4 2013), and -$1.0 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | -14.06 Mn |
| Dec 31, 2013 | -24.32 Mn |
| Sep 30, 2013 | -1.01 Bn |
| Jun 30, 2013 | -34.54 Mn |
| Mar 31, 2013 | -36.13 Mn |
| Dec 31, 2012 | -28.70 Mn |
| Sep 30, 2012 | -27.24 Mn |
| Jun 30, 2012 | -36.07 Mn |
| Mar 31, 2012 | -23.48 Mn |
| Dec 31, 2011 | -18.61 Mn |
| Sep 30, 2011 | -20.03 Mn |
| Jun 30, 2011 | -15.72 Mn |
| Mar 31, 2011 | -16.64 Mn |
| Dec 31, 2010 | -14.63 Mn |
| Sep 30, 2010 | -16.96 Mn |
| Jun 30, 2010 | -15.40 Mn |
| Mar 31, 2010 | -16.24 Mn |
| Dec 31, 2009 | -12.17 Mn |
Spire Inc Cash from Investing Activities 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=cash-from-investing-activities&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();