Bitmine Immersion Technologies, Inc. (BMNR) Consolidated Net Income (2020 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly Consolidated Net Income came in at -$83.6 million in Q2 2026, down 13318.14% 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) Consolidated Net Income (2020 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Consolidated Net Income for 7 consecutive years, with -$83.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Consolidated Net Income fell 13318.14% year-over-year to -$83.6 million; the trailing twelve-month figure through May 2026 stood at -$8.8 billion (down 252774.32% YoY), and the FY2025 full-year result was $348.6 million, up 10685.39% from the prior year.
- Consolidated Net Income grew to -$83.6 million in Q2 2026 per BMNR's latest filing, from -$3.8 billion in the prior quarter.
- Across five years, Consolidated Net Income topped out at $351.3 million in Q3 2025 and bottomed at -$5.2 billion in Q4 2025.
- Historically, Consolidated Net Income has averaged -$486.9 million across 5 years, with a median of -$612777.0 in 2022.
- The widest YoY moves for Consolidated Net Income: up 49645.76% in 2025, down 534201.33% in 2025.
- Over 5 years, Consolidated Net Income stood at -$482796.0 in 2022, then declined by 23.67% to -$597087.0 in 2023, then sank by 63.13% to -$974000.0 in 2024, then sank by 534201.33% to -$5.2 billion in 2025, then soared by 98.39% to -$83.6 million in 2026.
- According to Business Quant data, Consolidated Net Income 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.60 Mn |
| Feb 28, 2026 | -3.82 Bn |
| Nov 30, 2025 | -5.20 Bn |
| Aug 31, 2025 | 351.33 Mn |
| May 31, 2025 | -623,000.00 |
| Feb 28, 2025 | -1.16 Mn |
| Nov 30, 2024 | -974,000.00 |
| Aug 31, 2024 | -709,104.00 |
| May 31, 2024 | -576,308.00 |
| Feb 29, 2024 | -633,949.00 |
| Nov 30, 2023 | -597,087.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. Consolidated Net 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=consolidated-net-income&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();