Spire Inc (SR) FCF Payout Ratio (2009 - 2014)
Spire's (SR) quarterly FCF Payout Ratio came in at 0.12 in Q1 2014, up 26.72% year-over-year from 0.09 in Q1 2013, and up 142.49% quarter-over-quarter from 0.28 in Q4 2013.
Spire Inc (SR) FCF Payout Ratio (2009 - 2014) Analysis & Trends
Spire (SR) has reported FCF Payout Ratio for 6 consecutive years, with 0.12 the latest figure, recorded in Q1 2014.
- On a quarterly basis, FCF Payout Ratio rose 26.72% year-over-year to 0.12 in Q1 2014; TTM through Mar 2014 was 1.85, a 235.37% increase from a year earlier, with the FY2013 full-year figure at 1.28, down 33.01% from the prior year.
- FCF Payout Ratio was 0.12 for Q1 2014 at Spire, up from 0.28 in the prior quarter.
- Over five years, FCF Payout Ratio peaked at 0.45 in Q2 2012 and troughed at 1.02 in Q2 2013.
- A 5-year average of 0.14 and a median of 0.13 in 2010 frame the typical range for FCF Payout Ratio.
- Across the five-year window, FCF Payout Ratio surged 119.41% in 2012 and sank 325.97% in 2013, its largest moves.
- Over 5 years, FCF Payout Ratio stood at 0.89 in 2010, then jumped by 85.19% to 0.13 in 2011, then tumbled by 202.2% to 0.4 in 2012, then surged by 30.93% to 0.28 in 2013, then jumped by 142.49% to 0.12 in 2014.
- The last three FCF Payout Ratio figures came in at 0.12 (Q1 2014), 0.28 (Q4 2013), and 0.37 (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 0.12 |
| Dec 31, 2013 | -0.28 |
| Sep 30, 2013 | -0.37 |
| Jun 30, 2013 | -1.02 |
| Mar 31, 2013 | 0.09 |
| Dec 31, 2012 | -0.40 |
| Sep 30, 2012 | -0.29 |
| Jun 30, 2012 | 0.45 |
| Mar 31, 2012 | 0.09 |
| Dec 31, 2011 | -0.13 |
| Sep 30, 2011 | -0.16 |
| Jun 30, 2011 | 0.21 |
| Mar 31, 2011 | 0.08 |
| Dec 31, 2010 | -0.89 |
| Sep 30, 2010 | -0.13 |
| Jun 30, 2010 | 0.12 |
| Mar 31, 2010 | 0.16 |
| Dec 31, 2009 | -0.76 |
Spire Inc FCF Payout Ratio 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-payout-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio", "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-payout-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();