Copart (CPRT) Change in Cash (2009 - 2026)
Copart's (CPRT) quarterly Change in Cash came in at -$1.7 billion in Q2 2026, down 79.73% year-over-year from -$8.6 billion in Q2 2025, and down 1226.32% quarter-over-quarter from -$131.8 million in Q1 2026.
Copart (CPRT) Change in Cash (2009 - 2026) Analysis & Trends
Copart (CPRT) has reported Change in Cash for 18 consecutive years, with -$1.7 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 79.73% year-over-year to -$1.7 billion in Q2 2026; TTM through Apr 2026 was $987.6 million, a 22.63% decrease from a year earlier, with the FY2025 full-year figure at $1.3 billion, up 127.48% from the prior year.
- Change in Cash was -$1.7 billion for Q2 2026 at Copart, down from -$131.8 million in the prior quarter.
- Over five years, Change in Cash peaked at $2.5 billion in Q4 2025 and troughed at -$1.7 billion in Q2 2026.
- A 5-year average of $114.2 million and a median of $25.5 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash plunged 3161.77% in 2022 and surged 946.81% in 2023, its largest moves.
- Over 5 years, Change in Cash stood at $155.2 million in 2022, then surged by 946.81% to $1.6 billion in 2023, then surged by 34.47% to $2.2 billion in 2024, then advanced by 12.32% to $2.5 billion in 2025, then slumped by 171.24% to -$1.7 billion in 2026.
- The last three Change in Cash figures came in at -$1.7 billion (Q2 2026), -$131.8 million (Q1 2026), and $2.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -1.75 Bn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | -285.05 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | -5.08 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | -203.70 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 37.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -59.08 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | -24.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -6.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | -17.10 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -3.65 Mn |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | -1.75 Bn |
| Jan 31, 2026 | -131.77 Mn |
| Oct 31, 2025 | 2.45 Bn |
| Jul 31, 2025 | 414.03 Mn |
| Apr 30, 2025 | -972.41 Mn |
| Jan 31, 2025 | -359.21 Mn |
| Oct 31, 2024 | 2.18 Bn |
| Jul 31, 2024 | 424.12 Mn |
| Apr 30, 2024 | -166.95 Mn |
| Jan 31, 2024 | -1.32 Bn |
| Oct 31, 2023 | 1.62 Bn |
| Jul 31, 2023 | -1.16 Bn |
| Apr 30, 2023 | 453.23 Mn |
| Jan 31, 2023 | 121.56 Mn |
| Oct 31, 2022 | 155.16 Mn |
| Jul 31, 2022 | -70.58 Mn |
| Apr 30, 2022 | 483.17 Mn |
| Jan 31, 2022 | -326.72 Mn |
| Oct 31, 2021 | 250.11 Mn |
| Jul 31, 2021 | 136.37 Mn |
Copart Change in Cash 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=change-in-cash&ticker=CPRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=CPRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();