Castle Biosciences (CSTL) Property, Plant & Equipment (Net) (2018 - 2026)
Analysis
Castle Biosciences (CSTL) Property, Plant & Equipment (Net) (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | 317.57 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 2.22 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 3.10 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 155.30 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 89.07 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 95.72 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 1.17 Bn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 24.93 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 29.45 Mn |
| 10 | Castle Biosciences | 1.08 Bn | 811.36 Mn | 79.85 Mn | 104.68 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 104.68 Mn |
| Mar 31, 2026 | 100.93 Mn |
| Dec 31, 2025 | 97.44 Mn |
| Sep 30, 2025 | 84.89 Mn |
| Jun 30, 2025 | 74.06 Mn |
| Mar 31, 2025 | 55.42 Mn |
| Dec 31, 2024 | 51.12 Mn |
| Sep 30, 2024 | 44.38 Mn |
| Jun 30, 2024 | 38.64 Mn |
| Mar 31, 2024 | 32.90 Mn |
| Dec 31, 2023 | 25.43 Mn |
| Sep 30, 2023 | 22.27 Mn |
| Jun 30, 2023 | 20.51 Mn |
| Mar 31, 2023 | 18.25 Mn |
| Dec 31, 2022 | 14.32 Mn |
| Sep 30, 2022 | 13.05 Mn |
| Jun 30, 2022 | 11.20 Mn |
| Mar 31, 2022 | 9.39 Mn |
| Dec 31, 2021 | 9.50 Mn |
| Sep 30, 2021 | 8.87 Mn |
API Access
Castle Biosciences Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=CSTL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=CSTL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();