Spire Inc (SR) Total Non-Current Liabilities (2009 - 2014)
Spire's (SR) quarterly Total Non-Current Liabilities came in at $841.1 million in Q1 2014, up 20.61% year-over-year from $697.3 million in Q1 2013, and up 1.35% quarter-over-quarter from $829.9 million in Q4 2013.
Spire Inc (SR) Total Non-Current Liabilities (2009 - 2014) Analysis & Trends
Spire (SR) has reported Total Non-Current Liabilities for 6 consecutive years, with $841.1 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Total Non-Current Liabilities rose 20.61% year-over-year to $841.1 million in Q1 2014; TTM through Mar 2014 was $841.1 million, a 20.61% increase from a year earlier, with the FY2013 full-year figure at $813.2 million, up 18.35% from the prior year.
- Total Non-Current Liabilities was $841.1 million for Q1 2014 at Spire, up from $829.9 million in the prior quarter.
- Over five years, Total Non-Current Liabilities peaked at $841.1 million in Q1 2014 and troughed at $550.1 million in Q1 2010.
- A 5-year average of $663.8 million and a median of $616.0 million in 2010 frame the typical range for Total Non-Current Liabilities.
- Across the five-year window, Total Non-Current Liabilities declined 0.23% in 2012 and grew 21.7% in 2013, its largest moves.
- Over 5 years, Total Non-Current Liabilities stood at $616.0 million in 2010, then increased by 0.99% to $622.1 million in 2011, then rose by 9.61% to $681.9 million in 2012, then climbed by 21.7% to $829.9 million in 2013, then increased by 1.35% to $841.1 million in 2014.
- The last three Total Non-Current Liabilities figures came in at $841.1 million (Q1 2014), $829.9 million (Q4 2013), and $813.2 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 841.07 Mn |
| Dec 31, 2013 | 829.85 Mn |
| Sep 30, 2013 | 813.21 Mn |
| Jun 30, 2013 | 693.80 Mn |
| Mar 31, 2013 | 697.32 Mn |
| Dec 31, 2012 | 681.88 Mn |
| Sep 30, 2012 | 687.11 Mn |
| Jun 30, 2012 | 611.50 Mn |
| Mar 31, 2012 | 615.78 Mn |
| Dec 31, 2011 | 622.11 Mn |
| Sep 30, 2011 | 613.46 Mn |
| Jun 30, 2011 | 612.92 Mn |
| Mar 31, 2011 | 611.81 Mn |
| Dec 31, 2010 | 616.01 Mn |
| Sep 30, 2010 | 606.40 Mn |
| Jun 30, 2010 | 580.14 Mn |
| Mar 31, 2010 | 550.12 Mn |
| Dec 31, 2009 | 556.45 Mn |
| Sep 30, 2009 | 556.61 Mn |
Spire Inc Total Non-Current 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-non-current-liabilities&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-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-non-current-liabilities&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();