BTC Digital (BTCT) EBT Margin (2018 - 2024)
BTC Digital's (BTCT) quarterly EBT Margin came in at 48.08% in Q4 2024, up 25107.0% on a YoY basis from N/an in Q1 2024, and down 115.47% quarter-over-quarter from 22.31% in Q3 2024.
BTC Digital (BTCT) EBT Margin (2018 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported EBT Margin for 6 consecutive years, with 48.08% the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, EBT Margin rose 25107.0% year-over-year to 48.08%; the trailing twelve-month figure through Dec 2024 stood at 34.22% (up 2029.0% YoY), and the FY2025 full-year result was 64.53%, down 4750.0% from the prior year.
- EBT Margin eased to 48.08% in Q4 2024 per BTCT's latest filing, from 22.31% in the prior quarter.
- Across five years, EBT Margin topped out at 31910.31% in Q4 2020 and bottomed at 299.15% in Q4 2023.
- Historically, EBT Margin has averaged 2215.36% across 4 years, with a median of 44.31% in 2021.
- The widest YoY moves for EBT Margin: up 3195513 bps in 2020, down 4151 bps in 2020.
- Over 4 years, EBT Margin stood at 31910.31% in 2020, then plunged by 100 bps to 40.1% in 2021, then slumped by 646 bps to 299.15% in 2023, then jumped by 84 bps to 48.08% in 2024.
- According to Business Quant data, EBT Margin over the past three periods registered 48.08%, 22.31%, and 30.23% for Q4 2024, Q3 2024, and Q2 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | -179.64% |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | -504.27% |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | -278.39% |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | -136.18% |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | -349.23% |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | - |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | -44.74% |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | -210.10% |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -48.08% |
| Sep 30, 2024 | -22.31% |
| Jun 30, 2024 | -30.23% |
| Mar 31, 2024 | -27.58% |
| Dec 31, 2023 | -299.15% |
| Sep 30, 2023 | -119.17% |
| Jun 30, 2023 | -2.12% |
| Mar 31, 2023 | -108.05% |
| Jun 30, 2021 | -40.10% |
| Mar 31, 2021 | -40.80% |
| Dec 31, 2020 | 31,910.31% |
| Aug 31, 2020 | -52.52% |
| Jun 30, 2020 | -47.81% |
| Mar 31, 2020 | -57.42% |
| Dec 31, 2019 | -44.82% |
| Sep 30, 2019 | 12.51% |
| Jun 30, 2019 | -16.82% |
| Mar 31, 2019 | -15.91% |
| Dec 31, 2018 | -2.00% |
BTC Digital EBT Margin 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=ebt-margin&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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=ebt-margin&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();