Bitmine Immersion Technologies, Inc. (BMNR) Non Operating Investment Income (2023 - 2024)
Bitmine Immersion Technologies' (BMNR) quarterly Non Operating Investment Income came in at -$140700.0 in Q3 2024, down 139.12% quarter-over-quarter from -$58840.0 in Q2 2024.
Bitmine Immersion Technologies, Inc. (BMNR) Non Operating Investment Income (2023 - 2024) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Non Operating Investment Income for 2 consecutive years, with -$140700.0 the latest figure, recorded in Q3 2024.
- For the quarter ending Q3 2024, Non Operating Investment Income changed N/A year-over-year to -$140700.0; the trailing twelve-month figure through May 2025 stood at -$140700.0 (up 17.53% YoY), and the FY2024 full-year result was -$311313.0, changed N/A from the prior year.
- Non Operating Investment Income slipped to -$140700.0 in Q3 2024 per BMNR's latest filing, from -$58840.0 in the prior quarter.
- Across five years, Non Operating Investment Income topped out at -$43214.0 in Q4 2023 and bottomed at -$140700.0 in Q3 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2024 | -140,700.00 |
| May 31, 2024 | -58,840.00 |
| Feb 29, 2024 | -68,559.00 |
| Nov 30, 2023 | -43,214.00 |
Bitmine Immersion Technologies, Inc. Non Operating Investment 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-investment-income&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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-investment-income&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();