Alumis (ALMS) EPS (Basic) (2023 - 2026)
Alumis' (ALMS) quarterly EPS (Basic) came in at -$1.11 in Q2 2026, down 243.6% year-over-year from $0.78 in Q2 2025, and down 94.81% quarter-over-quarter from -$0.57 in Q4 2025.
Alumis (ALMS) EPS (Basic) (2023 - 2026) Analysis & Trends
Alumis (ALMS) has reported EPS (Basic) for 4 consecutive years, with -$1.11 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 243.6% year-over-year to -$1.11 in Q2 2026; TTM through Jun 2026 was -$1.9, a 13.7% increase from a year earlier, with the FY2025 full-year figure at -$2.34, up 71.25% from the prior year.
- EPS (Basic) was -$1.11 for Q2 2026 at Alumis, down from -$0.57 in the prior quarter.
- Over five years, EPS (Basic) peaked at $0.78 in Q2 2025 and troughed at -$20.93 in Q2 2024.
- A 4-year average of -$7.58 and a median of -$1.8 in 2024 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) surged 103.7% in 2025 and slumped 243.6% in 2026, its largest moves.
- Over 4 years, EPS (Basic) stood at -$15.15 in 2023, then surged by 92.39% to -$1.15 in 2024, then soared by 50.46% to -$0.57 in 2025, then tumbled by 94.81% to -$1.11 in 2026.
- The last three EPS (Basic) figures came in at -$1.11 (Q2 2026), -$0.57 (Q4 2025), and -$1.06 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | 4.40 |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | -8.44 |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 4.34 |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 12.62 |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | -1.96 |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | 7.70 |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | 1.23 |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | 0.66 |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | -0.40 |
| 10 | Alumis | 966.94 Mn | 464.65 Mn | - | -1.11 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.11 |
| Dec 31, 2025 | -0.57 |
| Sep 30, 2025 | -1.06 |
| Jun 30, 2025 | 0.78 |
| Mar 31, 2025 | -1.87 |
| Dec 31, 2024 | -1.15 |
| Sep 30, 2024 | -1.73 |
| Jun 30, 2024 | -20.93 |
| Mar 31, 2024 | -17.76 |
| Dec 31, 2023 | -15.15 |
| Sep 30, 2023 | -16.51 |
| Jun 30, 2023 | -13.92 |
Alumis EPS (Basic) 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=eps-basic&ticker=ALMS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=ALMS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();