Block (XYZ) Market Capitalization (2015 - 2026)
Analysis
Block (XYZ) Market Capitalization (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 9 | Hut 8 | 12.62 Bn | 6.14 Bn | 48.04 Mn |
| 10 | Guidewire Software | 12.54 Bn | 11.79 Bn | 269.68 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 45.66 Bn |
| Mar 31, 2026 | 35.82 Bn |
| Dec 31, 2025 | 39.19 Bn |
| Sep 30, 2025 | 44.03 Bn |
| Jun 30, 2025 | 41.45 Bn |
| Mar 31, 2025 | 33.51 Bn |
| Dec 31, 2024 | 52.67 Bn |
| Sep 30, 2024 | 41.38 Bn |
| Jun 30, 2024 | 39.83 Bn |
| Mar 31, 2024 | 52.19 Bn |
| Dec 31, 2023 | 47.63 Bn |
| Sep 30, 2023 | 27.12 Bn |
| Jun 30, 2023 | 40.53 Bn |
| Mar 31, 2023 | 41.42 Bn |
| Dec 31, 2022 | 37.71 Bn |
| Sep 30, 2022 | 32.80 Bn |
| Jun 30, 2022 | 35.98 Bn |
| Mar 31, 2022 | 78.58 Bn |
| Dec 31, 2021 | 75.09 Bn |
| Sep 30, 2021 | 110.56 Bn |
API Access
Block Market Capitalization 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=market-capitalization&ticker=XYZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization", "ticker": "XYZ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=market-capitalization&ticker=XYZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();