Bitmine Immersion Technologies, Inc. has paid 1 recorded cash distributions, spanning 2025 to 2025.
The highest single cash dividend paid by Bitmine Immersion Technologies, Inc. is $0.01. The latest distribution of $0.01 was recorded on Dec 29, 2025.
The most recently recorded trailing dividend yield for Bitmine Immersion Technologies, Inc. stands at 0.00%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 1 recorded historical distributions for Bitmine Immersion Technologies, Inc., covering a time period spanning from 2025 to 2025.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Dec 8, 2025 | $0.01 | Cash | Dec 29, 2025 |
Pull Bitmine Immersion Technologies, Inc.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=BMNR&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "BMNR", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=BMNR&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();