Spire Inc (SR) Dividend Coverage Ratio (2009 - 2014)
Spire's (SR) quarterly Dividend Coverage Ratio came in at 3.57 in Q1 2014, up 12.84% year-over-year from 3.16 in Q1 2013, and up 39.18% quarter-over-quarter from 2.57 in Q4 2013.
Spire Inc (SR) Dividend Coverage Ratio (2009 - 2014) Analysis & Trends
Spire (SR) has reported Dividend Coverage Ratio for 6 consecutive years, with 3.57 the latest figure, recorded in Q1 2014.
- On a quarterly basis, Dividend Coverage Ratio rose 12.84% year-over-year to 3.57 in Q1 2014; TTM through Mar 2014 was 1.63, a 3.47% decrease from a year earlier, with the FY2013 full-year figure at 1.24, down 26.91% from the prior year.
- Dividend Coverage Ratio was 3.57 for Q1 2014 at Spire, up from 2.57 in the prior quarter.
- Over five years, Dividend Coverage Ratio peaked at 3.57 in Q1 2014 and troughed at 0.69 in Q3 2013.
- A 5-year average of 1.74 and a median of 2.57 in 2013 frame the typical range for Dividend Coverage Ratio.
- Across the five-year window, Dividend Coverage Ratio surged 216.07% in 2011 and sank 892.38% in 2013, its largest moves.
- Over 5 years, Dividend Coverage Ratio stood at 2.67 in 2010, then grew by 4.52% to 2.79 in 2011, then fell by 3.36% to 2.69 in 2012, then fell by 4.75% to 2.57 in 2013, then surged by 39.18% to 3.57 in 2014.
- The last three Dividend Coverage Ratio figures came in at 3.57 (Q1 2014), 2.57 (Q4 2013), and 0.69 (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 3.57 |
| Dec 31, 2013 | 2.57 |
| Sep 30, 2013 | -0.69 |
| Jun 30, 2013 | 0.69 |
| Mar 31, 2013 | 3.16 |
| Dec 31, 2012 | 2.69 |
| Sep 30, 2012 | -0.07 |
| Jun 30, 2012 | 0.91 |
| Mar 31, 2012 | 3.20 |
| Dec 31, 2011 | 2.79 |
| Sep 30, 2011 | -0.31 |
| Jun 30, 2011 | 1.71 |
| Mar 31, 2011 | 3.09 |
| Dec 31, 2010 | 2.67 |
| Sep 30, 2010 | -0.18 |
| Jun 30, 2010 | 0.54 |
| Mar 31, 2010 | 3.20 |
| Dec 31, 2009 | 2.68 |
Spire Inc Dividend Coverage 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=dividend-coverage-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();