Cryoport (CYRX) Income from Discontinued Operations (2024 - 2026)
Cryoport's (CYRX) quarterly Income from Discontinued Operations came in at -$1.1 million in Q1 2026, up 78.79% year-over-year from -$621956.0 in Q1 2025, and up 64.39% quarter-over-quarter from -$3.1 million in Q4 2025.
Cryoport (CYRX) Income from Discontinued Operations (2024 - 2026) Analysis & Trends
Cryoport (CYRX) has reported Income from Discontinued Operations for 3 consecutive years, with -$1.1 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Income from Discontinued Operations rose 78.79% year-over-year to -$1.1 million in Q1 2026; TTM through Jun 2026 was -$4.5 million, a 104.04% decrease from a year earlier, with the FY2025 full-year figure at $112.3 million, up 1217.34% from the prior year.
- Income from Discontinued Operations was -$1.1 million for Q1 2026 at Cryoport, up from -$3.1 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $120.9 million in Q2 2025 and troughed at -$5.2 million in Q1 2025.
- A 3-year average of $11.2 million and a median of -$1.6 million in 2024 frame the typical range for Income from Discontinued Operations.
- The widest YoY moves for Income from Discontinued Operations: up 7804.46% in 2025, down 107.65% in 2025.
- Over 3 years, Income from Discontinued Operations stood at -$1.5 million in 2024, then plunged by 107.65% to -$3.1 million in 2025, then jumped by 64.39% to -$1.1 million in 2026.
- The last three Income from Discontinued Operations figures came in at -$1.1 million (Q1 2026), -$3.1 million (Q4 2025), and -$247000.0 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Mar 31, 2026 | -1.11 Mn |
| Dec 31, 2025 | -3.12 Mn |
| Sep 30, 2025 | -247,000.00 |
| Jun 30, 2025 | 120.88 Mn |
| Mar 31, 2025 | -5.24 Mn |
| Dec 31, 2024 | -1.50 Mn |
| Sep 30, 2024 | -3.12 Mn |
| Jun 30, 2024 | -1.57 Mn |
| Mar 31, 2024 | -3.86 Mn |
Cryoport Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=CYRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "CYRX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=CYRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();