Spire Inc (SR) Total Liabilities (2009 - 2014)
Spire's (SR) quarterly Total Liabilities came in at $2.1 billion in Q1 2014, up 51.48% year-over-year from $1.4 billion in Q1 2013, and down 3.11% quarter-over-quarter from $2.1 billion in Q4 2013.
Spire Inc (SR) Total Liabilities (2009 - 2014) Analysis & Trends
Spire (SR) has reported Total Liabilities for 6 consecutive years, with $2.1 billion the latest figure, recorded in Q1 2014.
- On a quarterly basis, Total Liabilities rose 51.48% year-over-year to $2.1 billion in Q1 2014; TTM through Mar 2014 was $2.1 billion, a 51.48% increase from a year earlier, with the FY2013 full-year figure at $2.1 billion, up 62.6% from the prior year.
- Total Liabilities was $2.1 billion for Q1 2014 at Spire, down from $2.1 billion in the prior quarter.
- Over five years, Total Liabilities peaked at $2.1 billion in Q4 2013 and troughed at $1.1 billion in Q2 2012.
- A 5-year average of $1.4 billion and a median of $1.3 billion in 2011 frame the typical range for Total Liabilities.
- Across the five-year window, Total Liabilities fell 8.78% in 2011 and soared 62.6% in 2013, its largest moves.
- Over 5 years, Total Liabilities stood at $1.3 billion in 2010, then fell by 0.85% to $1.3 billion in 2011, then gained by 2.86% to $1.3 billion in 2012, then surged by 61.98% to $2.1 billion in 2013, then fell by 3.11% to $2.1 billion in 2014.
- The last three Total Liabilities figures came in at $2.1 billion (Q1 2014), $2.1 billion (Q4 2013), and $2.1 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 2.07 Bn |
| Dec 31, 2013 | 2.14 Bn |
| Sep 30, 2013 | 2.08 Bn |
| Jun 30, 2013 | 1.34 Bn |
| Mar 31, 2013 | 1.37 Bn |
| Dec 31, 2012 | 1.32 Bn |
| Sep 30, 2012 | 1.28 Bn |
| Jun 30, 2012 | 1.13 Bn |
| Mar 31, 2012 | 1.14 Bn |
| Dec 31, 2011 | 1.28 Bn |
| Sep 30, 2011 | 1.21 Bn |
| Jun 30, 2011 | 1.16 Bn |
| Mar 31, 2011 | 1.17 Bn |
| Dec 31, 2010 | 1.30 Bn |
| Sep 30, 2010 | 1.30 Bn |
| Jun 30, 2010 | 1.23 Bn |
| Mar 31, 2010 | 1.28 Bn |
| Dec 31, 2009 | 1.33 Bn |
| Sep 30, 2009 | 1.24 Bn |
Spire Inc Total Liabilities 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=total-liabilities&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();