Alumis (ALMS) Free Cash Flow (2023 - 2025)
Alumis' (ALMS) quarterly Free Cash Flow came in at -$72.4 million in Q4 2025, up 3.7% year-over-year from -$69.8 million in Q4 2024, and up 36.66% quarter-over-quarter from -$114.3 million in Q3 2025.
Alumis (ALMS) Free Cash Flow (2023 - 2025) Analysis & Trends
Alumis (ALMS) has reported Free Cash Flow for 3 consecutive years, with -$72.4 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Free Cash Flow rose 3.7% year-over-year to -$72.4 million in Q4 2025; TTM through Dec 2025 was -$375.1 million, a 46.03% decrease from a year earlier, with the FY2025 full-year figure at -$375.1 million, down 46.03% from the prior year.
- Free Cash Flow was -$72.4 million for Q4 2025 at Alumis, up from -$114.3 million in the prior quarter.
- Over five years, Free Cash Flow peaked at -$35.0 million in Q4 2023 and troughed at -$114.3 million in Q3 2025.
- A 3-year average of -$70.2 million and a median of -$73.8 million in 2024 frame the typical range for Free Cash Flow.
- Across the five-year window, Free Cash Flow sank 138.73% in 2024 and climbed 3.7% in 2025, its largest moves.
- Over 3 years, Free Cash Flow stood at -$35.0 million in 2023, then sank by 114.95% to -$75.2 million in 2024, then rose by 3.7% to -$72.4 million in 2025.
- The last three Free Cash Flow figures came in at -$72.4 million (Q4 2025), -$114.3 million (Q3 2025), and -$108.0 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | 3.49 Bn |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | 3.43 Bn |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 1.01 Bn |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 572.80 Mn |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | -563.00 Mn |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | - |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | 292.04 Mn |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | 408.00 Mn |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | -268.64 Mn |
| 10 | Alumis | 966.94 Mn | 464.65 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -72.37 Mn |
| Sep 30, 2025 | -114.26 Mn |
| Jun 30, 2025 | -107.99 Mn |
| Mar 31, 2025 | -80.44 Mn |
| Dec 31, 2024 | -75.15 Mn |
| Sep 30, 2024 | -84.55 Mn |
| Jun 30, 2024 | -52.68 Mn |
| Mar 31, 2024 | -44.46 Mn |
| Dec 31, 2023 | -34.96 Mn |
| Sep 30, 2023 | -35.42 Mn |
Alumis Free Cash Flow 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=free-cash-flow&ticker=ALMS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=ALMS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();