Cryoport (CYRX) Tax Rate (2010 - 2026)
Cryoport's (CYRX) quarterly Tax Rate came in at 6.52% in Q2 2026, down 418.0% year-over-year from 2.05% in Q2 2025, and down 462.56% quarter-over-quarter from 1.16% in Q1 2026.
Cryoport (CYRX) Tax Rate (2010 - 2026) Analysis & Trends
Cryoport (CYRX) has reported Tax Rate for 16 consecutive years, with 6.52% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate fell 418.0% year-over-year to 6.52% in Q2 2026; TTM through Jun 2026 was 21.45%, a 4747.0% decrease from a year earlier, with the FY2025 full-year figure at 21.0%, changed 0.0% from the prior year.
- Tax Rate was 6.52% for Q2 2026 at Cryoport, down from 1.16% in the prior quarter.
- Over five years, Tax Rate peaked at 129.47% in Q4 2024 and troughed at 9.68% in Q1 2023.
- A 5-year average of 18.75% and a median of 1.75% in 2025 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate tumbled 6251 bps in 2023 and surged 8980 bps in 2024, its largest moves.
- Over 5 years, Tax Rate stood at 102.17% in 2022, then tumbled by 61 bps to 39.66% in 2023, then soared by 226 bps to 129.47% in 2024, then slipped by 22 bps to 100.46% in 2025, then slumped by 106 bps to 6.52% in 2026.
- The last three Tax Rate figures came in at 6.52% (Q2 2026), 1.16% (Q1 2026), and 100.46% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | 20.06% |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | 25.44% |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 21.47% |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 22.80% |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | 28.11% |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | 25.17% |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | 43.75% |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | -12.50% |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 24.90% |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | -6.52% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.52% |
| Mar 31, 2026 | -1.16% |
| Dec 31, 2025 | 100.46% |
| Sep 30, 2025 | -2.53% |
| Jun 30, 2025 | -2.33% |
| Mar 31, 2025 | -3.60% |
| Dec 31, 2024 | 129.47% |
| Sep 30, 2024 | 7.46% |
| Jun 30, 2024 | -0.09% |
| Mar 31, 2024 | -0.74% |
| Dec 31, 2023 | 39.66% |
| Sep 30, 2023 | -3.68% |
| Jun 30, 2023 | -3.58% |
| Mar 31, 2023 | -9.68% |
| Dec 31, 2022 | 102.17% |
| Sep 30, 2022 | -1.08% |
| Jun 30, 2022 | -4.13% |
| Mar 31, 2022 | -2.61% |
| Dec 31, 2021 | 23.02% |
| Sep 30, 2021 | -18.61% |
Cryoport Tax Rate 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=tax-rate&ticker=CYRX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=CYRX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();