Cryoport (CYRX) Free Cash Flow (2010 - 2026)
Cryoport's (CYRX) quarterly Free Cash Flow came in at -$8.0 million in Q2 2026, up 31.84% year-over-year from -$6.0 million in Q2 2025, and down 27.63% quarter-over-quarter from -$6.2 million in Q1 2026.
Cryoport (CYRX) Free Cash Flow (2010 - 2026) Analysis & Trends
Cryoport (CYRX) has reported Free Cash Flow for 17 consecutive years, with -$8.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Free Cash Flow rose 31.84% year-over-year to -$8.0 million in Q2 2026; TTM through Jun 2026 was -$20.0 million, a 40.56% increase from a year earlier, with the FY2025 full-year figure at -$25.0 million, up 25.49% from the prior year.
- Free Cash Flow was -$8.0 million for Q2 2026 at Cryoport, down from -$6.2 million in the prior quarter.
- Over five years, Free Cash Flow peaked at -$1.3 million in Q3 2025 and troughed at -$12.7 million in Q2 2023.
- A 5-year average of -$7.6 million and a median of -$7.4 million in 2024 frame the typical range for Free Cash Flow.
- Across the five-year window, Free Cash Flow slumped 16932.0% in 2022 and soared 66.64% in 2025, its largest moves.
- Over 5 years, Free Cash Flow stood at -$4.2 million in 2022, then plunged by 116.3% to -$9.1 million in 2023, then decreased by 17.69% to -$10.7 million in 2024, then jumped by 57.49% to -$4.5 million in 2025, then sank by 75.29% to -$8.0 million in 2026.
- The last three Free Cash Flow figures came in at -$8.0 million (Q2 2026), -$6.2 million (Q1 2026), and -$4.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 503.31 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 166.65 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 22.64 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 63.60 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 272.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -53.30 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 11.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -52.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 19.39 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -7.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.97 Mn |
| Mar 31, 2026 | -6.25 Mn |
| Dec 31, 2025 | -4.55 Mn |
| Sep 30, 2025 | -1.27 Mn |
| Jun 30, 2025 | -11.70 Mn |
| Mar 31, 2025 | -7.51 Mn |
| Dec 31, 2024 | -10.70 Mn |
| Sep 30, 2024 | -3.79 Mn |
| Jun 30, 2024 | -11.82 Mn |
| Mar 31, 2024 | -7.27 Mn |
| Dec 31, 2023 | -9.09 Mn |
| Sep 30, 2023 | -10.93 Mn |
| Jun 30, 2023 | -12.73 Mn |
| Mar 31, 2023 | -6.80 Mn |
| Dec 31, 2022 | -4.20 Mn |
| Sep 30, 2022 | -4.21 Mn |
| Jun 30, 2022 | -11.83 Mn |
| Mar 31, 2022 | -3.72 Mn |
| Dec 31, 2021 | -5.71 Mn |
| Sep 30, 2021 | 25,000.00 |
Cryoport Free Cash Flow 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=free-cash-flow&ticker=CYRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=CYRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();