GXO Logistics (GXO) Short-Term Debt issuances (2024 - 2025)
GXO Logistics (GXO) posted Short-Term Debt issuances of -$63.0 million for Q4 2025, down 310.0% on a QoQ basis from $30.0 million in Q3 2025, and down 12.5% year-over-year from -$72.0 million in Q4 2024.
GXO Logistics (GXO) Short-Term Debt issuances (2024 - 2025) Analysis & Trends
GXO Logistics has reported Short-Term Debt issuances for 2 years, with the latest figure at -$63.0 million in Q4 2025.
- On a quarterly basis, Short-Term Debt issuances fell 12.5% year-over-year to -$63.0 million in Q4 2025; TTM through Jun 2026 was -$33.0 million, a 71.05% increase from a year earlier, with the FY2025 full-year figure at -$25.0 million, up 79.51% from the prior year.
- Short-Term Debt issuances was -$63.0 million for Q4 2025 at GXO Logistics, down from $30.0 million in the prior quarter.
- The five-year high for Short-Term Debt issuances was $56.0 million in Q1 2025, with the low at -$66.0 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST 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 | 172,000.00 |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | - |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | 2.70 Mn |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | -174.00 Mn |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | 17.42 Mn |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | - |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | 331.00 Mn |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | - |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | -35,000.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -63.00 Mn |
| Sep 30, 2025 | 30.00 Mn |
| Jun 30, 2025 | -48.00 Mn |
| Mar 31, 2025 | 56.00 Mn |
| Dec 31, 2024 | -56.00 Mn |
| Sep 30, 2024 | -66.00 Mn |
GXO Logistics Short-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=short-term-debt-issuances&ticker=GXO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "ticker": "GXO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=short-term-debt-issuances&ticker=GXO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();