Rb Global (RBA) Long-Term Debt Issuances (2016 - 2023)
Rb Global's (RBA) quarterly Long-Term Debt Issuances came in at $3.2 billion in Q1 2023, up 428.71% quarter-over-quarter from $600.5 million in Q4 2016.
Rb Global (RBA) Long-Term Debt Issuances (2016 - 2023) Analysis & Trends
Rb Global (RBA) has reported Long-Term Debt Issuances for 2 consecutive years, with $3.2 billion the latest figure, recorded in Q1 2023.
- For the quarter ending Q1 2023, Long-Term Debt Issuances changed N/A year-over-year to $3.2 billion; the trailing twelve-month figure through Dec 2023 stood at $3.2 billion (up 428.71% YoY), and the FY2025 full-year result was $275.0 million, changed N/A from the prior year.
- Long-Term Debt Issuances improved to $3.2 billion in Q1 2023 per RBA's latest filing, from $600.5 million in the prior quarter.
- Across five years, Long-Term Debt Issuances topped out at $3.2 billion in Q1 2023 and bottomed at $3.2 billion in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | - |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | - |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | 1.27 Bn |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | - |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | - |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | - |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | - |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | 48.28 Mn |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | - |
Rb Global Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=RBA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "ticker": "RBA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-debt-issuances&ticker=RBA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();