Broadcom (AVGO) Market Capitalization (2016 - 2026)
Analysis
Broadcom (AVGO) Market Capitalization (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Nvidia | 5,356.71 Bn | 5,291.48 Bn | 72.14 Bn |
| 2 | Broadcom | 1,707.23 Bn | 1,683.26 Bn | 20.46 Bn |
| 3 | Advanced Micro Devices | 913.63 Bn | 900.52 Bn | 6.20 Bn |
| 4 | Arm Holdings | 292.42 Bn | 288.53 Bn | 1.25 Bn |
| 5 | Marvell Technology | 214.18 Bn | 210.25 Bn | 1.46 Bn |
| 6 | Qualcomm | 187.85 Bn | 179.55 Bn | 5.28 Bn |
| 7 | Monolithic Power Systems | 59.85 Bn | 58.43 Bn | 541.07 Mn |
| 8 | Astera Labs | 52.61 Bn | 51.36 Bn | 287.57 Mn |
| 9 | Credo Technology Group Holding | 33.03 Bn | 32.26 Bn | 309.08 Mn |
| 10 | Sitime | 16.29 Bn | 14.36 Bn | 99.14 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 18, 2026 | 1,707.23 Bn |
| Sep 17, 2026 | 1,658.01 Bn |
| Sep 16, 2026 | 1,620.82 Bn |
| Sep 15, 2026 | 1,619.67 Bn |
| Sep 14, 2026 | 1,645.69 Bn |
| Sep 11, 2026 | 1,728.14 Bn |
| Sep 10, 2026 | 1,722.60 Bn |
| Sep 9, 2026 | 1,739.55 Bn |
| Sep 8, 2026 | 1,759.51 Bn |
| Sep 8, 2026 | 1,759.51 Bn |
| Sep 4, 2026 | 1,702.84 Bn |
| Sep 3, 2026 | 1,699.37 Bn |
| Sep 2, 2026 | 1,747.33 Bn |
| Sep 1, 2026 | 1,758.94 Bn |
| Aug 31, 2026 | 1,762.08 Bn |
| Aug 28, 2026 | 1,754.70 Bn |
| Aug 27, 2026 | 1,767.79 Bn |
| Aug 26, 2026 | 1,691.90 Bn |
| Aug 25, 2026 | 1,697.37 Bn |
| Aug 24, 2026 | 1,706.98 Bn |
API Access
Broadcom 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-daily&ticker=AVGO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization-daily", "ticker": "AVGO", "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-daily&ticker=AVGO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();