Spire Inc (SR) EBT (2009 - 2014)
Spire's (SR) quarterly EBT came in at $77.6 million in Q1 2014, up 66.85% year-over-year from $46.5 million in Q1 2013, and up 43.39% quarter-over-quarter from $54.1 million in Q4 2013.
Spire Inc (SR) EBT (2009 - 2014) Analysis & Trends
Spire (SR) has reported EBT for 6 consecutive years, with $77.6 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, EBT rose 66.85% year-over-year to $77.6 million in Q1 2014; TTM through Mar 2014 was $118.4 million, a 34.28% increase from a year earlier, with the FY2013 full-year figure at $70.3 million, down 20.91% from the prior year.
- EBT was $77.6 million for Q1 2014 at Spire, up from $54.1 million in the prior quarter.
- Over five years, EBT peaked at $77.6 million in Q1 2014 and troughed at -$18.3 million in Q3 2013.
- A 5-year average of $25.3 million and a median of $35.9 million in 2010 frame the typical range for EBT.
- Across the five-year window, EBT surged 235.04% in 2011 and tumbled 280.27% in 2013, its largest moves.
- Over 5 years, EBT stood at $35.9 million in 2010, then gained by 7.85% to $38.7 million in 2011, then retreated by 4.1% to $37.1 million in 2012, then soared by 45.63% to $54.1 million in 2013, then jumped by 43.39% to $77.6 million in 2014.
- The last three EBT figures came in at $77.6 million (Q1 2014), $54.1 million (Q4 2013), and -$18.3 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 77.56 Mn |
| Dec 31, 2013 | 54.09 Mn |
| Sep 30, 2013 | -18.31 Mn |
| Jun 30, 2013 | 5.02 Mn |
| Mar 31, 2013 | 46.48 Mn |
| Dec 31, 2012 | 37.14 Mn |
| Sep 30, 2012 | -4.82 Mn |
| Jun 30, 2012 | 9.33 Mn |
| Mar 31, 2012 | 45.69 Mn |
| Dec 31, 2011 | 38.73 Mn |
| Sep 30, 2011 | -6.79 Mn |
| Jun 30, 2011 | 19.76 Mn |
| Mar 31, 2011 | 44.12 Mn |
| Dec 31, 2010 | 35.91 Mn |
| Sep 30, 2010 | -4.22 Mn |
| Jun 30, 2010 | 5.90 Mn |
| Mar 31, 2010 | 43.92 Mn |
| Dec 31, 2009 | 35.54 Mn |
Spire Inc EBT 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=ebt&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();