Bitmine Immersion Technologies, Inc. (BMNR) Net Margin (2022 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly Net Margin came in at 179.6% in Q2 2026, down 14924.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) Net Margin (2022 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Net Margin for 5 consecutive years, with 179.6% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin fell 14924.0% year-over-year to 179.6%; the trailing twelve-month figure through May 2026 stood at 14335.08% (down 1421531.0% YoY), and the FY2025 full-year result was 5384.1%, up 548359.0% from the prior year.
- Net Margin rose to 179.6% in Q2 2026 per BMNR's latest filing, from 34583.94% in the prior quarter.
- Across five years, Net Margin topped out at 25198.19% in Q3 2025 and bottomed at 226955.73% in Q4 2025.
- Historically, Net Margin has averaged 13463.69% across 5 years, with a median of 182.29% in 2023.
- The widest YoY moves for Net Margin: up 2531758 bps in 2025, down 22662806 bps in 2025.
- Over 5 years, Net Margin stood at 474.65% in 2022, then soared by 62 bps to 181.86% in 2023, then plunged by 80 bps to 327.68% in 2024, then plunged by 69162 bps to 226955.73% in 2025, then surged by 100 bps to 179.6% in 2026.
- According to Business Quant data, Net Margin over the past three periods registered 179.6%, 34583.94%, and 226955.73% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -179.60% |
| Feb 28, 2026 | -34,583.94% |
| Nov 30, 2025 | -226,955.73% |
| Aug 31, 2025 | 25,198.19% |
| May 31, 2025 | -30.36% |
| Feb 28, 2025 | -76.26% |
| Nov 30, 2024 | -327.68% |
| Aug 31, 2024 | -119.39% |
| May 31, 2024 | -53.41% |
| Feb 29, 2024 | -101.24% |
| Nov 30, 2023 | -181.86% |
| 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. Net 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=net-margin&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();