Spire Inc (SR) Other Working Capital Changes (2009 - 2014)
Spire's (SR) quarterly Other Working Capital Changes came in at -$45.7 million in Q1 2014, down 28.26% year-over-year from -$63.7 million in Q1 2013, and down 491.3% quarter-over-quarter from -$7.7 million in Q4 2013.
Spire Inc (SR) Other Working Capital Changes (2009 - 2014) Analysis & Trends
Spire (SR) has reported Other Working Capital Changes for 6 consecutive years, with -$45.7 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Other Working Capital Changes fell 28.26% year-over-year to -$45.7 million in Q1 2014; TTM through Mar 2014 was -$16.8 million, a 50.68% increase from a year earlier, with the FY2013 full-year figure at -$8.2 million, down 183.18% from the prior year.
- Other Working Capital Changes was -$45.7 million for Q1 2014 at Spire, down from -$7.7 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $28.8 million in Q2 2013 and troughed at -$31.5 million in Q3 2013.
- A 5-year average of $971411.8 and a median of $2.1 million in 2011 frame the typical range for Other Working Capital Changes.
- The widest YoY moves for Other Working Capital Changes: up 14496.24% in 2013, down 1333.99% in 2013.
- Over 5 years, Other Working Capital Changes stood at -$387000.0 in 2010, then plunged by 837.98% to -$3.6 million in 2011, then slumped by 153.33% to -$9.2 million in 2012, then gained by 16.0% to -$7.7 million in 2013, then plunged by 491.3% to -$45.7 million in 2014.
- The last three Other Working Capital Changes figures came in at -$45.7 million (Q1 2014), -$7.7 million (Q4 2013), and -$10.0 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 7.92 Mn |
| Mar 31, 2014 | 7.92 Mn |
| Dec 31, 2013 | -6.65 Mn |
| Dec 31, 2013 | -6.65 Mn |
| Sep 30, 2013 | -31.53 Mn |
| Sep 30, 2013 | -31.53 Mn |
| Jun 30, 2013 | 28.81 Mn |
| Jun 30, 2013 | 28.81 Mn |
| Mar 31, 2013 | 4.10 Mn |
| Mar 31, 2013 | 4.10 Mn |
| Dec 31, 2012 | -4.21 Mn |
| Dec 31, 2012 | -4.21 Mn |
| Sep 30, 2012 | 2.72 Mn |
| Sep 30, 2012 | 2.72 Mn |
| Jun 30, 2012 | 24.57 Mn |
| Jun 30, 2012 | 24.57 Mn |
| Mar 31, 2012 | -8.79 Mn |
| Mar 31, 2012 | -8.79 Mn |
| Dec 31, 2011 | -2.81 Mn |
| Dec 31, 2011 | -2.81 Mn |
Spire Inc Other Working Capital Changes 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=other-working-capital-changes&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();