Spire Inc (SR) Asset Utilization Ratio (2010 - 2014)
Spire's (SR) quarterly Asset Utilization Ratio came in at 0.46 in Q1 2014, down 13.97% year-over-year from 0.54 in Q1 2013, and up 24.11% quarter-over-quarter from 0.37 in Q4 2013.
Spire Inc (SR) Asset Utilization Ratio (2010 - 2014) Analysis & Trends
Spire (SR) has reported Asset Utilization Ratio for 5 consecutive years, with 0.46 the latest figure, recorded in Q1 2014.
- On a quarterly basis, Asset Utilization Ratio fell 13.97% year-over-year to 0.46 in Q1 2014; TTM through Mar 2014 was 0.46, a 13.97% decrease from a year earlier, with the FY2013 full-year figure at 0.41, down 33.87% from the prior year.
- Asset Utilization Ratio was 0.46 for Q1 2014 at Spire, up from 0.37 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.96 in Q3 2010 and troughed at 0.37 in Q3 2013.
- A 5-year average of 0.69 and a median of 0.7 in 2012 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio decreased 5.19% in 2011 and slumped 41.01% in 2013, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 0.92 in 2010, then retreated by 6.31% to 0.86 in 2011, then sank by 37.74% to 0.53 in 2012, then slumped by 30.35% to 0.37 in 2013, then increased by 24.11% to 0.46 in 2014.
- The last three Asset Utilization Ratio figures came in at 0.46 (Q1 2014), 0.37 (Q4 2013), and 0.37 (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 0.46 |
| Dec 31, 2013 | 0.37 |
| Sep 30, 2013 | 0.37 |
| Jun 30, 2013 | 0.47 |
| Mar 31, 2013 | 0.54 |
| Dec 31, 2012 | 0.53 |
| Sep 30, 2012 | 0.62 |
| Jun 30, 2012 | 0.70 |
| Mar 31, 2012 | 0.76 |
| Dec 31, 2011 | 0.86 |
| Sep 30, 2011 | 0.91 |
| Jun 30, 2011 | 0.93 |
| Mar 31, 2011 | 0.89 |
| Dec 31, 2010 | 0.92 |
| Sep 30, 2010 | 0.96 |
Spire Inc Asset Utilization Ratio 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=asset-utilization-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();