Spire Inc (SR) Change in Inventory (2009 - 2014)
Spire's (SR) quarterly Change in Inventory came in at $85.5 million in Q1 2014, up 53.88% year-over-year from $55.6 million in Q1 2013, and up 197.62% quarter-over-quarter from $28.7 million in Q4 2013.
Spire Inc (SR) Change in Inventory (2009 - 2014) Analysis & Trends
Spire (SR) has reported Change in Inventory for 6 consecutive years, with $85.5 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Change in Inventory rose 53.88% year-over-year to $85.5 million in Q1 2014; TTM through Mar 2014 was $23.7 million, a 4.14% decrease from a year earlier, with the FY2013 full-year figure at -$30.6 million, down 236.47% from the prior year.
- Change in Inventory was $85.5 million for Q1 2014 at Spire, up from $28.7 million in the prior quarter.
- Over five years, Change in Inventory peaked at $85.5 million in Q1 2014 and troughed at -$64.2 million in Q3 2013.
- A 5-year average of $4.7 million and a median of $2.3 million in 2012 frame the typical range for Change in Inventory.
- The widest YoY moves for Change in Inventory: up 554.89% in 2013, down 1265.86% in 2013.
- Over 5 years, Change in Inventory stood at $4.4 million in 2010, then sank by 65.9% to $1.5 million in 2011, then surged by 192.08% to $4.4 million in 2012, then soared by 554.89% to $28.7 million in 2013, then soared by 197.62% to $85.5 million in 2014.
- The last three Change in Inventory figures came in at $85.5 million (Q1 2014), $28.7 million (Q4 2013), and -$64.2 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 85.51 Mn |
| Dec 31, 2013 | 28.73 Mn |
| Sep 30, 2013 | -64.18 Mn |
| Jun 30, 2013 | -26.40 Mn |
| Mar 31, 2013 | 55.57 Mn |
| Dec 31, 2012 | 4.39 Mn |
| Sep 30, 2012 | -37.54 Mn |
| Jun 30, 2012 | 2.26 Mn |
| Mar 31, 2012 | 56.21 Mn |
| Dec 31, 2011 | 1.50 Mn |
| Sep 30, 2011 | -58.19 Mn |
| Jun 30, 2011 | -16.75 Mn |
| Mar 31, 2011 | 68.95 Mn |
| Dec 31, 2010 | 4.41 Mn |
| Sep 30, 2010 | -59.27 Mn |
| Jun 30, 2010 | -10.55 Mn |
| Mar 31, 2010 | 44.45 Mn |
| Dec 31, 2009 | 5.11 Mn |
Spire Inc Change in Inventory 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=change-in-inventory&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();