Ryder System (R) Interest Coverage Ratio (2009 - 2026)
Ryder System (R) posted Interest Coverage Ratio of 17.64 for Q2 2026, down 3.95% on a QoQ basis from 16.97 in Q1 2026, and down 11.89% year-over-year from 20.02 in Q2 2025.
Ryder System (R) Interest Coverage Ratio (2009 - 2026) Analysis & Trends
Ryder System has reported Interest Coverage Ratio for 18 years, with the latest figure at 17.64 in Q2 2026.
- On a quarterly basis, Interest Coverage Ratio fell 11.89% year-over-year to 17.64 in Q2 2026; TTM through Jun 2026 was 16.55, a 2.81% decrease from a year earlier, with the FY2025 full-year figure at 15.95, up 4.37% from the prior year.
- Interest Coverage Ratio was 17.64 for Q2 2026 at Ryder System, down from 16.97 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 15.58 in Q3 2025, with the low at 23.04 in Q1 2022.
- Average Interest Coverage Ratio over 5 years is 18.27, with a median of 17.48 recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Interest Coverage Ratio plunged 35.59% in 2022, then rose 18.14% in 2024.
- Over 5 years, Interest Coverage Ratio stood at 21.24 in 2022, then gained by 17.71% to 17.48 in 2023, then climbed by 8.05% to 16.07 in 2024, then decreased by 0.06% to 16.08 in 2025, then retreated by 9.7% to 17.64 in 2026.
- The last three Interest Coverage Ratio figures came in at 17.64 (Q2 2026), 16.97 (Q1 2026), and 16.08 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (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.30 |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | -17.64 |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 81.56 |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 2.20 |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | - |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 13.04 |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -19.38 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -17.64 |
| Mar 31, 2026 | -16.97 |
| Dec 31, 2025 | -16.08 |
| Sep 30, 2025 | -15.58 |
| Jun 30, 2025 | -15.76 |
| Mar 31, 2025 | -16.38 |
| Dec 31, 2024 | -16.07 |
| Sep 30, 2024 | -16.18 |
| Jun 30, 2024 | -16.82 |
| Mar 31, 2024 | -17.71 |
| Dec 31, 2023 | -17.48 |
| Sep 30, 2023 | -17.48 |
| Jun 30, 2023 | -20.32 |
| Mar 31, 2023 | -21.63 |
| Dec 31, 2022 | -21.24 |
| Sep 30, 2022 | -21.33 |
| Jun 30, 2022 | -21.16 |
| Mar 31, 2022 | -23.04 |
| Dec 31, 2021 | -19.76 |
| Sep 30, 2021 | -18.21 |
Ryder System Interest Coverage Ratio 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=interest-coverage-ratio&ticker=R&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=R&period=max&api_key=YOUR_API_KEY");
const data = await res.json();