Bitmine Immersion Technologies, Inc. (BMNR) Other Non Operating Income (2022 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly Other Non Operating Income came in at -$92.1 million in Q2 2026, down 110855.42% on a YoY basis from N/an in Q2 2025, and down 215.06% quarter-over-quarter from $80.0 million in Q1 2026.
Bitmine Immersion Technologies, Inc. (BMNR) Other Non Operating Income (2022 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Other Non Operating Income for 5 consecutive years, with -$92.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income fell 110855.42% year-over-year to -$92.1 million; the trailing twelve-month figure through May 2026 stood at $146.1 million (up 89169.1% YoY), and the FY2024 full-year result was -$355123.0, down 2196.48% from the prior year.
- Other Non Operating Income slipped to -$92.1 million in Q2 2026 per BMNR's latest filing, from $80.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $158.2 million in Q4 2025 and bottomed at -$92.1 million in Q2 2026.
- Historically, Other Non Operating Income has averaged $14.6 million across 5 years, with a median of -$70500.0 in 2025.
- The sharpest annual moves came in 2025 and 2026: Other Non Operating Income surged 687888.55% in 2025, then slumped 110855.42% in 2026.
- Over 5 years, Other Non Operating Income stood at $16939.0 in 2022, then sank by 1000.95% to -$152612.0 in 2023, then surged by 84.93% to -$23003.0 in 2024, then soared by 687888.55% to $158.2 million in 2025, then tumbled by 158.21% to -$92.1 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$92.1 million, $80.0 million, and $158.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -92.09 Mn |
| Feb 28, 2026 | 80.04 Mn |
| Nov 30, 2025 | 158.21 Mn |
| May 31, 2025 | -83,000.00 |
| Feb 28, 2025 | -58,000.00 |
| Nov 30, 2024 | -23,003.00 |
| May 31, 2024 | -133,915.00 |
| Feb 29, 2024 | -183,670.00 |
| Nov 30, 2023 | -152,612.00 |
| Nov 30, 2022 | 16,939.00 |
Bitmine Immersion Technologies, Inc. Other Non Operating Income 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=other-non-operating-income&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();