Veracyte (VCYT) Cash from Investing Activities (2012 - 2026)
Veracyte's (VCYT) quarterly Cash from Investing Activities came in at -$13.5 million in Q2 2026, down 5946.88% year-over-year from $231662.2 in Q2 2025, and up 89.41% quarter-over-quarter from -$128.0 million in Q1 2026.
Veracyte (VCYT) Cash from Investing Activities (2012 - 2026) Analysis & Trends
Veracyte has disclosed Cash from Investing Activities across 15 years of filings, most recently posting -$13.5 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 5946.88% year-over-year to -$13.5 million; the TTM figure through Jun 2026 stood at -$98.7 million (up 8.99% YoY), while the FY2025 annual figure was -$9.2 million, up 83.64% from the prior year.
- Cash from Investing Activities came in at -$13.5 million for Q2 2026 at Veracyte, up from -$128.0 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $48.3 million in Q3 2025 to a low of -$128.0 million in Q1 2026.
- Average Cash from Investing Activities over 5 years is -$12.3 million, with a median of -$2.8 million recorded in 2023.
- Year-over-year, Cash from Investing Activities sank 6965.97% in 2022 and soared 2252.68% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$26.4 million in 2022, then jumped by 90.55% to -$2.5 million in 2023, then tumbled by 2068.24% to -$54.1 million in 2024, then surged by 89.97% to -$5.4 million in 2025, then slumped by 149.45% to -$13.5 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$13.5 million in Q2 2026, -$128.0 million in Q1 2026, and -$5.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -63.43 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | -134.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | -366.20 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 101.47 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -11.09 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -122.19 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | -43.30 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | -4.05 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -43.48 Mn |
| 10 | Veracyte | 3.20 Bn | 2.90 Bn | 108.55 Mn | -13.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.55 Mn |
| Mar 31, 2026 | -127.96 Mn |
| Dec 31, 2025 | -5.43 Mn |
| Sep 30, 2025 | 48.26 Mn |
| Jun 30, 2025 | -224,000.00 |
| Mar 31, 2025 | -51.82 Mn |
| Dec 31, 2024 | -54.14 Mn |
| Sep 30, 2024 | -2.24 Mn |
| Jun 30, 2024 | -2.77 Mn |
| Mar 31, 2024 | 2.88 Mn |
| Dec 31, 2023 | -2.50 Mn |
| Sep 30, 2023 | -2.80 Mn |
| Jun 30, 2023 | -3.67 Mn |
| Mar 31, 2023 | 24.08 Mn |
| Dec 31, 2022 | -26.43 Mn |
| Sep 30, 2022 | 8.81 Mn |
| Jun 30, 2022 | -9.31 Mn |
| Mar 31, 2022 | -2.45 Mn |
| Dec 31, 2021 | 385,000.00 |
| Sep 30, 2021 | -165.46 Mn |
Veracyte Cash from Investing Activities 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-from-investing-activities&ticker=VCYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=VCYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();