Spire Inc (SR) Other Non-Current Assets (2009 - 2014)
Spire's (SR) quarterly Other Non-Current Assets came in at $551.8 million in Q1 2014, up 28.05% year-over-year from $430.9 million in Q1 2013, and up 1.35% quarter-over-quarter from $544.4 million in Q4 2013.
Spire Inc (SR) Other Non-Current Assets (2009 - 2014) Analysis & Trends
Spire (SR) has reported Other Non-Current Assets for 6 consecutive years, with $551.8 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Other Non-Current Assets rose 28.05% year-over-year to $551.8 million in Q1 2014; TTM through Mar 2014 was $551.8 million, a 28.05% increase from a year earlier, with the FY2013 full-year figure at $559.8 million, up 21.4% from the prior year.
- Other Non-Current Assets was $551.8 million for Q1 2014 at Spire, up from $544.4 million in the prior quarter.
- Over five years, Other Non-Current Assets peaked at $559.8 million in Q3 2013 and troughed at $427.4 million in Q1 2011.
- A 5-year average of $469.0 million and a median of $461.1 million in 2012 frame the typical range for Other Non-Current Assets.
- Across the five-year window, Other Non-Current Assets declined 11.75% in 2011 and increased 28.05% in 2014, its largest moves.
- Over 5 years, Other Non-Current Assets stood at $460.5 million in 2010, then rose by 0.98% to $465.0 million in 2011, then declined by 3.93% to $446.7 million in 2012, then grew by 21.85% to $544.4 million in 2013, then grew by 1.35% to $551.8 million in 2014.
- The last three Other Non-Current Assets figures came in at $551.8 million (Q1 2014), $544.4 million (Q4 2013), and $559.8 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 551.75 Mn |
| Dec 31, 2013 | 544.38 Mn |
| Sep 30, 2013 | 559.80 Mn |
| Jun 30, 2013 | 438.51 Mn |
| Mar 31, 2013 | 430.90 Mn |
| Dec 31, 2012 | 446.74 Mn |
| Sep 30, 2012 | 461.13 Mn |
| Jun 30, 2012 | 437.64 Mn |
| Mar 31, 2012 | 463.47 Mn |
| Dec 31, 2011 | 465.01 Mn |
| Sep 30, 2011 | 429.89 Mn |
| Jun 30, 2011 | 433.06 Mn |
| Mar 31, 2011 | 427.36 Mn |
| Dec 31, 2010 | 460.51 Mn |
| Sep 30, 2010 | 487.14 Mn |
| Jun 30, 2010 | 462.84 Mn |
| Mar 31, 2010 | 473.66 Mn |
| Dec 31, 2009 | 473.92 Mn |
| Sep 30, 2009 | 488.27 Mn |
Spire Inc Other 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=other-non-current-assets&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-assets&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();