Veracyte (VCYT) Deferred Taxes (2021 - 2023)
Veracyte's (VCYT) quarterly Deferred Taxes came in at -$3.1 million in Q4 2023, down 1860.51% year-over-year from $174835.7 in Q4 2022, and down 217.98% quarter-over-quarter from -$968000.0 in Q3 2023.
Veracyte (VCYT) Deferred Taxes (2021 - 2023) Analysis & Trends
Veracyte has disclosed Deferred Taxes across 3 years of filings, most recently posting -$3.1 million for Q4 2023.
- In Q4 2023, Deferred Taxes fell 1860.51% year-over-year to -$3.1 million; the TTM figure through Dec 2023 stood at -$3.9 million (down 818.27% YoY), while the FY2025 annual figure was -$580000.0, down 152.17% from the prior year.
- Deferred Taxes came in at -$3.1 million for Q4 2023 at Veracyte, down from -$968000.0 in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $125000.0 in Q2 2023 to a low of -$3.8 million in Q1 2021.
- Average Deferred Taxes over 3 years is -$959181.8, with a median of -$157000.0 recorded in 2022.
- The largest YoY upside for Deferred Taxes was 208.7% in 2023 against a maximum downside of 1860.51% in 2023.
- Over 3 years, Deferred Taxes stood at -$906000.0 in 2021, then jumped by 82.67% to -$157000.0 in 2022, then sank by 1860.51% to -$3.1 million in 2023.
- Per Business Quant data, the three most recent Deferred Taxes figures were -$3.1 million in Q4 2023, -$968000.0 in Q3 2023, and $125000.0 in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | - |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | -2.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | -24.40 Mn |
| 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 | 9.63 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 |
|---|---|
| Dec 31, 2023 | -3.08 Mn |
| Sep 30, 2023 | -968,000.00 |
| Jun 30, 2023 | 125,000.00 |
| Dec 31, 2022 | -157,000.00 |
| Sep 30, 2022 | -152,000.00 |
| Jun 30, 2022 | -115,000.00 |
| Mar 31, 2022 | -3,000.00 |
| Dec 31, 2021 | -906,000.00 |
| Sep 30, 2021 | -1.35 Mn |
| Jun 30, 2021 | -152,000.00 |
| Mar 31, 2021 | -3.80 Mn |
Veracyte Deferred Taxes 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=deferred-taxes&ticker=VCYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=VCYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();