BTC Digital (BTCT) EPS (Basic) (2018 - 2024)
BTC Digital's (BTCT) quarterly EPS (Basic) came in at -$0.66 in Q4 2024, up 65.19% on a YoY basis from -$0.4 in Q1 2024, and down 210.57% quarter-over-quarter from -$0.21 in Q3 2024.
BTC Digital (BTCT) EPS (Basic) (2018 - 2024) Analysis & Trends
BTC Digital (BTCT) has reported EPS (Basic) for 7 consecutive years, with -$0.66 the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, EPS (Basic) rose 65.19% year-over-year to -$0.66; the trailing twelve-month figure through Dec 2024 stood at -$1.32 (up 60.08% YoY), and the FY2025 full-year result was -$1.1, down 67.5% from the prior year.
- EPS (Basic) eased to -$0.66 in Q4 2024 per BTCT's latest filing, from -$0.21 in the prior quarter.
- Across five years, EPS (Basic) topped out at -$0.11 in Q2 2023 and bottomed at -$58.77 in Q3 2020.
- Historically, EPS (Basic) has averaged -$15.12 across 5 years, with a median of -$1.89 in 2023.
- The sharpest annual moves came in 2023 and 2024: EPS (Basic) soared 79.07% in 2023, then tumbled 156.78% in 2024.
- Over 5 years, EPS (Basic) stood at -$41.36 in 2020, then soared by 39.77% to -$24.91 in 2021, then jumped by 63.75% to -$9.03 in 2022, then jumped by 79.07% to -$1.89 in 2023, then soared by 65.19% to -$0.66 in 2024.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.66, -$0.21, and -$0.27 for Q4 2024, Q3 2024, and Q2 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 56.68 Bn | 56.34 Bn | 40.81 Mn | -0.15 |
| 2 | Iren | 35.52 Bn | 27.95 Bn | 103.89 Mn | -2.16 |
| 3 | Hut 8 | 12.16 Bn | 5.68 Bn | 48.04 Mn | -1.49 |
| 4 | Riot Platforms | 8.98 Bn | 8.43 Bn | 84.97 Mn | -0.68 |
| 5 | Argo Blockchain | 5.95 Bn | 5.95 Bn | - | - |
| 6 | MARA Holdings | 5.06 Bn | 4.70 Bn | - | -1.60 |
| 7 | Cleanspark | 3.72 Bn | 3.51 Bn | - | -0.89 |
| 8 | Bitdeer Technologies | 3.06 Bn | 2.59 Bn | -8.53 Mn | -0.45 |
| 9 | Keel Infrastructure | 2.47 Bn | 2.47 Bn | -86.75 Mn | -0.11 |
| 10 | BTC Digital | 12.28 Mn | 8.53 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -0.66 |
| Sep 30, 2024 | -0.21 |
| Jun 30, 2024 | -0.27 |
| Mar 31, 2024 | -0.30 |
| Dec 31, 2023 | -1.89 |
| Sep 30, 2023 | -0.63 |
| Jun 30, 2023 | -0.11 |
| Mar 31, 2023 | -0.83 |
| Dec 31, 2022 | -9.03 |
| Jun 30, 2021 | -24.91 |
| Mar 31, 2021 | -28.17 |
| Dec 31, 2020 | -41.36 |
| Aug 31, 2020 | -58.77 |
| Jun 30, 2020 | -28.63 |
| Mar 31, 2020 | -30.97 |
| Dec 31, 2019 | -49.37 |
| Sep 30, 2019 | 19.39 |
| Jun 30, 2019 | -18.98 |
| Mar 31, 2019 | -12.96 |
| Dec 31, 2018 | -1.64 |
BTC Digital EPS (Basic) 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=eps-basic&ticker=BTCT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=BTCT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();