Spire Inc (SR) Cash from Financing Activities (2009 - 2014)
Spire's (SR) quarterly Cash from Financing Activities came in at -$168.0 million in Q1 2014, down 8285.18% year-over-year from $2.1 million in Q1 2013, and down 879.11% quarter-over-quarter from $21.6 million in Q4 2013.
Spire Inc (SR) Cash from Financing Activities (2009 - 2014) Analysis & Trends
Spire (SR) has reported Cash from Financing Activities for 6 consecutive years, with -$168.0 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Cash from Financing Activities fell 8285.18% year-over-year to -$168.0 million in Q1 2014; TTM through Mar 2014 was $781.5 million, a 1071.58% increase from a year earlier, with the FY2013 full-year figure at $969.9 million, up 2618.13% from the prior year.
- Cash from Financing Activities was -$168.0 million for Q1 2014 at Spire, down from $21.6 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $508.5 million in Q3 2013 and troughed at -$168.0 million in Q1 2014.
- A 5-year average of $34.7 million and a median of -$2.0 million in 2013 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities jumped 5064.75% in 2013 and slumped 8285.18% in 2014, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$53.0 million in 2010, then jumped by 232.09% to $70.0 million in 2011, then tumbled by 37.31% to $43.9 million in 2012, then tumbled by 50.86% to $21.6 million in 2013, then plunged by 879.11% to -$168.0 million in 2014.
- The last three Cash from Financing Activities figures came in at -$168.0 million (Q1 2014), $21.6 million (Q4 2013), and $508.5 million (Q3 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | -168.04 Mn |
| Dec 31, 2013 | 21.57 Mn |
| Sep 30, 2013 | 508.55 Mn |
| Jun 30, 2013 | 419.47 Mn |
| Mar 31, 2013 | -2.00 Mn |
| Dec 31, 2012 | 43.89 Mn |
| Sep 30, 2012 | 33.27 Mn |
| Jun 30, 2012 | -8.45 Mn |
| Mar 31, 2012 | -133.35 Mn |
| Dec 31, 2011 | 70.02 Mn |
| Sep 30, 2011 | 36.50 Mn |
| Jun 30, 2011 | -7.65 Mn |
| Mar 31, 2011 | -119.67 Mn |
| Dec 31, 2010 | -53.00 Mn |
| Sep 30, 2010 | 45.47 Mn |
| Jun 30, 2010 | -47.02 Mn |
| Mar 31, 2010 | -49.90 Mn |
| Dec 31, 2009 | 17.64 Mn |
Spire Inc Cash from Financing Activities 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=cash-from-financing-activities&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();