Veracyte (VCYT) Retained Earnings (2012 - 2026)
Veracyte's (VCYT) quarterly Retained Earnings came in at -$323.4 million in Q2 2026, up 26.14% year-over-year from -$256.4 million in Q2 2025, and up 7.31% quarter-over-quarter from -$348.9 million in Q1 2026.
Veracyte (VCYT) Retained Earnings (2012 - 2026) Analysis & Trends
Veracyte has disclosed Retained Earnings across 15 years of filings, most recently posting -$323.4 million for Q2 2026.
- In Q2 2026, Retained Earnings rose 26.14% year-over-year to -$323.4 million; the TTM figure through Jun 2026 stood at -$323.4 million (up 26.14% YoY), while the FY2025 annual figure was -$377.6 million, up 14.94% from the prior year.
- Retained Earnings came in at -$323.4 million for Q2 2026 at Veracyte, up from -$348.9 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of -$323.4 million in Q2 2026 to a low of -$470.0 million in Q1 2024.
- Average Retained Earnings over 5 years is -$412.6 million, with a median of -$414.5 million recorded in 2023.
- Year-over-year, Retained Earnings retreated 18.9% in 2023 and grew 26.14% in 2026.
- Over 5 years, Retained Earnings stood at -$393.7 million in 2022, then dropped by 18.9% to -$468.1 million in 2023, then rose by 5.16% to -$444.0 million in 2024, then increased by 14.94% to -$377.6 million in 2025, then increased by 14.35% to -$323.4 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$323.4 million in Q2 2026, -$348.9 million in Q1 2026, and -$377.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -2.93 Bn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 10.37 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 8.70 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -3.23 Bn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -2.52 Bn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 3.14 Bn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 1.27 Bn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 787.32 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 1.57 Bn |
| 10 | Veracyte | 3.20 Bn | 2.90 Bn | 108.55 Mn | -323.43 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -323.43 Mn |
| Mar 31, 2026 | -348.92 Mn |
| Dec 31, 2025 | -377.63 Mn |
| Sep 30, 2025 | -418.78 Mn |
| Jun 30, 2025 | -437.92 Mn |
| Mar 31, 2025 | -436.94 Mn |
| Dec 31, 2024 | -443.98 Mn |
| Sep 30, 2024 | -449.10 Mn |
| Jun 30, 2024 | -464.25 Mn |
| Mar 31, 2024 | -469.99 Mn |
| Dec 31, 2023 | -468.12 Mn |
| Sep 30, 2023 | -439.83 Mn |
| Jun 30, 2023 | -410.21 Mn |
| Mar 31, 2023 | -401.81 Mn |
| Dec 31, 2022 | -393.72 Mn |
| Sep 30, 2022 | -389.87 Mn |
| Jun 30, 2022 | -381.15 Mn |
| Mar 31, 2022 | -371.62 Mn |
| Dec 31, 2021 | -357.16 Mn |
| Sep 30, 2021 | -346.63 Mn |
Veracyte Retained Earnings 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=retained-earnings&ticker=VCYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=VCYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();