Praxis Precision Medicines (PRAX) Cash from Operations (2019 - 2026)
Praxis Precision Medicines (PRAX) posted Cash from Operations of -$77.5 million for Q2 2026, up 9.99% on a QoQ basis from -$86.2 million in Q1 2026, and down 41.82% year-over-year from -$133.3 million in Q2 2025.
Praxis Precision Medicines (PRAX) Cash from Operations (2019 - 2026) Analysis & Trends
Praxis Precision Medicines has reported Cash from Operations for 8 years, with the latest figure at -$77.5 million in Q2 2026.
- On a quarterly basis, Cash from Operations fell 41.82% year-over-year to -$77.5 million in Q2 2026; TTM through Jun 2026 was -$305.1 million, a 59.47% decrease from a year earlier, with the FY2025 full-year figure at -$249.1 million, down 89.04% from the prior year.
- Cash from Operations was -$77.5 million for Q2 2026 at Praxis Precision Medicines, up from -$86.2 million in the prior quarter.
- The five-year high for Cash from Operations was -$20.9 million in Q1 2024, with the low at -$86.2 million in Q1 2026.
- Average Cash from Operations over 5 years is -$46.7 million, with a median of -$49.0 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2025: Cash from Operations surged 48.32% in 2023, then plunged 154.16% in 2025.
- Over 5 years, Cash from Operations stood at -$28.8 million in 2022, then gained by 17.17% to -$23.9 million in 2023, then slumped by 135.2% to -$56.1 million in 2024, then plunged by 36.0% to -$76.3 million in 2025, then dropped by 1.59% to -$77.5 million in 2026.
- The last three Cash from Operations figures came in at -$77.5 million (Q2 2026), -$86.2 million (Q1 2026), and -$76.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 4.00 Bn |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | 3.57 Bn |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 1.13 Bn |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 813.00 Mn |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | -526.00 Mn |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn | - |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 326.72 Mn |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | 448.90 Mn |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | -270.50 Mn |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - | -77.54 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -77.54 Mn |
| Mar 31, 2026 | -86.15 Mn |
| Dec 31, 2025 | -76.33 Mn |
| Sep 30, 2025 | -65.06 Mn |
| Jun 30, 2025 | -54.68 Mn |
| Mar 31, 2025 | -53.01 Mn |
| Dec 31, 2024 | -56.12 Mn |
| Sep 30, 2024 | -27.50 Mn |
| Jun 30, 2024 | -27.28 Mn |
| Mar 31, 2024 | -20.86 Mn |
| Dec 31, 2023 | -23.86 Mn |
| Sep 30, 2023 | -23.22 Mn |
| Jun 30, 2023 | -31.21 Mn |
| Mar 31, 2023 | -32.85 Mn |
| Dec 31, 2022 | -28.81 Mn |
| Sep 30, 2022 | -44.92 Mn |
| Jun 30, 2022 | -57.21 Mn |
| Mar 31, 2022 | -54.11 Mn |
| Dec 31, 2021 | -44.86 Mn |
| Sep 30, 2021 | -23.96 Mn |
Praxis Precision Medicines Cash from Operations 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=cash-from-operations&ticker=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "ticker": "PRAX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-operations&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();