Spire Inc (SR) Common Equity (2009 - 2014)
Spire's (SR) quarterly Common Equity came in at $1.1 billion in Q1 2014, up 72.91% year-over-year from $640.0 million in Q1 2013, and up 3.77% quarter-over-quarter from $1.1 billion in Q4 2013.
Spire Inc (SR) Common Equity (2009 - 2014) Analysis & Trends
Spire (SR) has reported Common Equity for 6 consecutive years, with $1.1 billion the latest figure, recorded in Q1 2014.
- On a quarterly basis, Common Equity rose 72.91% year-over-year to $1.1 billion in Q1 2014; TTM through Mar 2014 was $1.1 billion, a 72.91% increase from a year earlier, with the FY2013 full-year figure at $1.0 billion, up 73.91% from the prior year.
- Common Equity was $1.1 billion for Q1 2014 at Spire, up from $1.1 billion in the prior quarter.
- Over five years, Common Equity peaked at $1.1 billion in Q1 2014 and troughed at $535.6 million in Q3 2010.
- A 5-year average of $699.1 million and a median of $601.6 million in 2012 frame the typical range for Common Equity.
- Across the five-year window, Common Equity grew 2.83% in 2011 and surged 76.88% in 2013, its largest moves.
- Over 5 years, Common Equity stood at $548.6 million in 2010, then increased by 7.49% to $589.7 million in 2011, then rose by 5.28% to $620.8 million in 2012, then jumped by 71.78% to $1.1 billion in 2013, then climbed by 3.77% to $1.1 billion in 2014.
- The last three Common Equity figures came in at $1.1 billion (Q1 2014), $1.1 billion (Q4 2013), and $1.0 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 1.11 Bn |
| Dec 31, 2013 | 1.07 Bn |
| Sep 30, 2013 | 1.05 Bn |
| Jun 30, 2013 | 1.08 Bn |
| Mar 31, 2013 | 640.00 Mn |
| Dec 31, 2012 | 620.78 Mn |
| Sep 30, 2012 | 601.61 Mn |
| Jun 30, 2012 | 611.16 Mn |
| Mar 31, 2012 | 615.20 Mn |
| Dec 31, 2011 | 589.67 Mn |
| Sep 30, 2011 | 573.33 Mn |
| Jun 30, 2011 | 579.55 Mn |
| Mar 31, 2011 | 569.17 Mn |
| Dec 31, 2010 | 548.57 Mn |
| Sep 30, 2010 | 535.58 Mn |
| Jun 30, 2010 | 546.68 Mn |
| Mar 31, 2010 | 553.53 Mn |
| Dec 31, 2009 | 531.56 Mn |
| Sep 30, 2009 | 517.03 Mn |
Spire Inc Common Equity 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=common-equity&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();