Bitmine Immersion Technologies, Inc. (BMNR) Long-Term Deferred Tax (2024 - 2025)
Bitmine Immersion Technologies' (BMNR) quarterly Long-Term Deferred Tax came in at -$439.5 million in Q3 2025, down 13783.06% on a YoY basis from N/an in Q3 2024, and down 13783.06% quarter-over-quarter from $3.2 million in Q3 2024.
Bitmine Immersion Technologies, Inc. (BMNR) Long-Term Deferred Tax (2024 - 2025) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Long-Term Deferred Tax for 2 consecutive years, with -$439.5 million the latest figure, recorded in Q3 2025.
- For the quarter ending Q3 2025, Long-Term Deferred Tax fell 13783.06% year-over-year to -$439.5 million; the trailing twelve-month figure through Aug 2025 stood at -$439.5 million (down 13783.06% YoY), and the FY2025 full-year result was -$439.5 million, down 13783.06% from the prior year.
- Long-Term Deferred Tax fell to -$439.5 million in Q3 2025 per BMNR's latest filing, from $3.2 million in the prior quarter.
- Across five years, Long-Term Deferred Tax topped out at $3.2 million in Q3 2024 and bottomed at -$439.5 million in Q3 2025.
Peer Comparison
Bitmine Immersion Technologies, Inc. Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();