Cryoport (CYRX) Operating Income (2010 - 2026)
Cryoport's (CYRX) quarterly Operating Income came in at -$10.0 million in Q2 2026, down 4.04% year-over-year from -$10.5 million in Q2 2025, and down 4.42% quarter-over-quarter from -$9.6 million in Q1 2026.
Cryoport (CYRX) Operating Income (2010 - 2026) Analysis & Trends
Cryoport (CYRX) has reported Operating Income for 17 consecutive years, with -$10.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Operating Income fell 4.04% year-over-year to -$10.0 million in Q2 2026; TTM through Jun 2026 was -$39.6 million, a 7.82% increase from a year earlier, with the FY2025 full-year figure at -$36.8 million, up 69.75% from the prior year.
- Operating Income was -$10.0 million for Q2 2026 at Cryoport, down from -$9.6 million in the prior quarter.
- Over five years, Operating Income peaked at -$5.2 million in Q2 2022 and troughed at -$78.0 million in Q2 2024.
- A 5-year average of -$17.3 million and a median of -$10.0 million in 2023 frame the typical range for Operating Income.
- Across the five-year window, Operating Income plunged 584.68% in 2022 and soared 87.63% in 2025, its largest moves.
- Over 5 years, Operating Income stood at -$11.0 million in 2022, then sank by 400.69% to -$55.3 million in 2023, then jumped by 76.93% to -$12.7 million in 2024, then grew by 21.29% to -$10.0 million in 2025, then declined by 0.08% to -$10.0 million in 2026.
- The last three Operating Income figures came in at -$10.0 million (Q2 2026), -$9.6 million (Q1 2026), and -$10.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 464.28 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 349.62 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 255.74 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 224.80 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | -1.71 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 66.23 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 77.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 1.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 39.44 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -10.04 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.04 Mn |
| Mar 31, 2026 | -9.61 Mn |
| Dec 31, 2025 | -10.03 Mn |
| Sep 30, 2025 | -9.93 Mn |
| Jun 30, 2025 | -9.65 Mn |
| Mar 31, 2025 | -7.19 Mn |
| Dec 31, 2024 | -12.75 Mn |
| Sep 30, 2024 | -13.39 Mn |
| Jun 30, 2024 | -78.03 Mn |
| Mar 31, 2024 | -17.51 Mn |
| Dec 31, 2023 | -55.25 Mn |
| Sep 30, 2023 | -16.91 Mn |
| Jun 30, 2023 | -18.33 Mn |
| Mar 31, 2023 | -10.05 Mn |
| Dec 31, 2022 | -11.04 Mn |
| Sep 30, 2022 | -7.80 Mn |
| Jun 30, 2022 | -5.25 Mn |
| Mar 31, 2022 | -7.82 Mn |
| Dec 31, 2021 | -8.36 Mn |
| Sep 30, 2021 | -4.58 Mn |
Cryoport 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=operating-income&ticker=CYRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=operating-income&ticker=CYRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();