Spire Inc (SR) Assets Average (2009 - 2014)
Spire's (SR) quarterly Assets Average came in at $3.2 billion in Q1 2014, up 61.65% year-over-year from $2.0 billion in Q1 2013, and up 0.87% quarter-over-quarter from $3.2 billion in Q4 2013.
Spire Inc (SR) Assets Average (2009 - 2014) Analysis & Trends
Spire (SR) has reported Assets Average for 6 consecutive years, with $3.2 billion the latest figure, recorded in Q1 2014.
- On a quarterly basis, Assets Average rose 61.65% year-over-year to $3.2 billion in Q1 2014; TTM through Mar 2014 was $3.2 billion, a 61.65% increase from a year earlier, with the FY2013 full-year figure at $2.5 billion, up 36.64% from the prior year.
- Assets Average was $3.2 billion for Q1 2014 at Spire, up from $3.2 billion in the prior quarter.
- Over five years, Assets Average peaked at $3.2 billion in Q1 2014 and troughed at $1.7 billion in Q2 2011.
- A 5-year average of $2.1 billion and a median of $1.8 billion in 2011 frame the typical range for Assets Average.
- Across the five-year window, Assets Average decreased 3.63% in 2011 and jumped 65.66% in 2013, its largest moves.
- Over 5 years, Assets Average stood at $1.8 billion in 2010, then decreased by 0.73% to $1.8 billion in 2011, then rose by 4.51% to $1.9 billion in 2012, then jumped by 65.66% to $3.2 billion in 2013, then climbed by 0.87% to $3.2 billion in 2014.
- The last three Assets Average figures came in at $3.2 billion (Q1 2014), $3.2 billion (Q4 2013), and $2.8 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 3.19 Bn |
| Dec 31, 2013 | 3.17 Bn |
| Sep 30, 2013 | 2.77 Bn |
| Jun 30, 2013 | 2.22 Bn |
| Mar 31, 2013 | 1.98 Bn |
| Dec 31, 2012 | 1.91 Bn |
| Sep 30, 2012 | 1.81 Bn |
| Jun 30, 2012 | 1.75 Bn |
| Mar 31, 2012 | 1.82 Bn |
| Dec 31, 2011 | 1.83 Bn |
| Sep 30, 2011 | 1.76 Bn |
| Jun 30, 2011 | 1.74 Bn |
| Mar 31, 2011 | 1.79 Bn |
| Dec 31, 2010 | 1.84 Bn |
| Sep 30, 2010 | 1.81 Bn |
| Jun 30, 2010 | 1.80 Bn |
| Mar 31, 2010 | 1.85 Bn |
| Dec 31, 2009 | 1.81 Bn |
Spire Inc Assets Average 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-average&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();