Ryder System (R) Cash from Discontinued Operations (2009 - 2014)
Ryder System (R) posted Cash from Discontinued Operations of -$423000.0 for Q2 2014, up 53.31% on a QoQ basis from -$906000.0 in Q1 2014, and down 38.69% year-over-year from -$689919.8 in Q2 2013.
Ryder System (R) Cash from Discontinued Operations (2009 - 2014) Analysis & Trends
Ryder System has reported Cash from Discontinued Operations for 6 years, with the latest figure at -$423000.0 in Q2 2014.
- On a quarterly basis, Cash from Discontinued Operations fell 38.69% year-over-year to -$423000.0 in Q2 2014; TTM through Jun 2014 was -$6.1 million, a 208.25% decrease from a year earlier, with the FY2013 full-year figure at -$5.8 million, down 79.96% from the prior year.
- Cash from Discontinued Operations was -$423000.0 for Q2 2014 at Ryder System, up from -$906000.0 in the prior quarter.
- The five-year high for Cash from Discontinued Operations was $693000.0 in Q3 2011, with the low at -$5.2 million in Q1 2010.
- Average Cash from Discontinued Operations over 5 years is -$1.1 million, with a median of -$640500.0 recorded in 2011.
- The sharpest annual moves came in 2011 and 2013: Cash from Discontinued Operations surged 307.49% in 2011, then plunged 697.13% in 2013.
- Over 5 years, Cash from Discontinued Operations stood at -$3.3 million in 2010, then surged by 112.55% to $410000.0 in 2011, then plunged by 228.54% to -$527000.0 in 2012, then sank by 171.35% to -$1.4 million in 2013, then surged by 70.42% to -$423000.0 in 2014.
- The last three Cash from Discontinued Operations figures came in at -$423000.0 (Q2 2014), -$906000.0 (Q1 2014), and -$1.4 million (Q4 2013), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discontinued Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | - |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | - |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | - |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | - |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | - |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | - |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | - |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | - |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2014 | -423,000.00 |
| Mar 31, 2014 | -906,000.00 |
| Dec 31, 2013 | -1.43 Mn |
| Sep 30, 2013 | -3.33 Mn |
| Jun 30, 2013 | -305,000.00 |
| Mar 31, 2013 | -726,000.00 |
| Dec 31, 2012 | -527,000.00 |
| Sep 30, 2012 | -418,000.00 |
| Jun 30, 2012 | -1.34 Mn |
| Mar 31, 2012 | -933,000.00 |
| Dec 31, 2011 | 410,000.00 |
| Sep 30, 2011 | 693,000.00 |
| Jun 30, 2011 | -555,000.00 |
| Mar 31, 2011 | -1.05 Mn |
| Dec 31, 2010 | -3.27 Mn |
| Sep 30, 2010 | -334,000.00 |
| Jun 30, 2010 | -477,000.00 |
| Mar 31, 2010 | -5.20 Mn |
| Dec 31, 2009 | -5.01 Mn |
| Sep 30, 2009 | -850,000.00 |
Ryder System Cash from Discontinued Operations 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-discontinued-operations&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "ticker": "R", "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-discontinued-operations&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();