BTC Digital (BTCT) Other Operating Expenses (2018 - 2024)
BTC Digital's (BTCT) quarterly Other Operating Expenses came in at -$586000.0 in Q2 2024, down 3347.06% on a YoY basis from $18047.1 in Q3 2023, and down 277.58% quarter-over-quarter from $330000.0 in Q1 2024.
BTC Digital (BTCT) Other Operating Expenses (2018 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported Other Operating Expenses for 5 consecutive years, with -$586000.0 the latest figure, recorded in Q2 2024.
- For the quarter ending Q2 2024, Other Operating Expenses fell 3347.06% year-over-year to -$586000.0; the trailing twelve-month figure through Dec 2024 stood at -$256000.0 (down 852.94% YoY), and the FY2025 full-year result was -$418000.0, down 158.63% from the prior year.
- Other Operating Expenses eased to -$586000.0 in Q2 2024 per BTCT's latest filing, from $330000.0 in the prior quarter.
- Across five years, Other Operating Expenses topped out at $330000.0 in Q1 2024 and bottomed at -$586000.0 in Q2 2024.
- Historically, Other Operating Expenses has averaged -$99000.0 across 3 years, with a median of -$17000.0 in 2023.
- The widest YoY moves for Other Operating Expenses: up 547.06% in 2024, down 3347.06% in 2024.
- Over 3 years, Other Operating Expenses stood at -$273000.0 in 2022, then jumped by 93.77% to -$17000.0 in 2023, then plunged by 3347.06% to -$586000.0 in 2024.
- According to Business Quant data, Other Operating Expenses over the past three periods registered -$586000.0, $330000.0, and -$17000.0 for Q2 2024, Q1 2024, and Q2 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Jun 30, 2024 | -586,000.00 |
| Mar 31, 2024 | 330,000.00 |
| Jun 30, 2023 | -17,000.00 |
| Mar 31, 2023 | 51,000.00 |
| Dec 31, 2022 | -273,000.00 |
| Dec 31, 2019 | 20.53 Mn |
| Sep 30, 2019 | 24.58 Mn |
| Jun 30, 2019 | 33.77 Mn |
| Mar 31, 2019 | 28.64 Mn |
| Dec 31, 2018 | 30.17 Mn |
BTC Digital Other Operating Expenses 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=other-operating-expenses&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();