Bullish (BLSH) EPS (Basic) (2024 - 2026)
Bullish's (BLSH) quarterly EPS (Basic) came in at $2.02 in Q2 2026, down 60.99% year-over-year from $5.19 in Q2 2025, and up 141.83% quarter-over-quarter from -$4.84 in Q1 2026.
Bullish (BLSH) EPS (Basic) (2024 - 2026) Analysis & Trends
Bullish has disclosed EPS (Basic) across 3 years of filings, most recently posting $2.02 for Q2 2026.
- In Q2 2026, EPS (Basic) fell 60.99% year-over-year to $2.02; the TTM figure through Jun 2026 stood at -$6.88 (down 193.89% YoY), while the FY2025 annual figure was $2.95, down 69.27% from the prior year.
- EPS (Basic) came in at $2.02 for Q2 2026 at Bullish, up from -$4.84 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $6.41 in Q4 2024 to a low of -$2606.9 in Q2 2024.
- Average EPS (Basic) over 3 years is -$289.59, with a median of -$0.34 recorded in 2024.
- The largest YoY upside for EPS (Basic) was 532.06% in 2025 against a maximum downside of 183.84% in 2025.
- Over 3 years, EPS (Basic) stood at $6.41 in 2024, then tumbled by 183.84% to -$5.37 in 2025, then soared by 137.66% to $2.02 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were $2.02 in Q2 2026, -$4.84 in Q1 2026, and -$5.37 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.68 Bn | 57.34 Bn | 40.81 Mn | -0.15 |
| 2 | Coinbase Global | 52.26 Bn | 43.47 Bn | 1.16 Bn | -1.36 |
| 3 | PayPal Holdings | 45.26 Bn | 34.01 Bn | - | 1.26 |
| 4 | Block | 44.88 Bn | 38.42 Bn | 3.17 Bn | 0.15 |
| 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.84 |
| 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
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.02 |
| Mar 31, 2026 | -4.84 |
| Dec 31, 2025 | -5.37 |
| Sep 30, 2025 | 1.48 |
| Jun 30, 2025 | 5.19 |
| Mar 31, 2025 | -3.92 |
| Dec 31, 2024 | 6.41 |
| Sep 30, 2024 | -0.34 |
| Jun 30, 2024 | -2,606.93 |
Bullish EPS (Basic) 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-basic&ticker=BLSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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-basic&ticker=BLSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();