Bitmine Immersion Technologies, Inc. (BMNR) EBT (2020 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly EBT 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) EBT (2020 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported EBT for 7 consecutive years, with -$83.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT 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 $440.9 million, up 13488.16% from the prior year.
- EBT grew to -$83.6 million in Q2 2026 per BMNR's latest filing, from -$3.8 billion in the prior quarter.
- Across five years, EBT topped out at $443.6 million in Q3 2025 and bottomed at -$5.3 billion in Q4 2025.
- Historically, EBT has averaged -$486.9 million across 5 years, with a median of -$612777.0 in 2022.
- The widest YoY moves for EBT: up 62661.49% in 2025, down 543677.21% in 2025.
- Over 5 years, EBT 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 plunged by 543677.21% to -$5.3 billion in 2025, then jumped by 98.42% to -$83.6 million in 2026.
- According to Business Quant data, EBT over the past three periods registered -$83.6 million, -$3.8 billion, and -$5.3 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.30 Bn |
| Aug 31, 2025 | 443.63 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. EBT 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=ebt&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();