Bitmine Immersion Technologies, Inc. (BMNR) EBIT (2020 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly EBIT came in at -$11.9 million in Q2 2026, down 2435.26% on a YoY basis from $508081.3 in Q2 2025, and up 99.69% quarter-over-quarter from -$3.8 billion in Q1 2026.
Bitmine Immersion Technologies, Inc. (BMNR) EBIT (2020 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported EBIT for 7 consecutive years, with -$11.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBIT fell 2435.26% year-over-year to -$11.9 million; the trailing twelve-month figure through May 2026 stood at -$8.9 billion (down 303259.31% YoY), and the FY2025 full-year result was $444.2 million, up 18245.87% from the prior year.
- EBIT climbed to -$11.9 million in Q2 2026 per BMNR's latest filing, from -$3.8 billion in the prior quarter.
- Across five years, EBIT topped out at $446.5 million in Q3 2025 and bottomed at -$5.5 billion in Q4 2025.
- Historically, EBIT has averaged -$493.6 million across 5 years, with a median of -$604974.5 in 2022.
- The widest YoY moves for EBIT: up 67646.56% in 2025, down 618711.31% in 2025.
- Over 5 years, EBIT stood at -$491895.0 in 2022, then fell by 24.39% to -$611880.0 in 2023, then tumbled by 44.47% to -$884000.0 in 2024, then tumbled by 618711.31% to -$5.5 billion in 2025, then soared by 99.78% to -$11.9 million in 2026.
- According to Business Quant data, EBIT over the past three periods registered -$11.9 million, -$3.8 billion, and -$5.5 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -11.87 Mn |
| Feb 28, 2026 | -3.84 Bn |
| Nov 30, 2025 | -5.47 Bn |
| Aug 31, 2025 | 446.48 Mn |
| May 31, 2025 | -468,000.00 |
| Feb 28, 2025 | -913,000.00 |
| Nov 30, 2024 | -884,000.00 |
| Aug 31, 2024 | -660,990.00 |
| May 31, 2024 | -534,537.00 |
| Feb 29, 2024 | -648,740.00 |
| Nov 30, 2023 | -611,880.00 |
| Aug 31, 2023 | -1.12 Mn |
| May 31, 2023 | -509,515.00 |
| Feb 28, 2023 | -288,947.00 |
| Nov 30, 2022 | -491,895.00 |
| Aug 31, 2022 | -598,069.00 |
| May 31, 2022 | -413,108.00 |
| Feb 28, 2022 | -38,966.00 |
| Nov 30, 2021 | -664,043.00 |
| Aug 31, 2021 | -95,201.00 |
Bitmine Immersion Technologies, Inc. EBIT 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=ebit&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();