Expeditors International Of Washington (EXPD) Cash from Investing Activities (2009 - 2026)
Expeditors International Of Washington's (EXPD) quarterly Cash from Investing Activities came in at $9.4 million in Q2 2026, up 159.08% on a YoY basis from $3.6 million in Q2 2025, and up 175.03% quarter-over-quarter from -$12.5 million in Q1 2026.
Expeditors International Of Washington (EXPD) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Expeditors International Of Washington (EXPD) has reported Cash from Investing Activities for 18 consecutive years, with $9.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 159.08% year-over-year to $9.4 million; the trailing twelve-month figure through Jun 2026 stood at -$19.0 million (up 63.09% YoY), and the FY2025 full-year result was -$44.7 million, down 10.32% from the prior year.
- Cash from Investing Activities advanced to $9.4 million in Q2 2026 per EXPD's latest filing, from -$12.5 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $9.4 million in Q2 2026 and bottomed at -$38.3 million in Q2 2022.
- Historically, Cash from Investing Activities has averaged -$12.0 million across 5 years, with a median of -$10.9 million in 2023.
- The sharpest annual moves came in 2022 and 2026: Cash from Investing Activities tumbled 498.22% in 2022, then jumped 159.08% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$18.6 million in 2022, then jumped by 42.79% to -$10.6 million in 2023, then climbed by 5.44% to -$10.0 million in 2024, then jumped by 43.44% to -$5.7 million in 2025, then soared by 264.82% to $9.4 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $9.4 million, -$12.5 million, and -$5.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | 9.37 Mn |
| Mar 31, 2026 | -12.48 Mn |
| Dec 31, 2025 | -5.68 Mn |
| Sep 30, 2025 | -10.17 Mn |
| Jun 30, 2025 | -15.85 Mn |
| Mar 31, 2025 | -13.00 Mn |
| Dec 31, 2024 | -10.05 Mn |
| Sep 30, 2024 | -12.52 Mn |
| Jun 30, 2024 | -7.88 Mn |
| Mar 31, 2024 | -10.08 Mn |
| Dec 31, 2023 | -10.62 Mn |
| Sep 30, 2023 | -7.98 Mn |
| Jun 30, 2023 | -11.28 Mn |
| Mar 31, 2023 | -9.55 Mn |
| Dec 31, 2022 | -18.57 Mn |
| Sep 30, 2022 | -16.52 Mn |
| Jun 30, 2022 | -38.29 Mn |
| Mar 31, 2022 | -14.33 Mn |
| Dec 31, 2021 | -11.79 Mn |
| Sep 30, 2021 | -10.03 Mn |
Expeditors International Of Washington 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=EXPD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "EXPD", "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=EXPD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();