BTC Digital (BTCT) Cash & Equivalents Growth (1y) (2019 - 2025)
Analysis
BTC Digital (BTCT) Cash & Equivalents Growth (1y) (2019 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | 22,993.91% |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | 944.35% |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | 3,038.55% |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | 84.59% |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | -74.45% |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | 284.84% |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | 442.78% |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | 43.25% |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | - |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | -97.65% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -97.65% |
| Jun 30, 2025 | 2,129.27% |
| Dec 31, 2024 | 34,551.16% |
| Jun 30, 2024 | 33.49% |
| Dec 31, 2023 | -8.16% |
| Jun 30, 2023 | -89.19% |
| Dec 31, 2022 | -99.83% |
| Jun 30, 2022 | -91.10% |
| Dec 31, 2021 | 82.86% |
| Jun 30, 2021 | -3.53% |
| Mar 31, 2021 | -54.69% |
| Dec 31, 2020 | -29.58% |
| Dec 31, 2019 | -21.44% |
API Access
BTC Digital Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "ticker": "BTCT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-and-equivalents-growth-1y&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();