BTC Digital (BTCT) Change in Account Payables (2019 - 2024)
BTC Digital's (BTCT) quarterly Change in Account Payables came in at $115000.0 in Q4 2024, up 174.68% on a YoY basis from $41867.6 in Q1 2024, and up 227.78% quarter-over-quarter from -$90000.0 in Q3 2024.
BTC Digital (BTCT) Change in Account Payables (2019 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported Change in Account Payables for 3 consecutive years, with $115000.0 the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Change in Account Payables rose 174.68% year-over-year to $115000.0; the trailing twelve-month figure through Dec 2024 stood at -$13000.0 (up 99.61% YoY), and the FY2025 full-year result was -$115000.0, down 784.62% from the prior year.
- Change in Account Payables climbed to $115000.0 in Q4 2024 per BTCT's latest filing, from -$90000.0 in the prior quarter.
- Across five years, Change in Account Payables topped out at $127000.0 in Q3 2023 and bottomed at -$2.5 million in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | - |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | - |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | - |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | - |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | - |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | - |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | - |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | - |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 115,000.00 |
| Sep 30, 2024 | -90,000.00 |
| Jun 30, 2024 | -65,000.00 |
| Mar 31, 2024 | 27,000.00 |
| Dec 31, 2023 | -154,000.00 |
| Sep 30, 2023 | 127,000.00 |
| Jun 30, 2023 | -2.49 Mn |
| Mar 31, 2023 | -815,000.00 |
| Dec 31, 2019 | 5,142.00 |
BTC Digital Change in Account Payables 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=change-in-account-payables&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();