Bullish (BLSH) Income from Continuing Operations (2024 - 2026)
Bullish's (BLSH) quarterly Income from Continuing Operations came in at $280.0 million in Q2 2026, up 154.48% year-over-year from $110.0 million in Q2 2025, and up 146.32% quarter-over-quarter from -$604.4 million in Q1 2026.
Bullish (BLSH) Income from Continuing Operations (2024 - 2026) Analysis & Trends
Bullish has disclosed Income from Continuing Operations across 3 years of filings, most recently posting $280.0 million for Q2 2026.
- In Q2 2026, Income from Continuing Operations rose 154.48% year-over-year to $280.0 million; the TTM figure through Jun 2026 stood at -$872.8 million (down 530.79% YoY), while the FY2025 annual figure was -$787.4 million, down 979.0% from the prior year.
- Income from Continuing Operations came in at $280.0 million for Q2 2026 at Bullish, up from -$604.4 million in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of $280.0 million in Q2 2026 to a low of -$115.8 billion in Q2 2024.
- Average Income from Continuing Operations over 3 years is -$13.0 billion, with a median of -$65.8 million recorded in 2024.
- Year-over-year, Income from Continuing Operations sank 441.28% in 2025 and surged 154.48% in 2026.
- Over 3 years, Income from Continuing Operations stood at $166.0 million in 2024, then slumped by 441.28% to -$566.6 million in 2025, then jumped by 149.41% to $280.0 million in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were $280.0 million in Q2 2026, -$604.4 million in Q1 2026, and -$566.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.68 Bn | 57.34 Bn | 40.81 Mn | -83.60 Mn |
| 2 | Coinbase Global | 52.26 Bn | 43.47 Bn | 1.16 Bn | -359.47 Mn |
| 3 | PayPal Holdings | 45.26 Bn | 34.01 Bn | - | 1.10 Bn |
| 4 | Block | 44.88 Bn | 38.42 Bn | 3.17 Bn | 87.09 Mn |
| 5 | Iren | 35.80 Bn | 28.23 Bn | 103.89 Mn | -683.98 Mn |
| 6 | Corpay | 25.96 Bn | 19.27 Bn | 1.19 Bn | 251.79 Mn |
| 7 | Fiserv | 24.43 Bn | 23.83 Bn | 3.59 Bn | 619.00 Mn |
| 8 | Global Payments | 22.33 Bn | 17.57 Bn | 2.03 Bn | 109.21 Mn |
| 9 | Hut 8 | 12.62 Bn | 6.14 Bn | 48.04 Mn | -177.10 Mn |
| 10 | Bullish | 6.05 Bn | 5.99 Bn | 15.53 Mn | -279.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -279.97 Mn |
| Mar 31, 2026 | -604.41 Mn |
| Dec 31, 2025 | -566.61 Mn |
| Sep 30, 2025 | 18.30 Mn |
| Jun 30, 2025 | 110.02 Mn |
| Mar 31, 2025 | -348.62 Mn |
| Dec 31, 2024 | 166.03 Mn |
| Sep 30, 2024 | -65.78 Mn |
| Jun 30, 2024 | -115.79 Bn |
Bullish Income from Continuing Operations 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=income-from-continuing-operations&ticker=BLSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=BLSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();