BTC Digital (BTCT) EBITDA (2018 - 2024)
BTC Digital's (BTCT) quarterly EBITDA came in at -$2.7 million in Q4 2024, down 7.94% on a YoY basis from -$2.9 million in Q1 2024, and down 394.1% quarter-over-quarter from -$542000.0 in Q3 2024.
BTC Digital (BTCT) EBITDA (2018 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported EBITDA for 6 consecutive years, with -$2.7 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, EBITDA fell 7.94% year-over-year to -$2.7 million; the trailing twelve-month figure through Dec 2024 stood at -$4.9 million (down 15.04% YoY), and the FY2025 full-year result was -$8.8 million, down 228.94% from the prior year.
- EBITDA eased to -$2.7 million in Q4 2024 per BTCT's latest filing, from -$542000.0 in the prior quarter.
- Across five years, EBITDA topped out at $37.2 million in Q4 2020 and bottomed at -$12.0 million in Q2 2021.
- Historically, EBITDA has averaged $2.1 million across 4 years, with a median of -$585000.0 in 2024.
- The sharpest annual moves came in 2020 and 2021: EBITDA soared 655599.02% in 2020, then slumped 117671.25% in 2021.
- Over 4 years, EBITDA stood at $37.2 million in 2020, then plunged by 132.26% to -$12.0 million in 2021, then jumped by 79.33% to -$2.5 million in 2023, then retreated by 7.94% to -$2.7 million in 2024.
- According to Business Quant data, EBITDA over the past three periods registered -$2.7 million, -$542000.0, and -$628000.0 for Q4 2024, Q3 2024, and Q2 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | -11.87 Mn |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | -620.38 Mn |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | -206.33 Mn |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | -142.83 Mn |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | -352.07 Mn |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | -132.55 Mn |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | 31.11 Mn |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | -140.77 Mn |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -2.68 Mn |
| Sep 30, 2024 | -542,000.00 |
| Jun 30, 2024 | -628,000.00 |
| Mar 31, 2024 | -1.07 Mn |
| Dec 31, 2023 | -2.48 Mn |
| Sep 30, 2023 | -694,000.00 |
| Jun 30, 2023 | -99,000.00 |
| Mar 31, 2023 | -1.00 Mn |
| Jun 30, 2021 | -12.00 Mn |
| Mar 31, 2021 | 13.12 Mn |
| Dec 31, 2020 | 37.20 Mn |
| Aug 31, 2020 | -22,682.84 |
| Jun 30, 2020 | -10,189.83 |
| Mar 31, 2020 | -12,523.35 |
| Dec 31, 2019 | -5,675.23 |
| Sep 30, 2019 | 6.31 Mn |
| Jun 30, 2019 | -8.66 Mn |
| Mar 31, 2019 | -8.01 Mn |
| Dec 31, 2018 | -1.51 Mn |
BTC Digital EBITDA 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=ebitda&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();