Bullish (BLSH) Current Taxes (2025)
Bullish's (BLSH) quarterly Current Taxes came in at $1.9 million in Q3 2025, up 11.2% quarter-over-quarter from $1.7 million in Q4 2024.
Bullish (BLSH) Current Taxes (2025) Analysis & Trends
Bullish has disclosed Current Taxes across 2 years of filings, most recently posting $1.9 million for Q3 2025.
- In Q3 2025, Current Taxes changed N/A year-over-year to $1.9 million; the TTM figure through Sep 2025 stood at $1.9 million (changed N/A YoY), while the FY2024 annual figure was $1.7 million, changed N/A from the prior year.
- Current Taxes came in at $1.9 million for Q3 2025 at Bullish, up from $1.7 million in the prior quarter.
- In the past five years, Current Taxes ranged from a high of $1.9 million in Q3 2025 to a low of $1.7 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.68 Bn | 57.34 Bn | 40.81 Mn | - |
| 2 | Coinbase Global | 52.26 Bn | 43.47 Bn | 1.16 Bn | - |
| 3 | PayPal Holdings | 45.26 Bn | 34.01 Bn | - | - |
| 4 | Block | 44.88 Bn | 38.42 Bn | 3.17 Bn | - |
| 5 | Iren | 35.80 Bn | 28.23 Bn | 103.89 Mn | - |
| 6 | Corpay | 25.96 Bn | 19.27 Bn | 1.19 Bn | - |
| 7 | Fiserv | 24.43 Bn | 23.83 Bn | 3.59 Bn | - |
| 8 | Global Payments | 22.33 Bn | 17.57 Bn | 2.03 Bn | 2.45 Bn |
| 9 | Hut 8 | 12.62 Bn | 6.14 Bn | 48.04 Mn | 5.64 Mn |
| 10 | Bullish | 6.05 Bn | 5.99 Bn | 15.53 Mn | - |
Bullish Current Taxes 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=current-taxes&ticker=BLSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=BLSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();