BTC Digital (BTCT) Inventory (2022 - 2023)
BTC Digital's (BTCT) quarterly Inventory came in at $1.8 million in Q2 2023, little changed quarter-over-quarter from $1.8 million in Q4 2022.
BTC Digital (BTCT) Inventory (2022 - 2023) Analysis & Trends
BTC Digital (BTCT) has reported Inventory for 2 consecutive years, with $1.8 million the latest figure, recorded in Q2 2023.
- For the quarter ending Q2 2023, Inventory changed N/A year-over-year to $1.8 million; the trailing twelve-month figure through Jun 2023 stood at $1.8 million (changed N/A YoY), and the FY2022 full-year result was $1.8 million, changed N/A from the prior year.
- Inventory steadied at $1.8 million in Q2 2023 per BTCT's latest filing, from $1.8 million in the prior quarter.
- Across five years, Inventory topped out at $1.8 million in Q2 2023 and bottomed at $1.8 million in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | - |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | - |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | - |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | - |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | - |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | - |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | - |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | 8.85 Mn |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
BTC Digital Inventory 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=inventory&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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=inventory&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();