Spire Inc (SR) Current Assets (2009 - 2014)
Spire's (SR) quarterly Current Assets came in at $541.6 million in Q1 2014, up 17.77% year-over-year from $459.9 million in Q1 2013, and down 5.1% quarter-over-quarter from $570.7 million in Q4 2013.
Spire Inc (SR) Current Assets (2009 - 2014) Analysis & Trends
Spire (SR) has reported Current Assets for 6 consecutive years, with $541.6 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Current Assets rose 17.77% year-over-year to $541.6 million in Q1 2014; TTM through Mar 2014 was $541.6 million, a 17.77% increase from a year earlier, with the FY2013 full-year figure at $475.9 million, up 38.73% from the prior year.
- Current Assets was $541.6 million for Q1 2014 at Spire, down from $570.7 million in the prior quarter.
- Over five years, Current Assets peaked at $841.4 million in Q2 2013 and troughed at $261.7 million in Q2 2012.
- A 5-year average of $431.2 million and a median of $414.2 million in 2010 frame the typical range for Current Assets.
- Across the five-year window, Current Assets dropped 24.07% in 2012 and surged 221.52% in 2013, its largest moves.
- Over 5 years, Current Assets stood at $437.7 million in 2010, then declined by 5.07% to $415.5 million in 2011, then retreated by 3.72% to $400.1 million in 2012, then surged by 42.66% to $570.7 million in 2013, then fell by 5.1% to $541.6 million in 2014.
- The last three Current Assets figures came in at $541.6 million (Q1 2014), $570.7 million (Q4 2013), and $475.9 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 541.63 Mn |
| Dec 31, 2013 | 570.72 Mn |
| Sep 30, 2013 | 475.88 Mn |
| Jun 30, 2013 | 841.39 Mn |
| Mar 31, 2013 | 459.91 Mn |
| Dec 31, 2012 | 400.06 Mn |
| Sep 30, 2012 | 343.02 Mn |
| Jun 30, 2012 | 261.69 Mn |
| Mar 31, 2012 | 277.81 Mn |
| Dec 31, 2011 | 415.51 Mn |
| Sep 30, 2011 | 369.13 Mn |
| Jun 30, 2011 | 344.65 Mn |
| Mar 31, 2011 | 351.14 Mn |
| Dec 31, 2010 | 437.69 Mn |
| Sep 30, 2010 | 414.20 Mn |
| Jun 30, 2010 | 387.08 Mn |
| Mar 31, 2010 | 438.18 Mn |
| Dec 31, 2009 | 476.70 Mn |
| Sep 30, 2009 | 368.78 Mn |
Spire Inc 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=current-assets&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=current-assets&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();