Spire Inc (SR) Debt Ratio (2009 - 2014)
Spire's (SR) quarterly Debt Ratio came in at 0.27 in Q1 2014, up 16.24% year-over-year from 0.24 in Q1 2013, and down 14.1% quarter-over-quarter from 0.32 in Q4 2013.
Spire Inc (SR) Debt Ratio (2009 - 2014) Analysis & Trends
Spire (SR) has reported Debt Ratio for 6 consecutive years, with 0.27 the latest figure, recorded in Q1 2014.
- On a quarterly basis, Debt Ratio rose 16.24% year-over-year to 0.27 in Q1 2014; TTM through Mar 2014 was 0.27, a 16.24% increase from a year earlier, with the FY2013 full-year figure at 0.34, up 52.08% from the prior year.
- Debt Ratio was 0.27 for Q1 2014 at Spire, down from 0.32 in the prior quarter.
- Over five years, Debt Ratio peaked at 0.34 in Q3 2013 and troughed at 0.19 in Q2 2013.
- A 5-year average of 0.27 and a median of 0.27 in 2012 frame the typical range for Debt Ratio.
- Across the five-year window, Debt Ratio sank 33.37% in 2011 and soared 52.08% in 2013, its largest moves.
- Over 5 years, Debt Ratio stood at 0.3 in 2010, then dropped by 0.52% to 0.3 in 2011, then dropped by 9.44% to 0.27 in 2012, then grew by 16.42% to 0.32 in 2013, then fell by 14.1% to 0.27 in 2014.
- The last three Debt Ratio figures came in at 0.27 (Q1 2014), 0.32 (Q4 2013), and 0.34 (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 0.27 |
| Dec 31, 2013 | 0.32 |
| Sep 30, 2013 | 0.34 |
| Jun 30, 2013 | 0.19 |
| Mar 31, 2013 | 0.24 |
| Dec 31, 2012 | 0.27 |
| Sep 30, 2012 | 0.22 |
| Jun 30, 2012 | 0.21 |
| Mar 31, 2012 | 0.21 |
| Dec 31, 2011 | 0.30 |
| Sep 30, 2011 | 0.26 |
| Jun 30, 2011 | 0.22 |
| Mar 31, 2011 | 0.22 |
| Dec 31, 2010 | 0.30 |
| Sep 30, 2010 | 0.34 |
| Jun 30, 2010 | 0.29 |
| Mar 31, 2010 | 0.32 |
| Dec 31, 2009 | 0.35 |
| Sep 30, 2009 | 0.37 |
Spire Inc Debt 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=debt-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();