Cryoport (CYRX) Other Non Operating Income (2010 - 2026)
Cryoport's (CYRX) quarterly Other Non Operating Income came in at -$325000.0 in Q2 2026, up 88.94% year-over-year from -$172010.6 in Q2 2025, and up 86.28% quarter-over-quarter from -$2.4 million in Q1 2026.
Cryoport (CYRX) Other Non Operating Income (2010 - 2026) Analysis & Trends
Cryoport (CYRX) has reported Other Non Operating Income for 17 consecutive years, with -$325000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 88.94% year-over-year to -$325000.0 in Q2 2026; TTM through Jun 2026 was -$2.3 million, a 116.01% decrease from a year earlier, with the FY2025 full-year figure at -$2.8 million, down 115.14% from the prior year.
- Other Non Operating Income was -$325000.0 for Q2 2026 at Cryoport, up from -$2.4 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $17.3 million in Q3 2024 and troughed at -$5.0 million in Q1 2022.
- A 5-year average of $1.1 million and a median of $219000.0 in 2025 frame the typical range for Other Non Operating Income.
- The widest YoY moves for Other Non Operating Income: up 383.67% in 2022, down 1064.16% in 2022.
- Over 5 years, Other Non Operating Income stood at $1.9 million in 2022, then soared by 206.15% to $5.7 million in 2023, then soared by 205.09% to $17.3 million in 2024, then plunged by 100.5% to -$87000.0 in 2025, then tumbled by 273.56% to -$325000.0 in 2026.
- The last three Other Non Operating Income figures came in at -$325000.0 (Q2 2026), -$2.4 million (Q1 2026), and -$87000.0 (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 | -325,000.00 |
| Mar 31, 2026 | -2.37 Mn |
| Dec 31, 2025 | -87,000.00 |
| Sep 30, 2025 | 525,000.00 |
| Jun 30, 2025 | -2.94 Mn |
| Mar 31, 2025 | -300,000.00 |
| Sep 30, 2024 | 17.33 Mn |
| Jun 30, 2024 | 1.18 Mn |
| Mar 31, 2024 | 1.26 Mn |
| Sep 30, 2023 | 5.68 Mn |
| Jun 30, 2023 | -704,000.00 |
| Mar 31, 2023 | 4.01 Mn |
| Dec 31, 2022 | 1.86 Mn |
| Sep 30, 2022 | 1.67 Mn |
| Jun 30, 2022 | -4.03 Mn |
| Mar 31, 2022 | -5.02 Mn |
| Dec 31, 2021 | -250.29 Mn |
| Sep 30, 2021 | -588,000.00 |
| Jun 30, 2021 | -346,000.00 |
| Mar 31, 2021 | -535,000.00 |
Cryoport 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=CYRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=CYRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();