Castle Biosciences (CSTL) Current Deferred Revenue (2020 - 2021)
Castle Biosciences' (CSTL) quarterly Current Deferred Revenue came in at $3.0 million in Q3 2021, down 64.08% year-over-year from $8.4 million in Q3 2020, and down 51.45% quarter-over-quarter from $6.2 million in Q2 2021.
Castle Biosciences (CSTL) Current Deferred Revenue (2020 - 2021) Analysis & Trends
Castle Biosciences has disclosed Current Deferred Revenue across 2 years of filings, most recently posting $3.0 million for Q3 2021.
- In Q3 2021, Current Deferred Revenue fell 64.08% year-over-year to $3.0 million; the TTM figure through Sep 2021 stood at $3.0 million (down 64.08% YoY), while the FY2020 annual figure was $6.6 million, changed N/A from the prior year.
- Current Deferred Revenue came in at $3.0 million for Q3 2021 at Castle Biosciences, down from $6.2 million in the prior quarter.
- In the past five years, Current Deferred Revenue ranged from a high of $8.4 million in Q2 2020 to a low of $3.0 million in Q3 2021.
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 | Castle Biosciences | 1.08 Bn | 811.36 Mn | 79.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 3.00 Mn |
| Jun 30, 2021 | 6.18 Mn |
| Mar 31, 2021 | 8.18 Mn |
| Dec 31, 2020 | 6.62 Mn |
| Sep 30, 2020 | 8.35 Mn |
| Jun 30, 2020 | 8.35 Mn |
Castle Biosciences Current Deferred Revenue 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=current-deferred-revenue&ticker=CSTL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "ticker": "CSTL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-deferred-revenue&ticker=CSTL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();