Astera Labs (ALAB) Market Capitalization (2024 - 2026)
Analysis
Astera Labs (ALAB) Market Capitalization (2024 - 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 | 52.61 Bn |
| Sep 17, 2026 | 50.93 Bn |
| Sep 16, 2026 | 46.70 Bn |
| Sep 15, 2026 | 43.81 Bn |
| Sep 14, 2026 | 44.59 Bn |
| Sep 11, 2026 | 50.52 Bn |
| Sep 10, 2026 | 49.36 Bn |
| Sep 9, 2026 | 52.14 Bn |
| Sep 8, 2026 | 50.11 Bn |
| Sep 8, 2026 | 50.11 Bn |
| Sep 4, 2026 | 53.85 Bn |
| Sep 3, 2026 | 49.07 Bn |
| Sep 2, 2026 | 47.56 Bn |
| Sep 1, 2026 | 48.56 Bn |
| Aug 31, 2026 | 51.52 Bn |
| Aug 28, 2026 | 50.22 Bn |
| Aug 27, 2026 | 52.76 Bn |
| Aug 26, 2026 | 50.36 Bn |
| Aug 25, 2026 | 49.04 Bn |
| Aug 24, 2026 | 48.15 Bn |
API Access
Astera Labs 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=ALAB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization-daily", "ticker": "ALAB", "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=ALAB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();