Spire Inc (SR) Net Margin (2009 - 2014)
Spire's (SR) quarterly Net Margin came in at 7.52% in Q1 2014, down 9.0% year-over-year from 8.26% in Q1 2013, and down 1.01% quarter-over-quarter from 7.6% in Q4 2013.
Spire Inc (SR) Net Margin (2009 - 2014) Analysis & Trends
Spire (SR) has reported Net Margin for 6 consecutive years, with 7.52% the latest figure, recorded in Q1 2014.
- On a quarterly basis, Net Margin fell 9.0% year-over-year to 7.52% in Q1 2014; TTM through Mar 2014 was 5.74%, a 25.0% decrease from a year earlier, with the FY2013 full-year figure at 5.19%, down 38.0% from the prior year.
- Net Margin was 7.52% for Q1 2014 at Spire, down from 7.6% in the prior quarter.
- Over five years, Net Margin peaked at 8.33% in Q4 2012 and troughed at 6.55% in Q3 2013.
- A 5-year average of 3.89% and a median of 4.51% in 2012 frame the typical range for Net Margin.
- Across the five-year window, Net Margin surged 316 bps in 2012 and slumped 617 bps in 2013, its largest moves.
- Over 5 years, Net Margin stood at 5.26% in 2010, then advanced by 16 bps to 6.13% in 2011, then soared by 36 bps to 8.33% in 2012, then decreased by 9 bps to 7.6% in 2013, then dropped by 1 bps to 7.52% in 2014.
- The last three Net Margin figures came in at 7.52% (Q1 2014), 7.6% (Q4 2013), and 6.55% (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 7.52% |
| Dec 31, 2013 | 7.60% |
| Sep 30, 2013 | -6.55% |
| Jun 30, 2013 | 3.98% |
| Mar 31, 2013 | 7.61% |
| Dec 31, 2012 | 8.33% |
| Sep 30, 2012 | -0.38% |
| Jun 30, 2012 | 4.51% |
| Mar 31, 2012 | 8.29% |
| Dec 31, 2011 | 6.13% |
| Sep 30, 2011 | -1.04% |
| Jun 30, 2011 | 4.47% |
| Mar 31, 2011 | 5.13% |
| Dec 31, 2010 | 5.26% |
| Sep 30, 2010 | -0.56% |
| Jun 30, 2010 | 1.46% |
| Mar 31, 2010 | 4.41% |
| Dec 31, 2009 | 4.66% |
Spire Inc Net Margin 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=net-margin&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();