Bitmine Immersion Technologies, Inc. (BMNR) EBT Margin (2022 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly EBT Margin came in at 179.64% in Q2 2026, down 14928.0% on a YoY basis from N/an in Q2 2025, and up 99.48% quarter-over-quarter from 34583.94% in Q1 2026.
Bitmine Immersion Technologies, Inc. (BMNR) EBT Margin (2022 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported EBT Margin for 5 consecutive years, with 179.64% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT Margin fell 14928.0% year-over-year to 179.64%; the trailing twelve-month figure through May 2026 stood at 14306.59% (down 1424309.0% YoY), and the FY2025 full-year result was 7233.34%, up 733283.0% from the prior year.
- EBT Margin climbed to 179.64% in Q2 2026 per BMNR's latest filing, from 34583.94% in the prior quarter.
- Across five years, EBT Margin topped out at 33481.21% in Q3 2025 and bottomed at 230980.81% in Q4 2025.
- Historically, EBT Margin has averaged 13206.93% across 5 years, with a median of 148.21% in 2023.
- The widest YoY moves for EBT Margin: up 3358517 bps in 2025, down 23089971 bps in 2025.
- Over 5 years, EBT Margin stood at 474.65% in 2022, then soared by 75 bps to 116.78% in 2023, then soared by 31 bps to 81.1% in 2024, then sank by 284713 bps to 230980.81% in 2025, then jumped by 100 bps to 179.64% in 2026.
- According to Business Quant data, EBT Margin over the past three periods registered 179.64%, 34583.94%, and 230980.81% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -179.64% |
| Feb 28, 2026 | -34,583.94% |
| Nov 30, 2025 | -230,980.81% |
| Aug 31, 2025 | 33,481.21% |
| May 31, 2025 | -30.36% |
| Feb 28, 2025 | -76.20% |
| Nov 30, 2024 | -81.10% |
| Aug 31, 2024 | -103.96% |
| May 31, 2024 | -47.05% |
| Feb 29, 2024 | -71.10% |
| Nov 30, 2023 | -116.78% |
| Aug 31, 2023 | -457.02% |
| May 31, 2023 | -368.48% |
| Feb 28, 2023 | -182.71% |
| Nov 30, 2022 | -474.65% |
| Aug 31, 2022 | -974.56% |
| May 31, 2022 | -2,466.49% |
| Feb 28, 2022 | -11.16% |
Bitmine Immersion Technologies, Inc. EBT Margin 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-margin&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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-margin&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();