Spire Inc (SR) Change in Taxes (2009 - 2014)
Spire's (SR) quarterly Change in Taxes came in at $34.7 million in Q1 2014, up 11.74% year-over-year from $31.1 million in Q1 2013, and up 928.23% quarter-over-quarter from $3.4 million in Q4 2013.
Spire Inc (SR) Change in Taxes (2009 - 2014) Analysis & Trends
Spire (SR) has reported Change in Taxes for 6 consecutive years, with $34.7 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Change in Taxes rose 11.74% year-over-year to $34.7 million in Q1 2014; TTM through Mar 2014 was $8.8 million, a 54.14% decrease from a year earlier, with the FY2013 full-year figure at $3.7 million, up 413.6% from the prior year.
- Change in Taxes was $34.7 million for Q1 2014 at Spire, up from $3.4 million in the prior quarter.
- Over five years, Change in Taxes peaked at $34.7 million in Q1 2014 and troughed at -$19.1 million in Q2 2010.
- A 5-year average of $1.6 million and a median of -$805000.0 in 2011 frame the typical range for Change in Taxes.
- Across the five-year window, Change in Taxes jumped 333.17% in 2012 and slumped 642.43% in 2013, its largest moves.
- Over 5 years, Change in Taxes stood at $7.1 million in 2010, then tumbled by 111.3% to -$805000.0 in 2011, then surged by 333.17% to $1.9 million in 2012, then jumped by 80.02% to $3.4 million in 2013, then surged by 928.23% to $34.7 million in 2014.
- The last three Change in Taxes figures came in at $34.7 million (Q1 2014), $3.4 million (Q4 2013), and -$12.9 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 34.74 Mn |
| Dec 31, 2013 | 3.38 Mn |
| Sep 30, 2013 | -12.90 Mn |
| Jun 30, 2013 | -16.41 Mn |
| Mar 31, 2013 | 31.09 Mn |
| Dec 31, 2012 | 1.88 Mn |
| Sep 30, 2012 | -1.74 Mn |
| Jun 30, 2012 | -12.01 Mn |
| Mar 31, 2012 | 13.38 Mn |
| Dec 31, 2011 | -805,000.00 |
| Sep 30, 2011 | -17.19 Mn |
| Jun 30, 2011 | -7.42 Mn |
| Mar 31, 2011 | 18.87 Mn |
| Dec 31, 2010 | 7.13 Mn |
| Sep 30, 2010 | -13.26 Mn |
| Jun 30, 2010 | -19.07 Mn |
| Mar 31, 2010 | 17.65 Mn |
| Dec 31, 2009 | 9.10 Mn |
Spire Inc Change in Taxes 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=change-in-taxes&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();