Spire Inc (SR) Long-Term Debt Issuances (2012 - 2013)
Spire's (SR) quarterly Long-Term Debt Issuances came in at $425.0 million in Q3 2013, up 325.0% quarter-over-quarter from $100.0 million in Q1 2013.
Spire Inc (SR) Long-Term Debt Issuances (2012 - 2013) Analysis & Trends
Spire (SR) has reported Long-Term Debt Issuances for 2 consecutive years, with $425.0 million the latest figure, recorded in Q3 2013.
- On a quarterly basis, Long-Term Debt Issuances changed N/A year-over-year to $425.0 million in Q3 2013; TTM through Mar 2014 was $425.0 million, a 240.0% increase from a year earlier, with the FY2013 full-year figure at $550.0 million, changed N/A from the prior year.
- Long-Term Debt Issuances was $425.0 million for Q3 2013 at Spire, up from $100.0 million in the prior quarter.
- Over five years, Long-Term Debt Issuances peaked at $425.0 million in Q3 2013 and troughed at $25.0 million in Q4 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | 425.00 Mn |
| Mar 31, 2013 | 100.00 Mn |
| Dec 31, 2012 | 25.00 Mn |
Spire Inc Long-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=long-term-debt-issuances&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-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=long-term-debt-issuances&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();