BTC Digital (BTCT) Income from Non-Controlling Interests (2018 - 2022)
BTC Digital's (BTCT) quarterly Income from Non-Controlling Interests came in at -$2.0 million in Q4 2022, down 488.79% quarter-over-quarter from -$348000.0 in Q2 2021.
BTC Digital (BTCT) Income from Non-Controlling Interests (2018 - 2022) Analysis & Trends
BTC Digital (BTCT) has reported Income from Non-Controlling Interests for 5 consecutive years, with -$2.0 million the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Income from Non-Controlling Interests changed N/A year-over-year to -$2.0 million; the trailing twelve-month figure through Dec 2022 stood at -$4.4 million (changed N/A YoY), and the FY2022 full-year result was -$2.0 million, down 552.55% from the prior year.
- Income from Non-Controlling Interests retreated to -$2.0 million in Q4 2022 per BTCT's latest filing, from -$348000.0 in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $486000.0 in Q3 2020 and bottomed at -$2.0 million in Q4 2022.
- Historically, Income from Non-Controlling Interests has averaged -$390295.6 across 5 years, with a median of -$276334.2 in 2019.
- The sharpest annual moves came in 2020 and 2021: Income from Non-Controlling Interests soared 240.23% in 2020, then sank 296.48% in 2021.
- Over 5 years, Income from Non-Controlling Interests stood at -$454860.0 in 2018, then slipped by 22.24% to -$556000.0 in 2019, then tumbled by 185.86% to -$1.6 million in 2020, then jumped by 78.1% to -$348000.0 in 2021, then slumped by 488.79% to -$2.0 million in 2022.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered -$2.0 million, -$348000.0, and -$391000.0 for Q4 2022, Q2 2021, and Q1 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | -19,000.00 |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | - |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | -26.95 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 | - | -1.63 Mn |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | - |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | 6.40 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, 2022 | -2.05 Mn |
| Jun 30, 2021 | -348,000.00 |
| Mar 31, 2021 | -391,000.00 |
| Dec 31, 2020 | -1.59 Mn |
| Aug 31, 2020 | 486,000.00 |
| Jun 30, 2020 | 287,000.00 |
| Mar 31, 2020 | 199,000.00 |
| Dec 31, 2019 | -556,000.00 |
| Sep 30, 2019 | 86,314.52 |
| Jun 30, 2019 | -204,668.40 |
| Mar 31, 2019 | -148,974.62 |
| Dec 31, 2018 | -454,860.05 |
BTC Digital Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();