Alumis (ALMS) Selling, General & Administrative (2023 - 2026)
Analysis
Alumis (ALMS) Selling, General & Administrative (2023 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | 1.75 Bn |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | 1.92 Bn |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 582.20 Mn |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 662.10 Mn |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | 216.00 Mn |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | -417.00 Mn |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | 347.92 Mn |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | 709.70 Mn |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | 165.53 Mn |
| 10 | Alumis | 966.94 Mn | 464.65 Mn | - | 23.36 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 23.36 Mn |
| Dec 31, 2025 | 15.59 Mn |
| Sep 30, 2025 | 19.52 Mn |
| Jun 30, 2025 | 34.45 Mn |
| Mar 31, 2025 | 22.30 Mn |
| Dec 31, 2024 | 11.42 Mn |
| Sep 30, 2024 | 10.58 Mn |
| Jun 30, 2024 | 7.58 Mn |
| Mar 31, 2024 | 5.63 Mn |
| Dec 31, 2023 | 5.53 Mn |
| Sep 30, 2023 | 5.97 Mn |
| Jun 30, 2023 | 4.78 Mn |
API Access
Alumis Selling, General & Administrative 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=selling-general-and-administrative&ticker=ALMS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "ticker": "ALMS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=selling-general-and-administrative&ticker=ALMS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();