Nvidia (NVDA) Market Capitalization (2009 - 2026)
Analysis
Nvidia (NVDA) Market Capitalization (2009 - 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 | 5,356.71 Bn |
| Sep 17, 2026 | 5,286.09 Bn |
| Sep 16, 2026 | 5,154.99 Bn |
| Sep 15, 2026 | 5,113.30 Bn |
| Sep 14, 2026 | 5,084.14 Bn |
| Sep 11, 2026 | 5,260.79 Bn |
| Sep 10, 2026 | 5,262.48 Bn |
| Sep 9, 2026 | 5,390.45 Bn |
| Sep 8, 2026 | 5,440.09 Bn |
| Sep 8, 2026 | 5,440.09 Bn |
| Sep 4, 2026 | 5,551.68 Bn |
| Sep 3, 2026 | 5,505.64 Bn |
| Sep 2, 2026 | 5,408.28 Bn |
| Sep 1, 2026 | 5,240.30 Bn |
| Aug 31, 2026 | 5,314.05 Bn |
| Aug 28, 2026 | 5,242.96 Bn |
| Aug 27, 2026 | 5,494.32 Bn |
| Aug 26, 2026 | 5,052.81 Bn |
| Aug 25, 2026 | 5,134.51 Bn |
| Aug 24, 2026 | 5,024.37 Bn |
API Access
Nvidia 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=NVDA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization-daily", "ticker": "NVDA", "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=NVDA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();