GXO Logistics (GXO) Cash & Equivalents Growth (1y) (2021 - 2026)
Analysis
GXO Logistics (GXO) Cash & Equivalents Growth (1y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 41.73% |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | -10.79% |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | -0.90% |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | -26.09% |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | - |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -18.06% |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 275.12% |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -16.67% |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | -35.69% |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 10.62% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 275.12% |
| Mar 31, 2026 | 175.69% |
| Dec 31, 2025 | 106.78% |
| Sep 30, 2025 | -38.14% |
| Jun 30, 2025 | -56.29% |
| Mar 31, 2025 | -31.91% |
| Dec 31, 2024 | -11.75% |
| Sep 30, 2024 | 15.86% |
| Jun 30, 2024 | 53.77% |
| Mar 31, 2024 | -0.70% |
| Dec 31, 2023 | -5.45% |
| Sep 30, 2023 | 8.99% |
| Jun 30, 2023 | -20.57% |
| Mar 31, 2023 | 36.54% |
| Dec 31, 2022 | 48.65% |
| Sep 30, 2022 | 57.82% |
| Jun 30, 2022 | 17.79% |
| Dec 31, 2021 | 1.52% |
API Access
GXO Logistics Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=GXO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=GXO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();