Cryoport (CYRX) Change in Cash (2010 - 2026)
Cryoport's (CYRX) quarterly Change in Cash came in at -$3.6 million in Q2 2026, down 101.86% year-over-year from $196.1 million in Q2 2025, and down 116.26% quarter-over-quarter from $22.4 million in Q1 2026.
Cryoport (CYRX) Change in Cash (2010 - 2026) Analysis & Trends
Cryoport (CYRX) has reported Change in Cash for 17 consecutive years, with -$3.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 101.86% year-over-year to -$3.6 million in Q2 2026; TTM through Jun 2026 was $25.9 million, a 86.87% decrease from a year earlier, with the FY2025 full-year figure at $205.2 million, up 19513.91% from the prior year.
- Change in Cash was -$3.6 million for Q2 2026 at Cryoport, down from $22.4 million in the prior quarter.
- Over five years, Change in Cash peaked at $196.1 million in Q2 2025 and troughed at -$97.4 million in Q2 2022.
- A 5-year average of $7.2 million and a median of -$584500.0 in 2024 frame the typical range for Change in Cash.
- The widest YoY moves for Change in Cash: up 6217.16% in 2025, down 952.08% in 2025.
- Over 5 years, Change in Cash stood at $5.9 million in 2022, then plunged by 323.59% to -$13.1 million in 2023, then jumped by 104.75% to $624000.0 in 2024, then sank by 952.08% to -$5.3 million in 2025, then jumped by 31.45% to -$3.6 million in 2026.
- The last three Change in Cash figures came in at -$3.6 million (Q2 2026), $22.4 million (Q1 2026), and -$5.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | -1.75 Bn |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | -285.05 Mn |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | -5.08 Mn |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | -203.70 Mn |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | 37.00 Mn |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | -59.08 Mn |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | -24.00 Mn |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | -6.00 Mn |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | -17.10 Mn |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | -3.65 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.65 Mn |
| Mar 31, 2026 | 22.42 Mn |
| Dec 31, 2025 | -5.32 Mn |
| Sep 30, 2025 | 12.40 Mn |
| Jun 30, 2025 | 196.06 Mn |
| Mar 31, 2025 | 2.07 Mn |
| Dec 31, 2024 | 624,000.00 |
| Sep 30, 2024 | -1.79 Mn |
| Jun 30, 2024 | -3.21 Mn |
| Mar 31, 2024 | 3.32 Mn |
| Dec 31, 2023 | -13.13 Mn |
| Sep 30, 2023 | -7.84 Mn |
| Jun 30, 2023 | 28.78 Mn |
| Mar 31, 2023 | 1.94 Mn |
| Dec 31, 2022 | 5.87 Mn |
| Sep 30, 2022 | -6.31 Mn |
| Jun 30, 2022 | -97.41 Mn |
| Mar 31, 2022 | -4.65 Mn |
| Dec 31, 2021 | 95.42 Mn |
| Sep 30, 2021 | -16.68 Mn |
Cryoport Change in Cash 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=change-in-cash&ticker=CYRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=CYRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();