BTC Digital (BTCT) Selling, General & Administrative (2018 - 2024)
Analysis
BTC Digital (BTCT) Selling, General & Administrative (2018 - 2024) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | 37.27 Mn |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | 128.25 Mn |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | 76.08 Mn |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | 82.00 Mn |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | 114.70 Mn |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | 18.30 Mn |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | -34.31 Mn |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | 31.31 Mn |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -2.44 Mn |
| Sep 30, 2024 | 218,000.00 |
| Jun 30, 2024 | 353,000.00 |
| Mar 31, 2024 | 906,000.00 |
| Dec 31, 2023 | -1.12 Mn |
| Sep 30, 2023 | 153,000.00 |
| Jun 30, 2023 | 262,000.00 |
| Mar 31, 2023 | 529,000.00 |
| Dec 31, 2022 | -721,000.00 |
| Jun 30, 2021 | -9.80 Mn |
| Mar 31, 2021 | -12.40 Mn |
| Dec 31, 2020 | 32.63 Mn |
| Aug 31, 2020 | -18.46 Mn |
| Jun 30, 2020 | -9.26 Mn |
| Mar 31, 2020 | -9.18 Mn |
| Dec 31, 2019 | -5,142.00 |
| Sep 30, 2019 | -10.46 Mn |
| Jun 30, 2019 | -14.88 Mn |
| Mar 31, 2019 | -12.09 Mn |
| Dec 31, 2018 | -12.18 Mn |
API Access
BTC Digital Selling, General & Administrative 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=selling-general-and-administrative&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();