Spire Inc (SR) Cash from Operations (2009 - 2014)
Spire's (SR) quarterly Cash from Operations came in at $158.5 million in Q1 2014, up 14.49% year-over-year from $138.5 million in Q1 2013, and up 1108.94% quarter-over-quarter from -$15.7 million in Q4 2013.
Spire Inc (SR) Cash from Operations (2009 - 2014) Analysis & Trends
Spire (SR) has reported Cash from Operations for 6 consecutive years, with $158.5 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Cash from Operations rose 14.49% year-over-year to $158.5 million in Q1 2014; TTM through Mar 2014 was $164.4 million, a 17.41% decrease from a year earlier, with the FY2013 full-year figure at $163.9 million, up 27.96% from the prior year.
- Cash from Operations was $158.5 million for Q1 2014 at Spire, up from -$15.7 million in the prior quarter.
- Over five years, Cash from Operations peaked at $158.5 million in Q1 2014 and troughed at -$50.9 million in Q3 2010.
- A 5-year average of $41.7 million and a median of $24.7 million in 2013 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations soared 20089.66% in 2010 and sank 3093.88% in 2013, its largest moves.
- Over 5 years, Cash from Operations stood at $5.8 million in 2010, then tumbled by 964.22% to -$50.1 million in 2011, then soared by 107.81% to $3.9 million in 2012, then slumped by 501.3% to -$15.7 million in 2013, then surged by 1108.94% to $158.5 million in 2014.
- The last three Cash from Operations figures came in at $158.5 million (Q1 2014), -$15.7 million (Q4 2013), and -$3.1 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 158.52 Mn |
| Dec 31, 2013 | -15.71 Mn |
| Sep 30, 2013 | -3.13 Mn |
| Jun 30, 2013 | 24.68 Mn |
| Mar 31, 2013 | 138.45 Mn |
| Dec 31, 2012 | 3.92 Mn |
| Sep 30, 2012 | -98,000.00 |
| Jun 30, 2012 | 56.74 Mn |
| Mar 31, 2012 | 121.56 Mn |
| Dec 31, 2011 | -50.10 Mn |
| Sep 30, 2011 | -34.12 Mn |
| Jun 30, 2011 | 61.31 Mn |
| Mar 31, 2011 | 134.20 Mn |
| Dec 31, 2010 | 5.80 Mn |
| Sep 30, 2010 | -50.88 Mn |
| Jun 30, 2010 | 87.95 Mn |
| Mar 31, 2010 | 69.88 Mn |
| Dec 31, 2009 | -29,000.00 |
Spire Inc Cash from Operations 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-operations&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-operations&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();