Castle Biosciences (CSTL) Other Working Capital Changes (2021)
Castle Biosciences' (CSTL) quarterly Other Working Capital Changes came in at -$3.0 million in Q4 2021, up 5.63% quarter-over-quarter from -$3.2 million in Q3 2021.
Castle Biosciences (CSTL) Other Working Capital Changes (2021) Analysis & Trends
Castle Biosciences has disclosed Other Working Capital Changes across 1 years of filings, most recently posting -$3.0 million for Q4 2021.
- In Q2 2026, Other Working Capital Changes fell 34.16% year-over-year to $877000.0; the TTM figure through Jun 2026 stood at $1.6 million (down 59.03% YoY), while the FY2025 annual figure was -$1.3 million, up 1.09% from the prior year.
- Other Working Capital Changes came in at $877000.0 for Q2 2026 at Castle Biosciences, down from $6.7 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of -$3.0 million in Q4 2021 to a low of -$3.2 million in Q3 2021.
- Average Other Working Capital Changes over 5 years is $392000.0, with a median of $327000.0 recorded in 2022.
- The largest YoY upside for Other Working Capital Changes was 1463.7% in 2024 against a maximum downside of 1131.54% in 2024.
- Over 5 years, Other Working Capital Changes stood at -$646000.0 in 2022, then jumped by 62.69% to -$241000.0 in 2023, then slumped by 1131.54% to -$3.0 million in 2024, then sank by 95.75% to -$5.8 million in 2025, then surged by 115.09% to $877000.0 in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were $877000.0 in Q2 2026, $6.7 million in Q1 2026, and -$5.8 million in Q4 2025.
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, 2021 | -3.00 Mn |
| Dec 31, 2021 | -3.00 Mn |
| Sep 30, 2021 | -3.18 Mn |
| Sep 30, 2021 | -3.18 Mn |
Castle Biosciences Other Working Capital Changes 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-working-capital-changes&ticker=CSTL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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-working-capital-changes&ticker=CSTL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();