Spire Inc (SR) Long-Term Deferred Tax (2010 - 2012)
Spire's (SR) quarterly Long-Term Deferred Tax came in at $362.2 million in Q3 2012, up 11.85% year-over-year from $323.8 million in Q4 2011, and up 11.85% quarter-over-quarter from $323.8 million in Q3 2011.
Spire Inc (SR) Long-Term Deferred Tax (2010 - 2012) Analysis & Trends
Spire (SR) has reported Long-Term Deferred Tax for 3 consecutive years, with $362.2 million the latest figure, recorded in Q3 2012.
- On a quarterly basis, Long-Term Deferred Tax rose 11.85% year-over-year to $362.2 million in Q3 2012; TTM through Sep 2012 was $362.2 million, a 11.85% increase from a year earlier, with the FY2012 full-year figure at $362.2 million, up 11.85% from the prior year.
- Long-Term Deferred Tax was $362.2 million for Q3 2012 at Spire, up from $323.8 million in the prior quarter.
- Over five years, Long-Term Deferred Tax peaked at $362.2 million in Q3 2012 and troughed at $292.5 million in Q3 2010.
- A 3-year average of $326.2 million and a median of $323.8 million in 2011 frame the typical range for Long-Term Deferred Tax.
- Across the five-year window, Long-Term Deferred Tax grew 10.69% in 2011 and increased 11.85% in 2012, its largest moves.
- Over 3 years, Long-Term Deferred Tax stood at $292.5 million in 2010, then gained by 10.69% to $323.8 million in 2011, then advanced by 11.85% to $362.2 million in 2012.
- The last three Long-Term Deferred Tax figures came in at $362.2 million (Q3 2012), $323.8 million (Q3 2011), and $292.5 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2012 | 362.18 Mn |
| Sep 30, 2011 | 323.81 Mn |
| Sep 30, 2010 | 292.55 Mn |
Spire Inc Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();