Castle Biosciences (CSTL) Gains from Investment Securities (2018 - 2022)
Castle Biosciences' (CSTL) quarterly Gains from Investment Securities came in at -$300000.0 in Q4 2022, down 98.68% quarter-over-quarter from -$151000.0 in Q3 2022.
Castle Biosciences (CSTL) Gains from Investment Securities (2018 - 2022) Analysis & Trends
Castle Biosciences has disclosed Gains from Investment Securities across 3 years of filings, most recently posting -$300000.0 for Q4 2022.
- In Q4 2022, Gains from Investment Securities changed N/A year-over-year to -$300000.0; the TTM figure through Sep 2023 stood at -$300000.0 (up 98.33% YoY), while the FY2022 annual figure was -$18.3 million, changed N/A from the prior year.
- Gains from Investment Securities came in at -$300000.0 for Q4 2022 at Castle Biosciences, down from -$151000.0 in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $2.6 million in Q1 2022 to a low of -$20.4 million in Q2 2022.
- Average Gains from Investment Securities over 3 years is -$1.9 million, with a median of $42797.0 recorded in 2018.
- The largest YoY upside for Gains from Investment Securities was 1145.41% in 2019 against a maximum downside of 1145.41% in 2019.
- Over 3 years, Gains from Investment Securities stood at $242544.0 in 2018, then jumped by 119.75% to $533000.0 in 2019, then tumbled by 156.29% to -$300000.0 in 2022.
- Per Business Quant data, the three most recent Gains from Investment Securities figures were -$300000.0 in Q4 2022, -$151000.0 in Q3 2022, and -$20.4 million in Q2 2022.
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 |
|---|---|
| Dec 31, 2022 | -300,000.00 |
| Sep 30, 2022 | -151,000.00 |
| Jun 30, 2022 | -20.40 Mn |
| Mar 31, 2022 | 2.56 Mn |
| Sep 30, 2019 | 533,000.00 |
| Jun 30, 2019 | 99,000.00 |
| Mar 31, 2019 | -13,000.00 |
| Dec 31, 2018 | 242,544.00 |
| Sep 30, 2018 | 42,797.00 |
Castle Biosciences Gains from Investment Securities 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=gains-from-investment-securities&ticker=CSTL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=CSTL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();