BTC Digital (BTCT) Share-based Compensation (2018 - 2024)
BTC Digital's (BTCT) quarterly Share-based Compensation came in at $571000.0 in Q1 2024, up 494685.83% quarter-over-quarter from $115.4 in Q2 2022.
BTC Digital (BTCT) Share-based Compensation (2018 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported Share-based Compensation for 5 consecutive years, with $571000.0 the latest figure, recorded in Q1 2024.
- For the quarter ending Q1 2024, Share-based Compensation changed N/A year-over-year to $571000.0; the trailing twelve-month figure through Dec 2024 stood at $571000.0 (changed N/A YoY), and the FY2025 full-year result was $1.8 million, up 219.96% from the prior year.
- Share-based Compensation grew to $571000.0 in Q1 2024 per BTCT's latest filing, from $115.4 in the prior quarter.
- Across five years, Share-based Compensation topped out at $958323.3 in Q4 2020 and bottomed at $115.4 in Q2 2022.
- Historically, Share-based Compensation has averaged $509812.9 across 3 years, with a median of $571000.0 in 2024.
- The widest YoY moves for Share-based Compensation: up 121.41% in 2020, down 121.41% in 2020.
- Over 3 years, Share-based Compensation stood at $958323.3 in 2020, then slumped by 99.99% to $115.4 in 2022, then jumped by 494685.83% to $571000.0 in 2024.
- According to Business Quant data, Share-based Compensation over the past three periods registered $571000.0, $115.4, and $958323.3 for Q1 2024, Q2 2022, and Q4 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | 13.25 Mn |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | - |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | 51.75 Mn |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | 35.58 Mn |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | 46.68 Mn |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | 1.60 Mn |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | 5.63 Mn |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | -15.57 Mn |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 571,000.00 |
| Jun 30, 2022 | 115.40 |
| Dec 31, 2020 | 958,323.32 |
| Dec 31, 2019 | 432,835.81 |
| Dec 31, 2018 | 257,632.73 |
BTC Digital Share-based Compensation 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=share-based-compensation&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();