Bitmine Immersion Technologies, Inc. (BMNR) Divestments (2024)
Bitmine Immersion Technologies' (BMNR) quarterly Divestments came in at -$408.0 in Q3 2024.
Analysis
Bitmine Immersion Technologies, Inc. (BMNR) Divestments (2024) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Divestments for 1 consecutive years, with -$408.0 the latest figure, recorded in Q3 2024.
- For the quarter ending Q3 2024, Divestments changed N/A year-over-year to -$408.0; the trailing twelve-month figure through May 2025 stood at -$408.0 (changed N/A YoY), and the FY2024 full-year result was $8000.0, changed N/A from the prior year.
- Divestments was little changed at -$408.0 in Q3 2024 per BMNR's latest filing.
- Across five years, Divestments topped out at -$408.0 in Q3 2024 and bottomed at -$408.0 in Q3 2024.
Peer Set
Peer Comparison
API Access
Bitmine Immersion Technologies, Inc. Divestments 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=divestments&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();