Spire Inc (SR) Free Cash Flow (2009 - 2014)
Spire's (SR) quarterly Free Cash Flow came in at $124.9 million in Q1 2014, up 20.76% year-over-year from $103.5 million in Q1 2013, and up 348.11% quarter-over-quarter from -$50.4 million in Q4 2013.
Spire Inc (SR) Free Cash Flow (2009 - 2014) Analysis & Trends
Spire (SR) has reported Free Cash Flow for 6 consecutive years, with $124.9 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Free Cash Flow rose 20.76% year-over-year to $124.9 million in Q1 2014; TTM through Mar 2014 was $28.0 million, a 58.83% decrease from a year earlier, with the FY2013 full-year figure at $33.1 million, up 72.01% from the prior year.
- Free Cash Flow was $124.9 million for Q1 2014 at Spire, up from -$50.4 million in the prior quarter.
- Over five years, Free Cash Flow peaked at $124.9 million in Q1 2014 and troughed at -$68.4 million in Q4 2011.
- A 5-year average of $16.9 million and a median of -$9.4 million in 2013 frame the typical range for Free Cash Flow.
- The widest YoY moves for Free Cash Flow: up 113.56% in 2011, down 596.16% in 2011.
- Over 5 years, Free Cash Flow stood at -$9.8 million in 2010, then sank by 596.16% to -$68.4 million in 2011, then soared by 65.22% to -$23.8 million in 2012, then sank by 111.58% to -$50.4 million in 2013, then surged by 348.11% to $124.9 million in 2014.
- The last three Free Cash Flow figures came in at $124.9 million (Q1 2014), -$50.4 million (Q4 2013), and -$37.1 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 124.93 Mn |
| Dec 31, 2013 | -50.35 Mn |
| Sep 30, 2013 | -37.10 Mn |
| Jun 30, 2013 | -9.43 Mn |
| Mar 31, 2013 | 103.46 Mn |
| Dec 31, 2012 | -23.80 Mn |
| Sep 30, 2012 | -32.16 Mn |
| Jun 30, 2012 | 20.62 Mn |
| Mar 31, 2012 | 99.23 Mn |
| Dec 31, 2011 | -68.43 Mn |
| Sep 30, 2011 | -54.68 Mn |
| Jun 30, 2011 | 43.98 Mn |
| Mar 31, 2011 | 120.08 Mn |
| Dec 31, 2010 | -9.83 Mn |
| Sep 30, 2010 | -67.62 Mn |
| Jun 30, 2010 | 72.54 Mn |
| Mar 31, 2010 | 56.23 Mn |
| Dec 31, 2009 | -11.23 Mn |
Spire Inc Free Cash Flow 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=free-cash-flow&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();