Spire Inc (SR) Change in Receivables (2009 - 2014)
Spire's (SR) quarterly Change in Receivables came in at $54.2 million in Q1 2014, up 487.19% year-over-year from $9.2 million in Q1 2013, and down 65.63% quarter-over-quarter from $157.6 million in Q4 2013.
Spire Inc (SR) Change in Receivables (2009 - 2014) Analysis & Trends
Spire (SR) has reported Change in Receivables for 6 consecutive years, with $54.2 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Change in Receivables rose 487.19% year-over-year to $54.2 million in Q1 2014; TTM through Mar 2014 was $141.2 million, a 134.68% increase from a year earlier, with the FY2013 full-year figure at $650000.0, down 93.05% from the prior year.
- Change in Receivables was $54.2 million for Q1 2014 at Spire, down from $157.6 million in the prior quarter.
- Over five years, Change in Receivables peaked at $157.6 million in Q4 2013 and troughed at -$103.9 million in Q4 2010.
- A 5-year average of $19.6 million and a median of $12.0 million in 2010 frame the typical range for Change in Receivables.
- Across the five-year window, Change in Receivables sank 312.6% in 2013 and soared 487.19% in 2014, its largest moves.
- Over 5 years, Change in Receivables stood at -$103.9 million in 2010, then soared by 170.04% to $72.7 million in 2011, then slipped by 14.85% to $61.9 million in 2012, then soared by 154.37% to $157.6 million in 2013, then tumbled by 65.63% to $54.2 million in 2014.
- The last three Change in Receivables figures came in at $54.2 million (Q1 2014), $157.6 million (Q4 2013), and $2.3 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 54.15 Mn |
| Dec 31, 2013 | 157.56 Mn |
| Sep 30, 2013 | 2.34 Mn |
| Jun 30, 2013 | -72.85 Mn |
| Mar 31, 2013 | 9.22 Mn |
| Dec 31, 2012 | 61.94 Mn |
| Sep 30, 2012 | 6.66 Mn |
| Jun 30, 2012 | -17.66 Mn |
| Mar 31, 2012 | -52.39 Mn |
| Dec 31, 2011 | 72.74 Mn |
| Sep 30, 2011 | 9.29 Mn |
| Jun 30, 2011 | 46.33 Mn |
| Mar 31, 2011 | 45.14 Mn |
| Dec 31, 2010 | -103.86 Mn |
| Sep 30, 2010 | 12.05 Mn |
| Jun 30, 2010 | 63.36 Mn |
| Mar 31, 2010 | 39.22 Mn |
| Dec 31, 2009 | -122.23 Mn |
Spire Inc Change in Receivables 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-receivables&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();