Spire Inc (SR) Shares Outstanding (2009 - 2014)
Spire's (SR) quarterly Shares Outstanding (Entity) came in at $32.8 million in Q1 2014, up 44.61% year-over-year from $22.7 million in Q1 2013, and little changed quarter-over-quarter from $32.8 million in Q4 2013.
Spire Inc (SR) Shares Outstanding (2009 - 2014) Analysis & Trends
Spire (SR) has reported Shares Outstanding (Entity) for 6 consecutive years, with $32.8 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Shares Outstanding (Entity) rose 44.61% year-over-year to $32.8 million in Q1 2014; TTM through Mar 2014 was $32.8 million, a 44.61% increase from a year earlier, with the FY2013 full-year figure at $25.9 million, up 14.72% from the prior year.
- Shares Outstanding (Entity) was $32.8 million for Q1 2014 at Spire, roughly flat from $32.8 million in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $32.8 million in Q1 2014 and troughed at $22.0 million in Q1 2010.
- A 5-year average of $24.0 million and a median of $22.5 million in 2012 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) climbed 0.35% in 2012 and soared 45.12% in 2013, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $22.4 million in 2010, then increased by 0.45% to $22.5 million in 2011, then advanced by 0.38% to $22.6 million in 2012, then surged by 45.12% to $32.8 million in 2013, then climbed by 0.08% to $32.8 million in 2014.
- The last three Shares Outstanding (Entity) figures came in at $32.8 million (Q1 2014), $32.8 million (Q4 2013), and $25.9 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 32.62 Mn |
| Dec 31, 2013 | 32.57 Mn |
| Sep 30, 2013 | 25.88 Mn |
| Jun 30, 2013 | 26.11 Mn |
| Mar 31, 2013 | 22.42 Mn |
| Dec 31, 2012 | 22.37 Mn |
| Sep 30, 2012 | 22.26 Mn |
| Jun 30, 2012 | 22.28 Mn |
| Mar 31, 2012 | 22.25 Mn |
| Dec 31, 2011 | 22.19 Mn |
| Sep 30, 2011 | 22.10 Mn |
| Jun 30, 2011 | 22.12 Mn |
| Mar 31, 2011 | 22.10 Mn |
| Dec 31, 2010 | 22.04 Mn |
| Sep 30, 2010 | 21.99 Mn |
| Jun 30, 2010 | 22.00 Mn |
| Mar 31, 2010 | 21.98 Mn |
| Dec 31, 2009 | 21.96 Mn |
| Sep 30, 2009 | 21.89 Mn |
Spire Inc Shares Outstanding 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=shares-outstanding&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();