Spire Inc (SR) Invested Capital (2009 - 2014)
Spire's (SR) quarterly Invested Capital came in at $1.9 billion in Q1 2014, up 75.6% year-over-year from $1.1 billion in Q1 2013, and up 2.12% quarter-over-quarter from $1.9 billion in Q4 2013.
Spire Inc (SR) Invested Capital (2009 - 2014) Analysis & Trends
Spire (SR) has reported Invested Capital for 6 consecutive years, with $1.9 billion the latest figure, recorded in Q1 2014.
- On a quarterly basis, Invested Capital rose 75.6% year-over-year to $1.9 billion in Q1 2014; TTM through Mar 2014 was $1.9 billion, a 75.6% increase from a year earlier, with the FY2013 full-year figure at $2.0 billion, up 108.18% from the prior year.
- Invested Capital was $1.9 billion for Q1 2014 at Spire, up from $1.9 billion in the prior quarter.
- Over five years, Invested Capital peaked at $2.0 billion in Q3 2013 and troughed at $899.9 million in Q3 2010.
- A 5-year average of $1.2 billion and a median of $943.9 million in 2011 frame the typical range for Invested Capital.
- Across the five-year window, Invested Capital decreased 0.71% in 2010 and soared 108.18% in 2013, its largest moves.
- Over 5 years, Invested Capital stood at $912.9 million in 2010, then advanced by 1.77% to $929.0 million in 2011, then climbed by 6.05% to $985.2 million in 2012, then surged by 92.77% to $1.9 billion in 2013, then advanced by 2.12% to $1.9 billion in 2014.
- The last three Invested Capital figures came in at $1.9 billion (Q1 2014), $1.9 billion (Q4 2013), and $2.0 billion (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 1.94 Bn |
| Dec 31, 2013 | 1.90 Bn |
| Sep 30, 2013 | 1.96 Bn |
| Jun 30, 2013 | 1.55 Bn |
| Mar 31, 2013 | 1.10 Bn |
| Dec 31, 2012 | 985.20 Mn |
| Sep 30, 2012 | 941.03 Mn |
| Jun 30, 2012 | 950.56 Mn |
| Mar 31, 2012 | 954.59 Mn |
| Dec 31, 2011 | 929.04 Mn |
| Sep 30, 2011 | 937.69 Mn |
| Jun 30, 2011 | 943.89 Mn |
| Mar 31, 2011 | 933.49 Mn |
| Dec 31, 2010 | 912.88 Mn |
| Sep 30, 2010 | 899.88 Mn |
| Jun 30, 2010 | 910.96 Mn |
| Mar 31, 2010 | 917.80 Mn |
| Dec 31, 2009 | 895.82 Mn |
| Sep 30, 2009 | 906.27 Mn |
Spire Inc Invested Capital 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=invested-capital&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();