Spire Inc (SR) Tax Provisions (2009 - 2014)
Spire's (SR) quarterly Tax Provisions came in at $25.3 million in Q1 2014, up 56.02% year-over-year from $16.2 million in Q1 2013, and up 36.98% quarter-over-quarter from $18.5 million in Q4 2013.
Spire Inc (SR) Tax Provisions (2009 - 2014) Analysis & Trends
Spire (SR) has reported Tax Provisions for 6 consecutive years, with $25.3 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Tax Provisions rose 56.02% year-over-year to $25.3 million in Q1 2014; TTM through Mar 2014 was $33.6 million, a 36.87% increase from a year earlier, with the FY2013 full-year figure at $17.6 million, down 33.14% from the prior year.
- Tax Provisions was $25.3 million for Q1 2014 at Spire, up from $18.5 million in the prior quarter.
- Over five years, Tax Provisions peaked at $25.3 million in Q1 2014 and troughed at -$8.7 million in Q3 2013.
- A 5-year average of $7.7 million and a median of $11.6 million in 2012 frame the typical range for Tax Provisions.
- Across the five-year window, Tax Provisions jumped 274.49% in 2011 and sank 274.14% in 2013, its largest moves.
- Over 5 years, Tax Provisions stood at $12.5 million in 2010, then gained by 8.09% to $13.6 million in 2011, then dropped by 14.61% to $11.6 million in 2012, then surged by 59.82% to $18.5 million in 2013, then surged by 36.98% to $25.3 million in 2014.
- The last three Tax Provisions figures came in at $25.3 million (Q1 2014), $18.5 million (Q4 2013), and -$8.7 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 25.34 Mn |
| Dec 31, 2013 | 18.50 Mn |
| Sep 30, 2013 | -8.68 Mn |
| Jun 30, 2013 | -1.56 Mn |
| Mar 31, 2013 | 16.24 Mn |
| Dec 31, 2012 | 11.58 Mn |
| Sep 30, 2012 | -4.17 Mn |
| Jun 30, 2012 | 897,000.00 |
| Mar 31, 2012 | 16.00 Mn |
| Dec 31, 2011 | 13.56 Mn |
| Sep 30, 2011 | -3.96 Mn |
| Jun 30, 2011 | 4.37 Mn |
| Mar 31, 2011 | 16.23 Mn |
| Dec 31, 2010 | 12.54 Mn |
| Sep 30, 2010 | -2.63 Mn |
| Jun 30, 2010 | 1.17 Mn |
| Mar 31, 2010 | 15.90 Mn |
| Dec 31, 2009 | 12.66 Mn |
Spire Inc Tax Provisions 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=tax-provisions&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();