Spire Inc (SR) Revenue (2009 - 2014)
Spire's (SR) quarterly Revenue came in at $694.5 million in Q1 2014, up 74.67% year-over-year from $397.6 million in Q1 2013, and up 48.21% quarter-over-quarter from $468.6 million in Q4 2013.
Spire Inc (SR) Revenue (2009 - 2014) Analysis & Trends
Spire (SR) has reported Revenue for 6 consecutive years, with $694.5 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Revenue rose 74.67% year-over-year to $694.5 million in Q1 2014; TTM through Mar 2014 was $1.5 billion, a 39.07% increase from a year earlier, with the FY2013 full-year figure at $1.0 billion, down 9.64% from the prior year.
- Revenue was $694.5 million for Q1 2014 at Spire, up from $468.6 million in the prior quarter.
- Over five years, Revenue peaked at $694.5 million in Q1 2014 and troughed at $147.1 million in Q3 2013.
- A 5-year average of $361.9 million and a median of $344.3 million in 2011 frame the typical range for Revenue.
- Across the five-year window, Revenue plunged 45.73% in 2012 and soared 74.67% in 2014, its largest moves.
- Over 5 years, Revenue stood at $444.2 million in 2010, then fell by 7.49% to $410.9 million in 2011, then fell by 25.29% to $307.0 million in 2012, then surged by 52.64% to $468.6 million in 2013, then soared by 48.21% to $694.5 million in 2014.
- The last three Revenue figures came in at $694.5 million (Q1 2014), $468.6 million (Q4 2013), and $147.1 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 694.50 Mn |
| Dec 31, 2013 | 468.61 Mn |
| Sep 30, 2013 | 147.11 Mn |
| Jun 30, 2013 | 165.29 Mn |
| Mar 31, 2013 | 397.61 Mn |
| Dec 31, 2012 | 307.00 Mn |
| Sep 30, 2012 | 169.54 Mn |
| Jun 30, 2012 | 186.85 Mn |
| Mar 31, 2012 | 358.18 Mn |
| Dec 31, 2011 | 410.91 Mn |
| Sep 30, 2011 | 271.05 Mn |
| Jun 30, 2011 | 344.28 Mn |
| Mar 31, 2011 | 543.78 Mn |
| Dec 31, 2010 | 444.20 Mn |
| Sep 30, 2010 | 284.03 Mn |
| Jun 30, 2010 | 324.51 Mn |
| Mar 31, 2010 | 635.33 Mn |
| Dec 31, 2009 | 491.17 Mn |
Spire Inc Revenue 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=revenue&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();