Spire Inc (SR) Raw Materials (2009 - 2014)
Spire's (SR) quarterly Raw Materials came in at $8.4 million in Q1 2014, up 91.74% year-over-year from $4.4 million in Q1 2013, and down 2.02% quarter-over-quarter from $8.6 million in Q4 2013.
Spire Inc (SR) Raw Materials (2009 - 2014) Analysis & Trends
Spire (SR) has reported Raw Materials for 6 consecutive years, with $8.4 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Raw Materials rose 91.74% year-over-year to $8.4 million in Q1 2014; TTM through Mar 2014 was $8.4 million, a 91.74% increase from a year earlier, with the FY2013 full-year figure at $8.2 million, up 130.14% from the prior year.
- Raw Materials was $8.4 million for Q1 2014 at Spire, down from $8.6 million in the prior quarter.
- Over five years, Raw Materials peaked at $8.6 million in Q4 2013 and troughed at $3.5 million in Q3 2012.
- A 5-year average of $4.9 million and a median of $4.3 million in 2011 frame the typical range for Raw Materials.
- Across the five-year window, Raw Materials decreased 16.22% in 2012 and jumped 130.14% in 2013, its largest moves.
- Over 5 years, Raw Materials stood at $4.3 million in 2010, then rose by 14.1% to $4.9 million in 2011, then dropped by 12.32% to $4.3 million in 2012, then jumped by 101.57% to $8.6 million in 2013, then slipped by 2.02% to $8.4 million in 2014.
- The last three Raw Materials figures came in at $8.4 million (Q1 2014), $8.6 million (Q4 2013), and $8.2 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 8.41 Mn |
| Dec 31, 2013 | 8.58 Mn |
| Sep 30, 2013 | 8.15 Mn |
| Jun 30, 2013 | 4.48 Mn |
| Mar 31, 2013 | 4.39 Mn |
| Dec 31, 2012 | 4.26 Mn |
| Sep 30, 2012 | 3.54 Mn |
| Jun 30, 2012 | 3.92 Mn |
| Mar 31, 2012 | 4.10 Mn |
| Dec 31, 2011 | 4.86 Mn |
| Sep 30, 2011 | 4.23 Mn |
| Jun 30, 2011 | 4.31 Mn |
| Mar 31, 2011 | 4.40 Mn |
| Dec 31, 2010 | 4.26 Mn |
| Sep 30, 2010 | 3.87 Mn |
| Jun 30, 2010 | 3.94 Mn |
| Mar 31, 2010 | 4.34 Mn |
| Dec 31, 2009 | 4.16 Mn |
| Sep 30, 2009 | 4.16 Mn |
Spire Inc Raw Materials 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=raw-materials&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();