Bitmine Immersion Technologies, Inc. (BMNR) Depreciation & Amortization (CF) (2022 - 2023)
Bitmine Immersion Technologies' (BMNR) quarterly Depreciation & Amortization (CF) came in at $222530.0 in Q4 2023, up 276.83% on a YoY basis from $59053.0 in Q4 2022, and up 26.13% quarter-over-quarter from $176435.0 in Q3 2023.
Bitmine Immersion Technologies, Inc. (BMNR) Depreciation & Amortization (CF) (2022 - 2023) Analysis & Trends
Bitmine Immersion Technologies (BMNR) has reported Depreciation & Amortization (CF) for 2 consecutive years, with $222530.0 the latest figure, recorded in Q4 2023.
- For the quarter ending Q4 2023, Depreciation & Amortization (CF) rose 276.83% year-over-year to $222530.0; the trailing twelve-month figure through Aug 2024 stood at $222530.0 (down 52.72% YoY), and the FY2023 full-year result was $470705.0, up 14962.56% from the prior year.
- Depreciation & Amortization (CF) advanced to $222530.0 in Q4 2023 per BMNR's latest filing, from $176435.0 in the prior quarter.
- Across five years, Depreciation & Amortization (CF) topped out at $222530.0 in Q4 2023 and bottomed at -$4678.0 in Q3 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Nov 30, 2023 | 222,530.00 |
| Aug 31, 2023 | 176,435.00 |
| May 31, 2023 | 147,005.00 |
| Feb 28, 2023 | 88,212.00 |
| Nov 30, 2022 | 59,053.00 |
| Aug 31, 2022 | -4,678.00 |
| Feb 28, 2022 | 7,803.00 |
Bitmine Immersion Technologies, Inc. Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=BMNR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=BMNR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();