Castle Biosciences (CSTL) Other Non Operating Income (2018 - 2026)
Castle Biosciences' (CSTL) quarterly Other Non Operating Income came in at -$153000.0 in Q2 2026, up 65.15% quarter-over-quarter from -$439000.0 in Q1 2026.
Castle Biosciences (CSTL) Other Non Operating Income (2018 - 2026) Analysis & Trends
Castle Biosciences has disclosed Other Non Operating Income across 5 years of filings, most recently posting -$153000.0 for Q2 2026.
- In Q2 2026, Other Non Operating Income changed N/A year-over-year to -$153000.0; the TTM figure through Jun 2026 stood at -$448000.0 (changed N/A YoY), while the FY2025 annual figure was $144000.0, changed N/A from the prior year.
- Other Non Operating Income came in at -$153000.0 for Q2 2026 at Castle Biosciences, up from -$439000.0 in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $96000.0 in Q4 2025 to a low of -$439000.0 in Q1 2026.
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 |
|---|---|
| Jun 30, 2026 | -153,000.00 |
| Mar 31, 2026 | -439,000.00 |
| Dec 31, 2025 | 96,000.00 |
| Sep 30, 2025 | 48,000.00 |
| Dec 31, 2020 | -1.40 Mn |
| Dec 31, 2019 | 235,000.00 |
| Sep 30, 2019 | 5.20 Mn |
| Jun 30, 2019 | -189,000.00 |
| Mar 31, 2019 | -33,000.00 |
| Dec 31, 2018 | -242,544.00 |
| Sep 30, 2018 | -42,796.00 |
| Jun 30, 2018 | 34,038.00 |
Castle Biosciences Other Non Operating Income 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=other-non-operating-income&ticker=CSTL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=CSTL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();