Spire Inc (SR) Non-Current Assets (2009 - 2014)
Spire's (SR) quarterly Non-Current Assets came in at $2.6 billion in Q1 2014, up 70.34% year-over-year from $1.5 billion in Q1 2013, and little changed quarter-over-quarter from $2.6 billion in Q4 2013.
Spire Inc (SR) Non-Current Assets (2009 - 2014) Analysis & Trends
Spire (SR) has reported Non-Current Assets for 6 consecutive years, with $2.6 billion the latest figure, recorded in Q1 2014.
- On a quarterly basis, Non-Current Assets rose 70.34% year-over-year to $2.6 billion in Q1 2014; TTM through Mar 2014 was $9.5 billion, a 55.61% increase from a year earlier, with the FY2013 full-year figure at $2.6 billion, up 72.35% from the prior year.
- Non-Current Assets was $2.6 billion for Q1 2014 at Spire, roughly flat from $2.6 billion in the prior quarter.
- Over five years, Non-Current Assets peaked at $2.6 billion in Q3 2013 and troughed at $1.4 billion in Q1 2011.
- A 5-year average of $1.7 billion and a median of $1.5 billion in 2012 frame the typical range for Non-Current Assets.
- Across the five-year window, Non-Current Assets retreated 0.85% in 2011 and surged 72.35% in 2013, its largest moves.
- Over 5 years, Non-Current Assets stood at $1.4 billion in 2010, then climbed by 3.72% to $1.5 billion in 2011, then increased by 5.71% to $1.5 billion in 2012, then soared by 70.94% to $2.6 billion in 2013, then gained by 0.11% to $2.6 billion in 2014.
- The last three Non-Current Assets figures came in at $2.6 billion (Q1 2014), $2.6 billion (Q4 2013), and $2.6 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 2.64 Bn |
| Dec 31, 2013 | 2.64 Bn |
| Sep 30, 2013 | 2.65 Bn |
| Jun 30, 2013 | 1.58 Bn |
| Mar 31, 2013 | 1.55 Bn |
| Dec 31, 2012 | 1.54 Bn |
| Sep 30, 2012 | 1.54 Bn |
| Jun 30, 2012 | 1.48 Bn |
| Mar 31, 2012 | 1.48 Bn |
| Dec 31, 2011 | 1.46 Bn |
| Sep 30, 2011 | 1.41 Bn |
| Jun 30, 2011 | 1.40 Bn |
| Mar 31, 2011 | 1.38 Bn |
| Dec 31, 2010 | 1.41 Bn |
| Sep 30, 2010 | 1.43 Bn |
| Jun 30, 2010 | 1.39 Bn |
| Mar 31, 2010 | 1.39 Bn |
| Dec 31, 2009 | 1.38 Bn |
| Sep 30, 2009 | 1.39 Bn |
Spire Inc Non-Current Assets 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=non-current-assets&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();