BTC Digital (BTCT) Free Cash Flow (2023 - 2024)
BTC Digital's (BTCT) quarterly Free Cash Flow came in at $5.0 million in Q4 2024, down 18.68% on a YoY basis from $6.1 million in Q1 2024, and up 159.34% quarter-over-quarter from -$8.3 million in Q3 2024.
BTC Digital (BTCT) Free Cash Flow (2023 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported Free Cash Flow for 2 consecutive years, with $5.0 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Free Cash Flow fell 18.68% year-over-year to $5.0 million; the trailing twelve-month figure through Dec 2024 stood at $4.3 million (down 31.83% YoY), and the FY2025 full-year result was $3.3 million, down 24.18% from the prior year.
- Free Cash Flow advanced to $5.0 million in Q4 2024 per BTCT's latest filing, from -$8.3 million in the prior quarter.
- Across five years, Free Cash Flow topped out at $8.1 million in Q2 2024 and bottomed at -$8.3 million in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | -2.12 Bn |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | 482.24 Mn |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | -9.62 Mn |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | -150.87 Mn |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | -238.55 Mn |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | -118.43 Mn |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | 107.47 Mn |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | -96.02 Mn |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 4.95 Mn |
| Sep 30, 2024 | -8.34 Mn |
| Jun 30, 2024 | 8.13 Mn |
| Mar 31, 2024 | -433,000.00 |
| Dec 31, 2023 | 6.09 Mn |
| Sep 30, 2023 | -363,000.00 |
| Jun 30, 2023 | -3.26 Mn |
| Mar 31, 2023 | 3.85 Mn |
BTC Digital Free Cash Flow 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=free-cash-flow&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();