BTC Digital (BTCT) Other Non Operating Income (2018 - 2024)
BTC Digital's (BTCT) quarterly Other Non Operating Income came in at -$2.0 million in Q4 2024, up 29.57% on a YoY basis from -$1.5 million in Q1 2024, and down 199798.8% quarter-over-quarter from $996.0 in Q2 2024.
BTC Digital (BTCT) Other Non Operating Income (2018 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported Other Non Operating Income for 7 consecutive years, with -$2.0 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Other Non Operating Income rose 29.57% year-over-year to -$2.0 million; the trailing twelve-month figure through Dec 2024 stood at -$4.8 million (down 279.72% YoY), and the FY2025 full-year result was -$9.1 million, down 355.56% from the prior year.
- Other Non Operating Income fell to -$2.0 million in Q4 2024 per BTCT's latest filing, from $996.0 in the prior quarter.
- Across five years, Other Non Operating Income topped out at $5.6 million in Q4 2022 and bottomed at -$2.8 million in Q4 2023.
- Historically, Other Non Operating Income has averaged -$1842.1 across 5 years, with a median of -$29000.0 in 2020.
- The widest YoY moves for Other Non Operating Income: up 4598.5% in 2020, down 62494.38% in 2020.
- Over 5 years, Other Non Operating Income stood at -$623943.8 in 2020, then surged by 84.29% to -$98000.0 in 2021, then jumped by 5852.04% to $5.6 million in 2022, then sank by 150.1% to -$2.8 million in 2023, then gained by 29.57% to -$2.0 million in 2024.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$2.0 million, $996.0, and -$1000.0 for Q4 2024, Q2 2024, and Q1 2024 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 |
|---|---|
| Dec 31, 2024 | -1.99 Mn |
| Jun 30, 2024 | 996.00 |
| Mar 31, 2024 | -1,000.00 |
| Dec 31, 2023 | -2.82 Mn |
| Jun 30, 2023 | -134,000.00 |
| Mar 31, 2023 | -1,000.00 |
| Dec 31, 2022 | 5.64 Mn |
| Jun 30, 2021 | -98,000.00 |
| Mar 31, 2021 | -65,000.00 |
| Dec 31, 2020 | -623,943.78 |
| Aug 31, 2020 | 37,000.00 |
| Jun 30, 2020 | 66,000.00 |
| Mar 31, 2020 | -29,000.00 |
| Dec 31, 2019 | 1,000.00 |
| Sep 30, 2019 | -1,712.02 |
| Jun 30, 2019 | -1,467.16 |
| Mar 31, 2019 | -444.26 |
| Dec 31, 2018 | -3,905.00 |
BTC Digital Other Non Operating Income 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-non-operating-income&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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-non-operating-income&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();