Rxo (RXO) Times Interest Earned (2022)
Rxo's (RXO) quarterly Times Interest Earned came in at 15.0 in Q3 2022.
Analysis
Rxo (RXO) Times Interest Earned (2022) Analysis & Trends
Rxo (RXO) has reported Times Interest Earned for 1 consecutive years, with 15.0 the latest figure, recorded in Q3 2022.
- For the quarter ending Q3 2022, Times Interest Earned changed N/A year-over-year to 15.0; the trailing twelve-month figure through Dec 2022 stood at 123.0 (changed N/A YoY), and the FY2025 full-year result was 79.0, down 30653.57% from the prior year.
- Times Interest Earned held at 15.0 in Q3 2022 per RXO's latest filing.
- Across five years, Times Interest Earned topped out at 15.0 in Q3 2022 and bottomed at 15.0 in Q3 2022.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (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 |
API Access
Rxo Times Interest Earned 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=times-interest-earned&ticker=RXO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "RXO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=times-interest-earned&ticker=RXO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();