Spire Inc (SR) FCF Margin (2009 - 2014)
Spire's (SR) quarterly FCF Margin came in at 17.99% in Q1 2014, down 803.0% year-over-year from 2.56% in Q1 2013, and up 267.41% quarter-over-quarter from 10.74% in Q4 2013.
Spire Inc (SR) FCF Margin (2009 - 2014) Analysis & Trends
Spire (SR) has reported FCF Margin for 6 consecutive years, with 17.99% the latest figure, recorded in Q1 2014.
- On a quarterly basis, FCF Margin fell 803.0% year-over-year to 17.99% in Q1 2014; TTM through Mar 2014 was 1.9%, a 452.0% decrease from a year earlier, with the FY2013 full-year figure at 3.26%, up 155.0% from the prior year.
- FCF Margin was 17.99% for Q1 2014 at Spire, up from 10.74% in the prior quarter.
- Over five years, FCF Margin peaked at 27.71% in Q1 2012 and troughed at 25.22% in Q3 2013.
- A 5-year average of 1.03% and a median of 2.21% in 2010 frame the typical range for FCF Margin.
- Across the five-year window, FCF Margin jumped 1323 bps in 2011 and tumbled 1674 bps in 2013, its largest moves.
- Over 5 years, FCF Margin stood at 2.21% in 2010, then slumped by 653 bps to 16.65% in 2011, then jumped by 53 bps to 7.75% in 2012, then tumbled by 39 bps to 10.74% in 2013, then surged by 267 bps to 17.99% in 2014.
- The last three FCF Margin figures came in at 17.99% (Q1 2014), 10.74% (Q4 2013), and 25.22% (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 17.99% |
| Dec 31, 2013 | -10.74% |
| Sep 30, 2013 | -25.22% |
| Jun 30, 2013 | -5.71% |
| Mar 31, 2013 | 26.02% |
| Dec 31, 2012 | -7.75% |
| Sep 30, 2012 | -18.97% |
| Jun 30, 2012 | 11.03% |
| Mar 31, 2012 | 27.71% |
| Dec 31, 2011 | -16.65% |
| Sep 30, 2011 | -20.17% |
| Jun 30, 2011 | 12.77% |
| Mar 31, 2011 | 22.08% |
| Dec 31, 2010 | -2.21% |
| Sep 30, 2010 | -23.81% |
| Jun 30, 2010 | 22.35% |
| Mar 31, 2010 | 8.85% |
| Dec 31, 2009 | -2.29% |
Spire Inc FCF Margin 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=fcf-margin&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();