Spire Inc (SR) Current Deferred Tax Assets (2009 - 2014)
Spire's (SR) quarterly Current Deferred Tax Assets came in at $5.9 million in Q1 2014, up 132.33% year-over-year from $2.5 million in Q1 2013, and up 82.22% quarter-over-quarter from $3.2 million in Q4 2013.
Spire Inc (SR) Current Deferred Tax Assets (2009 - 2014) Analysis & Trends
Spire (SR) has reported Current Deferred Tax Assets for 5 consecutive years, with $5.9 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Current Deferred Tax Assets rose 132.33% year-over-year to $5.9 million in Q1 2014; TTM through Mar 2014 was $5.9 million, a 132.33% increase from a year earlier, with the FY2011 full-year figure at -$8.4 million, down 5322.58% from the prior year.
- Current Deferred Tax Assets was $5.9 million for Q1 2014 at Spire, up from $3.2 million in the prior quarter.
- Over five years, Current Deferred Tax Assets peaked at $9.1 million in Q2 2011 and troughed at -$8.4 million in Q3 2011.
- A 4-year average of $2.5 million and a median of $2.9 million in 2013 frame the typical range for Current Deferred Tax Assets.
- The widest YoY moves for Current Deferred Tax Assets: up 1067.73% in 2011, down 5322.58% in 2011.
- Over 4 years, Current Deferred Tax Assets stood at $1.2 million in 2010, then sank by 823.32% to -$8.4 million in 2011, then soared by 138.33% to $3.2 million in 2013, then soared by 82.22% to $5.9 million in 2014.
- The last three Current Deferred Tax Assets figures came in at $5.9 million (Q1 2014), $3.2 million (Q4 2013), and $2.9 million (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 5.87 Mn |
| Dec 31, 2013 | 3.22 Mn |
| Jun 30, 2013 | 2.89 Mn |
| Mar 31, 2013 | 2.53 Mn |
| Sep 30, 2011 | -8.41 Mn |
| Jun 30, 2011 | 9.06 Mn |
| Mar 31, 2011 | 7.31 Mn |
| Dec 31, 2010 | 1.16 Mn |
| Sep 30, 2010 | -155,000.00 |
| Jun 30, 2010 | 3.81 Mn |
| Mar 31, 2010 | 626,000.00 |
| Sep 30, 2009 | 1.71 Mn |
Spire Inc Current Deferred Tax Assets 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=current-deferred-tax-assets&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "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=current-deferred-tax-assets&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();