Bitmine Immersion Technologies, Inc. (BMNR) Share-based Compensation (QoQ) (2021 - 2026)
Analysis
Bitmine Immersion Technologies, Inc. (BMNR) Share-based Compensation (QoQ) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -45.76% |
| Feb 28, 2026 | 3,508.42% |
| Nov 30, 2025 | -38.79% |
| Aug 31, 2025 | 1,595.43% |
| May 31, 2025 | -97.59% |
| Feb 28, 2025 | 474.78% |
| Nov 30, 2024 | 63.22% |
| Aug 31, 2024 | 3.25% |
| May 31, 2024 | 1.47% |
| Feb 29, 2024 | -1.45% |
| Nov 30, 2023 | -68.93% |
| Aug 31, 2023 | 206.64% |
| May 31, 2023 | 489.20% |
| Feb 28, 2023 | -34.00% |
| Nov 30, 2022 | -51.93% |
| Aug 31, 2022 | 238.33% |
| May 31, 2022 | 200.01% |
| Feb 28, 2022 | -97.19% |
| Nov 30, 2021 | 671.93% |
API Access
Bitmine Immersion Technologies, Inc. Share-based Compensation (QoQ) 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=share-based-compensation-qoq&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-qoq", "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=share-based-compensation-qoq&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();