Bitmine Immersion Technologies, Inc. (BMNR) Cash & Equivalents Growth (1y) (2021 - 2026)
Analysis
Bitmine Immersion Technologies, Inc. (BMNR) Cash & Equivalents Growth (1y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | 22,993.91% |
| Feb 28, 2026 | 182,025.52% |
| Nov 30, 2025 | 111,234.11% |
| Aug 31, 2025 | 102,505.01% |
| May 31, 2025 | 424.37% |
| Feb 28, 2025 | 41.09% |
| Nov 30, 2024 | 69.45% |
| Aug 31, 2024 | 84.44% |
| May 31, 2024 | -45.80% |
| Feb 29, 2024 | 26.52% |
| Nov 30, 2023 | 160.47% |
| Aug 31, 2023 | -31.08% |
| May 31, 2023 | 3.70% |
| Feb 28, 2023 | -69.98% |
| Nov 30, 2022 | 27.15% |
| Aug 31, 2022 | 79.46% |
| May 31, 2022 | 14,323.31% |
| Feb 28, 2022 | 31,290.32% |
| Nov 30, 2021 | 3,719.11% |
| Aug 31, 2021 | 11,233.52% |
API Access
Bitmine Immersion Technologies, Inc. Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();