Bitmine Immersion Technologies, Inc. (BMNR) Net Income towards Common Stockholders (2020 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly Net Income towards Common Stockholders came in at -$83.6 million in Q2 2026, down 13315.09% on a YoY basis from N/an in Q2 2025, and up 97.81% quarter-over-quarter from -$3.8 billion in Q1 2026.
Bitmine Immersion Technologies, Inc. (BMNR) Net Income towards Common Stockholders (2020 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Net Income towards Common Stockholders for 7 consecutive years, with -$83.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income towards Common Stockholders fell 13315.09% year-over-year to -$83.6 million; the trailing twelve-month figure through May 2026 stood at -$8.8 billion (down 134244.33% YoY), and the FY2025 full-year result was $328.2 million, up 10065.41% from the prior year.
- Net Income towards Common Stockholders advanced to -$83.6 million in Q2 2026 per BMNR's latest filing, from -$3.8 billion in the prior quarter.
- Across five years, Net Income towards Common Stockholders topped out at $333.9 million in Q3 2025 and bottomed at -$5.2 billion in Q4 2025.
- Historically, Net Income towards Common Stockholders has averaged -$488.0 million across 5 years, with a median of -$734298.0 in 2024.
- The sharpest annual moves came in 2025 and 2026: Net Income towards Common Stockholders jumped 41098.17% in 2025, then plunged 329958.15% in 2026.
- Over 5 years, Net Income towards Common Stockholders stood at -$482796.0 in 2022, then slumped by 92.6% to -$929870.0 in 2023, then tumbled by 323.22% to -$3.9 million in 2024, then plunged by 132138.49% to -$5.2 billion in 2025, then jumped by 98.39% to -$83.6 million in 2026.
- According to Business Quant data, Net Income towards Common Stockholders over the past three periods registered -$83.6 million, -$3.8 billion, and -$5.2 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -83.58 Mn |
| Feb 28, 2026 | -3.82 Bn |
| Nov 30, 2025 | -5.20 Bn |
| Aug 31, 2025 | 333.88 Mn |
| May 31, 2025 | -623,000.00 |
| Feb 28, 2025 | -1.16 Mn |
| Nov 30, 2024 | -3.94 Mn |
| Aug 31, 2024 | -814,368.00 |
| May 31, 2024 | -654,228.00 |
| Feb 29, 2024 | -902,682.00 |
| Nov 30, 2023 | -929,870.00 |
| Aug 31, 2023 | -1.12 Mn |
| May 31, 2023 | -523,704.00 |
| Feb 28, 2023 | -285,196.00 |
| Nov 30, 2022 | -482,796.00 |
| Aug 31, 2022 | -602,554.00 |
| May 31, 2022 | -408,623.00 |
| Feb 28, 2022 | -38,966.00 |
| Nov 30, 2021 | -664,043.00 |
| Aug 31, 2021 | -95,201.00 |
Bitmine Immersion Technologies, Inc. Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "BMNR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();