Veracyte (VCYT) Enterprise Value (2013 - 2026)
Veracyte's (VCYT) quarterly Enterprise Value came in at $4.4 billion in Q2 2026, up 132.03% year-over-year from $1.9 billion in Q2 2025, and up 91.61% quarter-over-quarter from $2.3 billion in Q1 2026.
Veracyte (VCYT) Enterprise Value (2013 - 2026) Analysis & Trends
Veracyte has disclosed Enterprise Value across 14 years of filings, most recently posting $4.4 billion for Q2 2026.
- In Q2 2026, Enterprise Value rose 132.03% year-over-year to $4.4 billion; the TTM figure through Jun 2026 stood at $4.4 billion (up 132.03% YoY), while the FY2025 annual figure was $3.0 billion, up 4.85% from the prior year.
- Enterprise Value came in at $4.4 billion for Q2 2026 at Veracyte, up from $2.3 billion in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $4.4 billion in Q2 2026 to a low of $1.0 billion in Q3 2022.
- Average Enterprise Value over 5 years is $2.0 billion, with a median of $1.8 billion recorded in 2022.
- Year-over-year, Enterprise Value slumped 67.44% in 2022 and jumped 132.03% in 2026.
- Over 5 years, Enterprise Value stood at $1.6 billion in 2022, then climbed by 15.82% to $1.8 billion in 2023, then jumped by 57.9% to $2.8 billion in 2024, then grew by 4.85% to $3.0 billion in 2025, then surged by 48.41% to $4.4 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $4.4 billion in Q2 2026, $2.3 billion in Q1 2026, and $3.0 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn |
| 10 | Veracyte | 3.20 Bn | 2.90 Bn | 108.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.42 Bn |
| Mar 31, 2026 | 2.31 Bn |
| Dec 31, 2025 | 2.98 Bn |
| Sep 30, 2025 | 2.40 Bn |
| Jun 30, 2025 | 1.91 Bn |
| Mar 31, 2025 | 2.14 Bn |
| Dec 31, 2024 | 2.84 Bn |
| Sep 30, 2024 | 2.36 Bn |
| Jun 30, 2024 | 1.43 Bn |
| Mar 31, 2024 | 1.48 Bn |
| Dec 31, 2023 | 1.80 Bn |
| Sep 30, 2023 | 1.43 Bn |
| Jun 30, 2023 | 1.66 Bn |
| Mar 31, 2023 | 1.44 Bn |
| Dec 31, 2022 | 1.55 Bn |
| Sep 30, 2022 | 1.02 Bn |
| Jun 30, 2022 | 1.27 Bn |
| Mar 31, 2022 | 1.81 Bn |
| Dec 31, 2021 | 2.76 Bn |
| Sep 30, 2021 | 3.14 Bn |
Veracyte 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=VCYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "VCYT", "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=VCYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();