Bitmine Immersion Technologies, Inc. (BMNR) Non Operating Income (2020 - 2025)
Bitmine Immersion Technologies' (BMNR) quarterly Non Operating Income came in at -$154810.0 in Q2 2025, down 29.34% on a YoY basis from -$219095.7 in Q2 2024, and up 36.36% quarter-over-quarter from -$243269.0 in Q1 2025.
Bitmine Immersion Technologies, Inc. (BMNR) Non Operating Income (2020 - 2025) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Non Operating Income for 6 consecutive years, with -$154810.0 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Non Operating Income fell 29.34% year-over-year to -$154810.0; the trailing twelve-month figure through May 2025 stood at -$642195.0 (up 12.27% YoY), and the FY2024 full-year result was -$845018.0, down 1531.28% from the prior year.
- Non Operating Income advanced to -$154810.0 in Q2 2025 per BMNR's latest filing, from -$243269.0 in the prior quarter.
- Across five years, Non Operating Income topped out at $21230.0 in Q4 2022 and bottomed at -$317990.0 in Q4 2023.
- Historically, Non Operating Income has averaged -$94184.8 across 5 years, with a median of -$73484.0 in 2022.
- The sharpest annual moves came in 2022 and 2023: Non Operating Income surged 147.48% in 2022, then sank 1597.83% in 2023.
- Over 5 years, Non Operating Income stood at -$44713.0 in 2021, then soared by 147.48% to $21230.0 in 2022, then tumbled by 1597.83% to -$317990.0 in 2023, then surged by 71.47% to -$90720.0 in 2024, then slumped by 70.65% to -$154810.0 in 2025.
- According to Business Quant data, Non Operating Income over the past three periods registered -$154810.0, -$243269.0, and -$90720.0 for Q2 2025, Q1 2025, and Q4 2024 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| May 31, 2025 | -154,810.00 |
| Feb 28, 2025 | -243,269.00 |
| Nov 30, 2024 | -90,720.00 |
| Aug 31, 2024 | -153,396.00 |
| May 31, 2024 | -119,691.00 |
| Feb 29, 2024 | -253,941.00 |
| Nov 30, 2023 | -317,990.00 |
| Aug 31, 2023 | -40,383.00 |
| May 31, 2023 | -14,189.00 |
| Feb 28, 2023 | -18,460.00 |
| Nov 30, 2022 | 21,230.00 |
| Aug 31, 2022 | -99,369.00 |
| May 31, 2022 | -73,806.00 |
| Feb 28, 2022 | -73,162.00 |
| Nov 30, 2021 | -44,713.00 |
| Aug 31, 2021 | -7,752.00 |
| May 31, 2021 | -6,386.00 |
| Feb 28, 2021 | -4,519.00 |
| Nov 30, 2020 | -3,766.00 |
Bitmine Immersion Technologies, Inc. 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=non-operating-income&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-operating-income&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();