Spire Inc (SR) EPS (Basic) (2009 - 2014)
Spire's (SR) quarterly EPS (Basic) came in at $1.6 in Q1 2014, up 18.69% year-over-year from $1.35 in Q1 2013, and up 46.5% quarter-over-quarter from $1.09 in Q4 2013.
Spire Inc (SR) EPS (Basic) (2009 - 2014) Analysis & Trends
Spire (SR) has reported EPS (Basic) for 6 consecutive years, with $1.6 the latest figure, recorded in Q1 2014.
- On a quarterly basis, EPS (Basic) rose 18.69% year-over-year to $1.6 in Q1 2014; TTM through Mar 2014 was $2.6, a 8.38% decrease from a year earlier, with the FY2013 full-year figure at $2.04, down 27.54% from the prior year.
- EPS (Basic) was $1.6 for Q1 2014 at Spire, up from $1.09 in the prior quarter.
- Over five years, EPS (Basic) peaked at $1.6 in Q1 2014 and troughed at -$0.37 in Q3 2013.
- A 5-year average of $0.72 and a median of $1.06 in 2010 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) jumped 223.49% in 2011 and tumbled 1173.5% in 2013, its largest moves.
- Over 5 years, EPS (Basic) stood at $1.06 in 2010, then grew by 6.99% to $1.13 in 2011, then advanced by 0.75% to $1.14 in 2012, then retreated by 4.38% to $1.09 in 2013, then jumped by 46.5% to $1.6 in 2014.
- The last three EPS (Basic) figures came in at $1.6 (Q1 2014), $1.09 (Q4 2013), and -$0.37 (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 1.60 |
| Dec 31, 2013 | 1.09 |
| Sep 30, 2013 | -0.37 |
| Jun 30, 2013 | 0.25 |
| Mar 31, 2013 | 1.35 |
| Dec 31, 2012 | 1.14 |
| Sep 30, 2012 | -0.03 |
| Jun 30, 2012 | 0.38 |
| Mar 31, 2012 | 1.33 |
| Dec 31, 2011 | 1.13 |
| Sep 30, 2011 | -0.13 |
| Jun 30, 2011 | 0.70 |
| Mar 31, 2011 | 1.26 |
| Dec 31, 2010 | 1.06 |
| Sep 30, 2010 | -0.07 |
| Jun 30, 2010 | 0.22 |
| Mar 31, 2010 | 1.27 |
| Dec 31, 2009 | 1.04 |
Spire Inc EPS (Basic) 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=eps-basic&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();