Bitmine Immersion Technologies, Inc. (BMNR) EBITDA (2020 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly EBITDA came in at -$11.9 million in Q2 2026, down 4030.33% on a YoY basis from $301882.8 in Q2 2025, and up 99.69% quarter-over-quarter from -$3.8 billion in Q1 2026.
Bitmine Immersion Technologies, Inc. (BMNR) EBITDA (2020 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported EBITDA for 7 consecutive years, with -$11.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA fell 4030.33% year-over-year to -$11.9 million; the trailing twelve-month figure through May 2026 stood at -$8.9 billion (down 413142.5% YoY), and the FY2025 full-year result was $444.2 million, up 29239.0% from the prior year.
- EBITDA climbed to -$11.9 million in Q2 2026 per BMNR's latest filing, from -$3.8 billion in the prior quarter.
- Across five years, EBITDA topped out at $446.5 million in Q3 2025 and bottomed at -$5.5 billion in Q4 2025.
- Historically, EBITDA has averaged -$493.5 million across 5 years, with a median of -$417689.5 in 2024.
- The widest YoY moves for EBITDA: up 105897.74% in 2025, down 726004.8% in 2025.
- Over 5 years, EBITDA stood at -$491895.0 in 2022, then grew by 20.85% to -$389350.0 in 2023, then tumbled by 93.5% to -$753375.0 in 2024, then slumped by 726004.8% to -$5.5 billion in 2025, then soared by 99.78% to -$11.9 million in 2026.
- According to Business Quant data, EBITDA 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 | -287,265.00 |
| Feb 28, 2025 | -685,306.00 |
| Nov 30, 2024 | -753,375.00 |
| Aug 31, 2024 | -422,009.00 |
| May 31, 2024 | -307,874.00 |
| Feb 29, 2024 | -413,370.00 |
| Nov 30, 2023 | -389,350.00 |
| Aug 31, 2023 | -946,291.00 |
| May 31, 2023 | -362,510.00 |
| Feb 28, 2023 | -200,734.00 |
| Nov 30, 2022 | -491,895.00 |
| Aug 31, 2022 | -598,069.00 |
| May 31, 2022 | -413,108.00 |
| Feb 28, 2022 | -31,163.00 |
| Nov 30, 2021 | -664,043.00 |
| Aug 31, 2021 | -95,201.00 |
Bitmine Immersion Technologies, Inc. EBITDA 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=ebitda&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();