BTC Digital (BTCT) Cash from Financing Activities (2023 - 2024)
BTC Digital's (BTCT) quarterly Cash from Financing Activities came in at $19.4 million in Q4 2024, up 3654.76% on a YoY basis from $516916.9 in Q1 2024, and up 56985.29% quarter-over-quarter from $34000.0 in Q3 2024.
BTC Digital (BTCT) Cash from Financing Activities (2023 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported Cash from Financing Activities for 2 consecutive years, with $19.4 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Cash from Financing Activities rose 3654.76% year-over-year to $19.4 million; the trailing twelve-month figure through Dec 2024 stood at $20.3 million (up 2415.49% YoY), and the FY2025 full-year result was $6.2 million, down 69.65% from the prior year.
- Cash from Financing Activities grew to $19.4 million in Q4 2024 per BTCT's latest filing, from $34000.0 in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $19.4 million in Q4 2024 and bottomed at -$546000.0 in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | 1.79 Bn |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | 5.71 Bn |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | 7.45 Bn |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | -499,000.00 |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | -7.71 Mn |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | -296,000.00 |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | 428.88 Mn |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | 409.51 Mn |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 19.41 Mn |
| Sep 30, 2024 | 34,000.00 |
| Jun 30, 2024 | 202,000.00 |
| Mar 31, 2024 | 655,000.00 |
| Dec 31, 2023 | -546,000.00 |
| Sep 30, 2023 | 1.77 Mn |
| Jun 30, 2023 | -130,000.00 |
| Mar 31, 2023 | -287,000.00 |
BTC Digital Cash from Financing Activities 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=cash-from-financing-activities&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();