Copart (CPRT) Cash from Investing Activities (2009 - 2026)
Copart's (CPRT) quarterly Cash from Investing Activities came in at -$925.2 million in Q2 2026, up 45.15% year-over-year from -$637.4 million in Q2 2025, and down 1503.8% quarter-over-quarter from -$57.7 million in Q1 2026.
Copart (CPRT) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Copart (CPRT) has reported Cash from Investing Activities for 18 consecutive years, with -$925.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 45.15% year-over-year to -$925.2 million in Q2 2026; TTM through Apr 2026 was $905.1 million, a 255.34% increase from a year earlier, with the FY2025 full-year figure at -$587.4 million, up 37.51% from the prior year.
- Cash from Investing Activities was -$925.2 million for Q2 2026 at Copart, down from -$57.7 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $1.9 billion in Q4 2025 and troughed at -$1.7 billion in Q2 2025.
- A 5-year average of -$159.1 million and a median of -$88.1 million in 2023 frame the typical range for Cash from Investing Activities.
- The widest YoY moves for Cash from Investing Activities: up 910.21% in 2023, down 10344.36% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$152.5 million in 2022, then soared by 910.21% to $1.2 billion in 2023, then soared by 37.8% to $1.7 billion in 2024, then advanced by 12.58% to $1.9 billion in 2025, then tumbled by 148.28% to -$925.2 million in 2026.
- The last three Cash from Investing Activities figures came in at -$925.2 million (Q2 2026), -$57.7 million (Q1 2026), and $1.9 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | -925.15 Mn |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | 9.37 Mn |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | -97.03 Mn |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | -445.50 Mn |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | -267.00 Mn |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | -2.36 Mn |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | -64.00 Mn |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | -12.00 Mn |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | -60.62 Mn |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | -5.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | -925.15 Mn |
| Jan 31, 2026 | -57.69 Mn |
| Oct 31, 2025 | 1.92 Bn |
| Jul 31, 2025 | -28.40 Mn |
| Apr 30, 2025 | -1.69 Bn |
| Jan 31, 2025 | -574.72 Mn |
| Oct 31, 2024 | 1.70 Bn |
| Jul 31, 2024 | -23.59 Mn |
| Apr 30, 2024 | -668.81 Mn |
| Jan 31, 2024 | -1.48 Bn |
| Oct 31, 2023 | 1.24 Bn |
| Jul 31, 2023 | -1.56 Bn |
| Apr 30, 2023 | -86.39 Mn |
| Jan 31, 2023 | -89.90 Mn |
| Oct 31, 2022 | -152.47 Mn |
| Jul 31, 2022 | 15.26 Mn |
| Apr 30, 2022 | 72.71 Mn |
| Jan 31, 2022 | -466.40 Mn |
| Oct 31, 2021 | -63.88 Mn |
| Jul 31, 2021 | -101.67 Mn |
Copart 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=CPRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "CPRT", "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=CPRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();