Spire Inc (SR) Payout Ratio (2009 - 2014)
Spire's (SR) quarterly Payout Ratio came in at 0.28 in Q1 2014, down 11.38% year-over-year from 0.32 in Q1 2013, and down 28.15% quarter-over-quarter from 0.39 in Q4 2013.
Spire Inc (SR) Payout Ratio (2009 - 2014) Analysis & Trends
Spire (SR) has reported Payout Ratio for 6 consecutive years, with 0.28 the latest figure, recorded in Q1 2014.
- On a quarterly basis, Payout Ratio fell 11.38% year-over-year to 0.28 in Q1 2014; TTM through Mar 2014 was 0.61, a 3.59% increase from a year earlier, with the FY2013 full-year figure at 0.81, up 36.82% from the prior year.
- Payout Ratio was 0.28 for Q1 2014 at Spire, down from 0.39 in the prior quarter.
- Over five years, Payout Ratio peaked at 1.85 in Q2 2010 and troughed at 14.28 in Q3 2012.
- A 5-year average of 0.96 and a median of 0.32 in 2011 frame the typical range for Payout Ratio.
- Across the five-year window, Payout Ratio plunged 347.94% in 2012 and jumped 89.92% in 2013, its largest moves.
- Over 5 years, Payout Ratio stood at 0.38 in 2010, then slipped by 4.32% to 0.36 in 2011, then grew by 3.47% to 0.37 in 2012, then gained by 4.98% to 0.39 in 2013, then dropped by 28.15% to 0.28 in 2014.
- The last three Payout Ratio figures came in at 0.28 (Q1 2014), 0.39 (Q4 2013), and 1.44 (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 0.28 |
| Dec 31, 2013 | 0.39 |
| Sep 30, 2013 | -1.44 |
| Jun 30, 2013 | 1.46 |
| Mar 31, 2013 | 0.32 |
| Dec 31, 2012 | 0.37 |
| Sep 30, 2012 | -14.28 |
| Jun 30, 2012 | 1.10 |
| Mar 31, 2012 | 0.31 |
| Dec 31, 2011 | 0.36 |
| Sep 30, 2011 | -3.19 |
| Jun 30, 2011 | 0.59 |
| Mar 31, 2011 | 0.32 |
| Dec 31, 2010 | 0.38 |
| Sep 30, 2010 | -5.50 |
| Jun 30, 2010 | 1.85 |
| Mar 31, 2010 | 0.31 |
| Dec 31, 2009 | 0.37 |
Spire Inc 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=payout-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=payout-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();