Cryoport (CYRX) Cash from Operations (2010 - 2026)
Cryoport's (CYRX) quarterly Cash from Operations came in at $1.1 million in Q2 2026, up 115.4% year-over-year from $525074.0 in Q2 2025, and down 69.72% quarter-over-quarter from $3.7 million in Q1 2026.
Cryoport (CYRX) Cash from Operations (2010 - 2026) Analysis & Trends
Cryoport (CYRX) has reported Cash from Operations for 17 consecutive years, with $1.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Operations rose 115.4% year-over-year to $1.1 million in Q2 2026; TTM through Jun 2026 was $8.0 million, a 147.69% increase from a year earlier, with the FY2025 full-year figure at -$8.6 million, up 47.44% from the prior year.
- Cash from Operations was $1.1 million for Q2 2026 at Cryoport, down from $3.7 million in the prior quarter.
- Over five years, Cash from Operations peaked at $3.7 million in Q1 2026 and troughed at -$8.0 million in Q2 2024.
- A 5-year average of -$1.3 million and a median of $485500.0 in 2022 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations sank 366.88% in 2022 and jumped 429.39% in 2023, its largest moves.
- Over 5 years, Cash from Operations stood at $3.7 million in 2022, then tumbled by 32.07% to $2.5 million in 2023, then tumbled by 320.79% to -$5.5 million in 2024, then soared by 116.77% to $919000.0 in 2025, then climbed by 23.07% to $1.1 million in 2026.
- The last three Cash from Operations figures came in at $1.1 million (Q2 2026), $3.7 million (Q1 2026), and $919000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 584.20 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 178.64 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 35.90 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 141.70 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 677.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -50.40 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 76.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -40.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 28.10 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 1.13 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.13 Mn |
| Mar 31, 2026 | 3.74 Mn |
| Dec 31, 2025 | 919,000.00 |
| Sep 30, 2025 | 2.19 Mn |
| Jun 30, 2025 | -7.35 Mn |
| Mar 31, 2025 | -4.34 Mn |
| Dec 31, 2024 | -5.48 Mn |
| Sep 30, 2024 | 447,000.00 |
| Jun 30, 2024 | -8.03 Mn |
| Mar 31, 2024 | -3.27 Mn |
| Dec 31, 2023 | 2.48 Mn |
| Sep 30, 2023 | -1.96 Mn |
| Jun 30, 2023 | -4.05 Mn |
| Mar 31, 2023 | 2.77 Mn |
| Dec 31, 2022 | 3.65 Mn |
| Sep 30, 2022 | 982,000.00 |
| Jun 30, 2022 | -7.01 Mn |
| Mar 31, 2022 | 524,000.00 |
| Dec 31, 2021 | 2.61 Mn |
| Sep 30, 2021 | 8.88 Mn |
Cryoport Cash from 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=cash-from-operations&ticker=CYRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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=cash-from-operations&ticker=CYRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();