Bullish (BLSH) Cash from Investing Activities (2024 - 2026)
Bullish's (BLSH) quarterly Cash from Investing Activities came in at $4.4 million in Q2 2026, up 2052.42% year-over-year from $205907.5 in Q2 2025, and up 230.24% quarter-over-quarter from -$3.4 million in Q1 2026.
Bullish (BLSH) Cash from Investing Activities (2024 - 2026) Analysis & Trends
Bullish has disclosed Cash from Investing Activities across 3 years of filings, most recently posting $4.4 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 2052.42% year-over-year to $4.4 million; the TTM figure through Jun 2026 stood at $15.9 million (down 63.0% YoY), while the FY2025 annual figure was $2.1 million, down 95.33% from the prior year.
- Cash from Investing Activities came in at $4.4 million for Q2 2026 at Bullish, up from -$3.4 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $54.3 million in Q4 2024 to a low of -$28.0 million in Q4 2025.
- Average Cash from Investing Activities over 3 years is $5.4 million, with a median of -$227000.0 recorded in 2025.
- The largest YoY upside for Cash from Investing Activities was 3208.1% in 2025 against a maximum downside of 151.57% in 2025.
- Over 3 years, Cash from Investing Activities stood at $54.3 million in 2024, then slumped by 151.57% to -$28.0 million in 2025, then soared by 115.81% to $4.4 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were $4.4 million in Q2 2026, -$3.4 million in Q1 2026, and -$28.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.68 Bn | 57.34 Bn | 40.81 Mn | -2.36 Bn |
| 2 | Coinbase Global | 52.26 Bn | 43.47 Bn | 1.16 Bn | -261.49 Mn |
| 3 | PayPal Holdings | 45.26 Bn | 34.01 Bn | - | -2.89 Bn |
| 4 | Block | 44.88 Bn | 38.42 Bn | 3.17 Bn | -306.35 Mn |
| 5 | Iren | 35.80 Bn | 28.23 Bn | 103.89 Mn | -2.11 Bn |
| 6 | Corpay | 25.96 Bn | 19.27 Bn | 1.19 Bn | -47.66 Mn |
| 7 | Fiserv | 24.43 Bn | 23.83 Bn | 3.59 Bn | -258.00 Mn |
| 8 | Global Payments | 22.33 Bn | 17.57 Bn | 2.03 Bn | -263.51 Mn |
| 9 | Hut 8 | 12.62 Bn | 6.14 Bn | 48.04 Mn | -583.96 Mn |
| 10 | Bullish | 6.05 Bn | 5.99 Bn | 15.53 Mn | 4.43 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.43 Mn |
| Mar 31, 2026 | -3.40 Mn |
| Dec 31, 2025 | -28.03 Mn |
| Sep 30, 2025 | 42.87 Mn |
| Jun 30, 2025 | -227,000.00 |
| Mar 31, 2025 | -12.51 Mn |
| Dec 31, 2024 | -35.82 Mn |
| Sep 30, 2024 | 1.30 Mn |
| Jun 30, 2024 | -9.85 Mn |
Bullish Cash from Investing Activities 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=cash-from-investing-activities&ticker=BLSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=BLSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();