GXO Logistics (GXO) Cash from Investing Activities (2020 - 2026)
GXO Logistics (GXO) posted Cash from Investing Activities of -$64.0 million for Q2 2026, down 3.23% on a QoQ basis from -$62.0 million in Q1 2026, and down 39.13% year-over-year from -$105.1 million in Q2 2025.
GXO Logistics (GXO) Cash from Investing Activities (2020 - 2026) Analysis & Trends
GXO Logistics has reported Cash from Investing Activities for 7 years, with the latest figure at -$64.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 39.13% year-over-year to -$64.0 million in Q2 2026; TTM through Jun 2026 was -$199.0 million, a 25.19% increase from a year earlier, with the FY2025 full-year figure at -$196.0 million, up 83.06% from the prior year.
- Cash from Investing Activities was -$64.0 million for Q2 2026 at GXO Logistics, down from -$62.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was -$27.0 million in Q4 2025, with the low at -$959.0 million in Q2 2022.
- Average Cash from Investing Activities over 5 years is -$168.8 million, with a median of -$63.0 million recorded in 2026.
- The sharpest annual moves came in 2022 and 2025: Cash from Investing Activities tumbled 2806.06% in 2022, then soared 95.06% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$93.0 million in 2022, then plunged by 134.41% to -$218.0 million in 2023, then surged by 77.06% to -$50.0 million in 2024, then soared by 46.0% to -$27.0 million in 2025, then tumbled by 137.04% to -$64.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$64.0 million (Q2 2026), -$62.0 million (Q1 2026), and -$27.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -925.15 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 9.37 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | -97.03 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | -445.50 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | -267.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -2.36 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | -64.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -12.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | -60.62 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -5.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -64.00 Mn |
| Mar 31, 2026 | -62.00 Mn |
| Dec 31, 2025 | -27.00 Mn |
| Sep 30, 2025 | -46.00 Mn |
| Jun 30, 2025 | -46.00 Mn |
| Mar 31, 2025 | -77.00 Mn |
| Dec 31, 2024 | -50.00 Mn |
| Sep 30, 2024 | -93.00 Mn |
| Jun 30, 2024 | -932.00 Mn |
| Mar 31, 2024 | -82.00 Mn |
| Dec 31, 2023 | -218.00 Mn |
| Sep 30, 2023 | -52.00 Mn |
| Jun 30, 2023 | -58.00 Mn |
| Mar 31, 2023 | -82.00 Mn |
| Dec 31, 2022 | -93.00 Mn |
| Sep 30, 2022 | -53.00 Mn |
| Jun 30, 2022 | -959.00 Mn |
| Mar 31, 2022 | -44.00 Mn |
| Dec 31, 2021 | -67.00 Mn |
| Sep 30, 2021 | -69.00 Mn |
GXO Logistics Cash from Investing Activities 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-from-investing-activities&ticker=GXO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=GXO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();