Cryoport (CYRX) Income towards Parent Company (2010 - 2026)
Cryoport's (CYRX) quarterly Income towards Parent Company came in at -$8.3 million in Q2 2026, down 107.58% year-over-year from $108.9 million in Q2 2025, and up 21.71% quarter-over-quarter from -$10.5 million in Q1 2026.
Cryoport (CYRX) Income towards Parent Company (2010 - 2026) Analysis & Trends
Cryoport (CYRX) has reported Income towards Parent Company for 17 consecutive years, with -$8.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company fell 107.58% year-over-year to -$8.3 million in Q2 2026; TTM through Jun 2026 was -$28.8 million, a 128.46% decrease from a year earlier, with the FY2025 full-year figure at $86.9 million, up 193.92% from the prior year.
- Income towards Parent Company was -$8.3 million for Q2 2026 at Cryoport, up from -$10.5 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at $108.9 million in Q2 2025 and troughed at -$78.0 million in Q2 2024.
- A 5-year average of -$6.6 million and a median of -$8.7 million in 2022 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company plunged 17054.91% in 2023 and soared 239.6% in 2025, its largest moves.
- Over 5 years, Income towards Parent Company stood at $173000.0 in 2022, then sank by 17054.91% to -$29.3 million in 2023, then jumped by 112.26% to $3.6 million in 2024, then slumped by 185.9% to -$3.1 million in 2025, then sank by 167.24% to -$8.3 million in 2026.
- The last three Income towards Parent Company figures came in at -$8.3 million (Q2 2026), -$10.5 million (Q1 2026), and -$3.1 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 |
|---|---|
| Jun 30, 2026 | -8.26 Mn |
| Mar 31, 2026 | -10.54 Mn |
| Dec 31, 2025 | -3.09 Mn |
| Sep 30, 2025 | -6.94 Mn |
| Jun 30, 2025 | 108.87 Mn |
| Mar 31, 2025 | -11.98 Mn |
| Dec 31, 2024 | 3.60 Mn |
| Sep 30, 2024 | 805,000.00 |
| Jun 30, 2024 | -77.99 Mn |
| Mar 31, 2024 | -18.90 Mn |
| Dec 31, 2023 | -29.33 Mn |
| Sep 30, 2023 | -13.27 Mn |
| Jun 30, 2023 | -18.36 Mn |
| Mar 31, 2023 | -5.57 Mn |
| Dec 31, 2022 | 173,000.00 |
| Sep 30, 2022 | -5.32 Mn |
| Jun 30, 2022 | -9.18 Mn |
| Mar 31, 2022 | -13.40 Mn |
| Dec 31, 2021 | -200.89 Mn |
| Sep 30, 2021 | -6.53 Mn |
Cryoport Income towards Parent Company 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-towards-parent-company&ticker=CYRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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-towards-parent-company&ticker=CYRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();