BTC Digital (BTCT) Minority Interest (2018 - 2022)
BTC Digital's (BTCT) quarterly Minority Interest came in at $2.9 million in Q2 2022, up 65.28% on a YoY basis from $1.8 million in Q2 2021, and up 31.13% quarter-over-quarter from $2.2 million in Q4 2021.
BTC Digital (BTCT) Minority Interest (2018 - 2022) Analysis & Trends
BTC Digital (BTCT) has reported Minority Interest for 5 consecutive years, with $2.9 million the latest figure, recorded in Q2 2022.
- For the quarter ending Q2 2022, Minority Interest rose 65.28% year-over-year to $2.9 million; the trailing twelve-month figure through Jun 2022 stood at $2.9 million (up 65.28% YoY), and the FY2021 full-year result was $2.2 million, down 10.28% from the prior year.
- Minority Interest advanced to $2.9 million in Q2 2022 per BTCT's latest filing, from $2.2 million in the prior quarter.
- Across five years, Minority Interest topped out at $3.4 million in Q4 2018 and bottomed at $1.8 million in Q2 2021.
- Historically, Minority Interest has averaged $2.6 million across 5 years, with a median of $2.6 million in 2019.
- The sharpest annual moves came in 2021 and 2022: Minority Interest plunged 42.0% in 2021, then jumped 65.28% in 2022.
- Over 5 years, Minority Interest stood at $3.4 million in 2018, then dropped by 25.91% to $2.5 million in 2019, then dropped by 4.31% to $2.4 million in 2020, then decreased by 9.18% to $2.2 million in 2021, then jumped by 31.13% to $2.9 million in 2022.
- According to Business Quant data, Minority Interest over the past three periods registered $2.9 million, $2.2 million, and $1.8 million for Q2 2022, Q4 2021, and Q2 2021 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, 2022 | 2.90 Mn |
| Dec 31, 2021 | 2.21 Mn |
| Jun 30, 2021 | 1.75 Mn |
| Dec 31, 2020 | 2.43 Mn |
| Jun 30, 2020 | 3.02 Mn |
| Mar 31, 2020 | 2.73 Mn |
| Dec 31, 2019 | 2.54 Mn |
| Dec 31, 2018 | 3.43 Mn |
BTC Digital Minority Interest 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=minority-interest&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();