Spire Inc (SR) Assets (2009 - 2014)
Spire's (SR) quarterly Assets came in at $3.2 billion in Q1 2014, up 58.3% year-over-year from $2.0 billion in Q1 2013, and down 0.82% quarter-over-quarter from $3.2 billion in Q4 2013.
Spire Inc (SR) Assets (2009 - 2014) Analysis & Trends
Spire (SR) has reported Assets for 6 consecutive years, with $3.2 billion the latest figure, recorded in Q1 2014.
- On a quarterly basis, Assets rose 58.3% year-over-year to $3.2 billion in Q1 2014; TTM through Mar 2014 was $3.2 billion, a 58.3% increase from a year earlier, with the FY2013 full-year figure at $3.1 billion, up 66.22% from the prior year.
- Assets was $3.2 billion for Q1 2014 at Spire, down from $3.2 billion in the prior quarter.
- Over five years, Assets peaked at $3.2 billion in Q4 2013 and troughed at $1.7 billion in Q1 2011.
- A 5-year average of $2.1 billion and a median of $1.8 billion in 2010 frame the typical range for Assets.
- Across the five-year window, Assets retreated 5.27% in 2011 and soared 66.22% in 2013, its largest moves.
- Over 5 years, Assets stood at $1.8 billion in 2010, then increased by 1.63% to $1.9 billion in 2011, then gained by 3.62% to $1.9 billion in 2012, then surged by 65.11% to $3.2 billion in 2013, then fell by 0.82% to $3.2 billion in 2014.
- The last three Assets figures came in at $3.2 billion (Q1 2014), $3.2 billion (Q4 2013), and $3.1 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 3.18 Bn |
| Dec 31, 2013 | 3.21 Bn |
| Sep 30, 2013 | 3.13 Bn |
| Jun 30, 2013 | 2.42 Bn |
| Mar 31, 2013 | 2.01 Bn |
| Dec 31, 2012 | 1.94 Bn |
| Sep 30, 2012 | 1.88 Bn |
| Jun 30, 2012 | 1.74 Bn |
| Mar 31, 2012 | 1.76 Bn |
| Dec 31, 2011 | 1.87 Bn |
| Sep 30, 2011 | 1.78 Bn |
| Jun 30, 2011 | 1.74 Bn |
| Mar 31, 2011 | 1.73 Bn |
| Dec 31, 2010 | 1.84 Bn |
| Sep 30, 2010 | 1.84 Bn |
| Jun 30, 2010 | 1.78 Bn |
| Mar 31, 2010 | 1.83 Bn |
| Dec 31, 2009 | 1.86 Bn |
| Sep 30, 2009 | 1.76 Bn |
Spire Inc 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=assets&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=assets&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();