Spire Inc (SR) Deferred Taxes (2009 - 2014)
Spire's (SR) quarterly Deferred Taxes came in at $4.1 million in Q1 2014, up 129.9% year-over-year from $1.8 million in Q1 2013, and up 683.76% quarter-over-quarter from -$702000.0 in Q4 2013.
Spire Inc (SR) Deferred Taxes (2009 - 2014) Analysis & Trends
Spire (SR) has reported Deferred Taxes for 6 consecutive years, with $4.1 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Deferred Taxes rose 129.9% year-over-year to $4.1 million in Q1 2014; TTM through Mar 2014 was $36.6 million, a 175.98% increase from a year earlier, with the FY2013 full-year figure at $22.1 million, down 27.82% from the prior year.
- Deferred Taxes was $4.1 million for Q1 2014 at Spire, up from -$702000.0 in the prior quarter.
- Over five years, Deferred Taxes peaked at $29.4 million in Q2 2010 and troughed at -$13.7 million in Q1 2013.
- A 5-year average of $6.9 million and a median of $7.9 million in 2011 frame the typical range for Deferred Taxes.
- Across the five-year window, Deferred Taxes jumped 636.55% in 2011 and tumbled 672.93% in 2013, its largest moves.
- Over 5 years, Deferred Taxes stood at $1.1 million in 2010, then jumped by 636.55% to $7.9 million in 2011, then tumbled by 67.61% to $2.6 million in 2012, then tumbled by 127.29% to -$702000.0 in 2013, then jumped by 683.76% to $4.1 million in 2014.
- The last three Deferred Taxes figures came in at $4.1 million (Q1 2014), -$702000.0 (Q4 2013), and $8.8 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 4.10 Mn |
| Dec 31, 2013 | -702,000.00 |
| Sep 30, 2013 | 8.85 Mn |
| Jun 30, 2013 | 24.34 Mn |
| Mar 31, 2013 | -13.70 Mn |
| Dec 31, 2012 | 2.57 Mn |
| Sep 30, 2012 | 8.11 Mn |
| Jun 30, 2012 | 16.28 Mn |
| Mar 31, 2012 | -1.77 Mn |
| Dec 31, 2011 | 7.94 Mn |
| Sep 30, 2011 | 17.94 Mn |
| Jun 30, 2011 | 14.96 Mn |
| Mar 31, 2011 | -10.09 Mn |
| Dec 31, 2010 | 1.08 Mn |
| Sep 30, 2010 | 19.33 Mn |
| Jun 30, 2010 | 29.38 Mn |
| Mar 31, 2010 | -11.77 Mn |
| Dec 31, 2009 | -4.18 Mn |
Spire Inc Deferred 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=deferred-taxes&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-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=deferred-taxes&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();