Cellyan Biotechnology (HKPD) Enterprise Value (2025 - 2026)
Cellyan Biotechnology's (HKPD) quarterly Enterprise Value came in at $13.1 million in Q1 2026, down 42.91% year-over-year from $23.0 million in Q1 2025, and down 59.13% quarter-over-quarter from $32.1 million in Q3 2025.
Cellyan Biotechnology (HKPD) Enterprise Value (2025 - 2026) Analysis & Trends
Cellyan Biotechnology (HKPD) has reported Enterprise Value for 2 consecutive years, with $13.1 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Enterprise Value fell 42.91% year-over-year to $13.1 million in Q1 2026; TTM through Mar 2026 was $13.1 million, a 42.91% decrease from a year earlier, with the FY2026 full-year figure at $13.1 million, down 42.91% from the prior year.
- Enterprise Value was $13.1 million for Q1 2026 at Cellyan Biotechnology, down from $32.1 million in the prior quarter.
- Over five years, Enterprise Value peaked at $32.1 million in Q3 2025 and troughed at $13.1 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn |
| 10 | Cellyan Biotechnology | 2.58 Mn | 2.36 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 13.14 Mn |
| Sep 30, 2025 | 32.15 Mn |
| Mar 31, 2025 | 23.01 Mn |
Cellyan Biotechnology Enterprise Value 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=enterprise-value&ticker=HKPD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "HKPD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=enterprise-value&ticker=HKPD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();