Bullish (BLSH) EPS (Diluted) (2024 - 2026)
Analysis
Bullish (BLSH) EPS (Diluted) (2024 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.68 Bn | 57.34 Bn | 40.81 Mn | -0.19 |
| 2 | Coinbase Global | 52.26 Bn | 43.47 Bn | 1.16 Bn | -1.36 |
| 3 | PayPal Holdings | 45.26 Bn | 34.01 Bn | - | 1.25 |
| 4 | Block | 44.88 Bn | 38.42 Bn | 3.17 Bn | 0.14 |
| 5 | Iren | 35.80 Bn | 28.23 Bn | 103.89 Mn | -2.16 |
| 6 | Corpay | 25.96 Bn | 19.27 Bn | 1.19 Bn | 3.80 |
| 7 | Fiserv | 24.43 Bn | 23.83 Bn | 3.59 Bn | 1.16 |
| 8 | Global Payments | 22.33 Bn | 17.57 Bn | 2.03 Bn | 0.03 |
| 9 | Hut 8 | 12.62 Bn | 6.14 Bn | 48.04 Mn | -1.49 |
| 10 | Bullish | 6.05 Bn | 5.99 Bn | 15.53 Mn | -2.02 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.02 |
| Mar 31, 2026 | -4.84 |
| Dec 31, 2025 | -5.37 |
| Sep 30, 2025 | 1.44 |
| Jun 30, 2025 | 5.06 |
| Mar 31, 2025 | -3.83 |
| Dec 31, 2024 | 6.25 |
| Sep 30, 2024 | -0.32 |
| Jun 30, 2024 | -2,400.31 |
API Access
Bullish EPS (Diluted) 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=eps-diluted&ticker=BLSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "ticker": "BLSH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-diluted&ticker=BLSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();