Veracyte (VCYT) Cash & Equivalents Growth (1y) (2013 - 2026)
Analysis
Veracyte (VCYT) Cash & Equivalents Growth (1y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | 10.00% |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 96.24% |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | -78.09% |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 67.45% |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 221.84% |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -4.10% |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 7.30% |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | - |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 293.56% |
| 10 | Veracyte | 3.20 Bn | 2.90 Bn | 108.55 Mn | 36.46% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 36.46% |
| Mar 31, 2026 | 41.38% |
| Dec 31, 2025 | 51.65% |
| Sep 30, 2025 | 15.14% |
| Jun 30, 2025 | -6.96% |
| Mar 31, 2025 | -11.03% |
| Dec 31, 2024 | 10.46% |
| Sep 30, 2024 | 35.37% |
| Jun 30, 2024 | 23.42% |
| Mar 31, 2024 | 17.59% |
| Dec 31, 2023 | 40.33% |
| Sep 30, 2023 | 19.02% |
| Jun 30, 2023 | 24.57% |
| Mar 31, 2023 | 8.72% |
| Dec 31, 2022 | -10.94% |
| Sep 30, 2022 | 3.71% |
| Jun 30, 2022 | -53.15% |
| Mar 31, 2022 | -49.51% |
| Dec 31, 2021 | -50.43% |
| Sep 30, 2021 | -52.47% |
API Access
Veracyte Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=VCYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=VCYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();