Bitmine Immersion Technologies, Inc. (BMNR) Cash from Operations (2020 - 2026)
Bitmine Immersion Technologies' (BMNR) quarterly Cash from Operations came in at $29.0 million in Q2 2026, up 1629.7% on a YoY basis from $1.7 million in Q2 2025, and up 132.87% quarter-over-quarter from -$88.2 million in Q1 2026.
Bitmine Immersion Technologies, Inc. (BMNR) Cash from Operations (2020 - 2026) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Cash from Operations for 7 consecutive years, with $29.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations rose 1629.7% year-over-year to $29.0 million; the trailing twelve-month figure through May 2026 stood at -$293.1 million (down 18615.72% YoY), and the FY2025 full-year result was -$4.1 million, down 13730.0% from the prior year.
- Cash from Operations improved to $29.0 million in Q2 2026 per BMNR's latest filing, from -$88.2 million in the prior quarter.
- Across five years, Cash from Operations topped out at $29.0 million in Q2 2026 and bottomed at -$228.4 million in Q4 2025.
- Historically, Cash from Operations has averaged -$16.3 million across 5 years, with a median of -$127507.0 in 2024.
- The widest YoY moves for Cash from Operations: up 4026.21% in 2025, down 237770.83% in 2025.
- Over 5 years, Cash from Operations stood at -$611904.0 in 2022, then jumped by 92.6% to -$45290.0 in 2023, then sank by 111.97% to -$96000.0 in 2024, then sank by 237770.83% to -$228.4 million in 2025, then soared by 112.7% to $29.0 million in 2026.
- According to Business Quant data, Cash from Operations over the past three periods registered $29.0 million, -$88.2 million, and -$228.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | 29.01 Mn |
| Feb 28, 2026 | -88.24 Mn |
| Nov 30, 2025 | -228.36 Mn |
| Aug 31, 2025 | -5.52 Mn |
| May 31, 2025 | 1.68 Mn |
| Feb 28, 2025 | -215,000.00 |
| Nov 30, 2024 | -96,000.00 |
| Aug 31, 2024 | 217,017.00 |
| May 31, 2024 | -42,713.00 |
| Feb 29, 2024 | -159,014.00 |
| Nov 30, 2023 | -45,290.00 |
| Aug 31, 2023 | -366,690.00 |
| May 31, 2023 | 9,135.00 |
| Feb 28, 2023 | 159,744.00 |
| Nov 30, 2022 | -611,904.00 |
| Aug 31, 2022 | -1.17 Mn |
| May 31, 2022 | -397,539.00 |
| Feb 28, 2022 | 12,730.00 |
| Nov 30, 2021 | -69,518.00 |
| Aug 31, 2021 | -39,747.00 |
Bitmine Immersion Technologies, Inc. Cash from Operations 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-from-operations&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-from-operations&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();