Ryder System (R) Change in Inventory (2009 - 2023)
Ryder System (R) posted Change in Inventory of $1.0 million for Q3 2023, up 125.0% on a QoQ basis from -$4.0 million in Q1 2023, and up 133.33% year-over-year from $428571.4 in Q3 2022.
Ryder System (R) Change in Inventory (2009 - 2023) Analysis & Trends
Ryder System has reported Change in Inventory for 15 years, with the latest figure at $1.0 million in Q3 2023.
- On a quarterly basis, Change in Inventory rose 133.33% year-over-year to $1.0 million in Q3 2023; TTM through Sep 2023 was -$4.0 million, a 132.39% decrease from a year earlier, with the FY2022 full-year figure at $9.0 million, up 12.5% from the prior year.
- Change in Inventory was $1.0 million for Q3 2023 at Ryder System, up from -$4.0 million in the prior quarter.
- The five-year high for Change in Inventory was $7.0 million in Q2 2022, with the low at -$15.4 million in Q1 2020.
- Average Change in Inventory over 5 years is -$259222.2, with a median of $627500.0 recorded in 2019.
- The sharpest annual moves came in 2020 and 2022: Change in Inventory slumped 2138.23% in 2020, then soared 660.75% in 2022.
- Over 5 years, Change in Inventory stood at -$2.5 million in 2019, then soared by 119.68% to $499000.0 in 2020, then jumped by 370.94% to $2.4 million in 2021, then sank by 142.55% to -$1.0 million in 2022, then jumped by 200.0% to $1.0 million in 2023.
- The last three Change in Inventory figures came in at $1.0 million (Q3 2023), -$4.0 million (Q1 2023), and -$1.0 million (Q4 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 7.86 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 | -352,000.00 |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2023 | 1.00 Mn |
| Mar 31, 2023 | -4.00 Mn |
| Dec 31, 2022 | -1.00 Mn |
| Sep 30, 2022 | -3.00 Mn |
| Jun 30, 2022 | 7.00 Mn |
| Mar 31, 2022 | 6.00 Mn |
| Dec 31, 2021 | 2.35 Mn |
| Sep 30, 2021 | 4.23 Mn |
| Jun 30, 2021 | 2.49 Mn |
| Mar 31, 2021 | -1.07 Mn |
| Dec 31, 2020 | 499,000.00 |
| Sep 30, 2020 | -1.82 Mn |
| Jun 30, 2020 | -3.27 Mn |
| Mar 31, 2020 | -15.41 Mn |
| Dec 31, 2019 | -2.54 Mn |
| Sep 30, 2019 | 2.35 Mn |
| Jun 30, 2019 | 768,000.00 |
| Mar 31, 2019 | 756,000.00 |
| Dec 31, 2018 | 1.39 Mn |
| Sep 30, 2018 | 4.83 Mn |
Ryder System Change in Inventory 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-inventory&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();