Copart (CPRT) Other Non Operating Income (2009 - 2026)
Copart's (CPRT) quarterly Other Non Operating Income came in at -$1.0 million in Q2 2026, down 111.8% year-over-year from $8.5 million in Q2 2025, and down 142.56% quarter-over-quarter from $2.4 million in Q1 2026.
Copart (CPRT) Other Non Operating Income (2009 - 2026) Analysis & Trends
Copart (CPRT) has reported Other Non Operating Income for 18 consecutive years, with -$1.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 111.8% year-over-year to -$1.0 million in Q2 2026; TTM through Apr 2026 was $20.3 million, a 116.17% increase from a year earlier, with the FY2025 full-year figure at $20.0 million, up 744.85% from the prior year.
- Other Non Operating Income was -$1.0 million for Q2 2026 at Copart, down from $2.4 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $16.0 million in Q3 2025 and troughed at -$18.1 million in Q3 2022.
- A 5-year average of $299888.9 and a median of -$718000.0 in 2022 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income tumbled 804.88% in 2022 and surged 748.05% in 2025, its largest moves.
- Over 5 years, Other Non Operating Income stood at -$2.8 million in 2022, then sank by 44.29% to -$4.1 million in 2023, then surged by 85.36% to -$596000.0 in 2024, then soared by 590.6% to $2.9 million in 2025, then plunged by 134.23% to -$1.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$1.0 million (Q2 2026), $2.4 million (Q1 2026), and $2.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2026 | -1.00 Mn |
| Jan 31, 2026 | 2.35 Mn |
| Oct 31, 2025 | 2.92 Mn |
| Jul 31, 2025 | 15.98 Mn |
| Apr 30, 2025 | 8.48 Mn |
| Jan 31, 2025 | -3.91 Mn |
| Oct 31, 2024 | -596,000.00 |
| Jul 31, 2024 | 5.39 Mn |
| Apr 30, 2024 | -1.31 Mn |
| Jan 31, 2024 | -3.10 Mn |
| Oct 31, 2023 | -4.07 Mn |
| Jul 31, 2023 | 3.93 Mn |
| Apr 30, 2023 | 3.63 Mn |
| Jan 31, 2023 | -2.90 Mn |
| Oct 31, 2022 | -2.82 Mn |
| Jul 31, 2022 | -18.07 Mn |
| Apr 30, 2022 | 1.34 Mn |
| Jan 31, 2022 | -840,000.00 |
| Oct 31, 2021 | 812,000.00 |
| Jul 31, 2021 | 2.56 Mn |
Copart Other Non Operating Income 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=other-non-operating-income&ticker=CPRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=CPRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();