Spire Inc (SR) Short-Term Debt issuances (2009 - 2014)
Spire's (SR) quarterly Short-Term Debt issuances came in at -$57.5 million in Q1 2014, up 30.76% year-over-year from -$44.0 million in Q1 2013, and down 394.87% quarter-over-quarter from $19.5 million in Q4 2013.
Spire Inc (SR) Short-Term Debt issuances (2009 - 2014) Analysis & Trends
Spire (SR) has reported Short-Term Debt issuances for 6 consecutive years, with -$57.5 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Short-Term Debt issuances rose 30.76% year-over-year to -$57.5 million in Q1 2014; TTM through Mar 2014 was $36.0 million, a N/A change from a year earlier, with the FY2013 full-year figure at $33.9 million, up 674.58% from the prior year.
- Short-Term Debt issuances was -$57.5 million for Q1 2014 at Spire, down from $19.5 million in the prior quarter.
- Over five years, Short-Term Debt issuances peaked at $74.0 million in Q3 2013 and troughed at -$113.0 million in Q1 2012.
- A 5-year average of -$7.8 million and a median of -$5.4 million in 2010 frame the typical range for Short-Term Debt issuances.
- Across the five-year window, Short-Term Debt issuances plunged 309.77% in 2010 and jumped 308.07% in 2011, its largest moves.
- Over 5 years, Short-Term Debt issuances stood at -$32.2 million in 2010, then soared by 308.07% to $67.0 million in 2011, then slumped by 35.9% to $42.9 million in 2012, then tumbled by 54.6% to $19.5 million in 2013, then tumbled by 394.87% to -$57.5 million in 2014.
- The last three Short-Term Debt issuances figures came in at -$57.5 million (Q1 2014), $19.5 million (Q4 2013), and $74.0 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | -57.50 Mn |
| Dec 31, 2013 | 19.50 Mn |
| Sep 30, 2013 | 74.00 Mn |
| Mar 31, 2013 | -83.05 Mn |
| Dec 31, 2012 | 42.95 Mn |
| Sep 30, 2012 | 40.10 Mn |
| Mar 31, 2012 | -113.00 Mn |
| Dec 31, 2011 | 67.00 Mn |
| Sep 30, 2011 | 46.00 Mn |
| Mar 31, 2011 | -97.45 Mn |
| Dec 31, 2010 | -32.20 Mn |
| Sep 30, 2010 | 53.96 Mn |
| Jun 30, 2010 | -38.75 Mn |
| Mar 31, 2010 | -30.20 Mn |
| Dec 31, 2009 | 15.35 Mn |
Spire Inc Short-Term Debt issuances 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=short-term-debt-issuances&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();