Praxis Precision Medicines (PRAX) Free Cash Flow (2019 - 2026)
Praxis Precision Medicines (PRAX) posted Free Cash Flow of -$78.3 million for Q2 2026, up 9.23% on a QoQ basis from -$86.2 million in Q1 2026, and down 43.12% year-over-year from -$137.6 million in Q2 2025.
Praxis Precision Medicines (PRAX) Free Cash Flow (2019 - 2026) Analysis & Trends
Praxis Precision Medicines has reported Free Cash Flow for 8 years, with the latest figure at -$78.3 million in Q2 2026.
- On a quarterly basis, Free Cash Flow fell 43.12% year-over-year to -$78.3 million in Q2 2026; TTM through Jun 2026 was -$305.8 million, a 59.81% decrease from a year earlier, with the FY2025 full-year figure at -$249.1 million, down 89.08% from the prior year.
- Free Cash Flow was -$78.3 million for Q2 2026 at Praxis Precision Medicines, up from -$86.2 million in the prior quarter.
- The five-year high for Free Cash Flow was -$20.9 million in Q1 2024, with the low at -$86.2 million in Q1 2026.
- Average Free Cash Flow over 5 years is -$46.8 million, with a median of -$49.0 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2025: Free Cash Flow jumped 48.26% in 2023, then slumped 154.47% in 2025.
- Over 5 years, Free Cash Flow 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 declined by 2.53% to -$78.3 million in 2026.
- The last three Free Cash Flow figures came in at -$78.3 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) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 3.49 Bn |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | 3.43 Bn |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 1.01 Bn |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 572.80 Mn |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | -563.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 | 292.04 Mn |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | 408.00 Mn |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | -268.64 Mn |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - | -78.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -78.25 Mn |
| Mar 31, 2026 | -86.21 Mn |
| Dec 31, 2025 | -76.33 Mn |
| Sep 30, 2025 | -65.05 Mn |
| Jun 30, 2025 | -54.68 Mn |
| Mar 31, 2025 | -53.07 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.27 Mn |
| Jun 30, 2023 | -31.21 Mn |
| Mar 31, 2023 | -32.85 Mn |
| Dec 31, 2022 | -28.81 Mn |
| Sep 30, 2022 | -44.96 Mn |
| Jun 30, 2022 | -57.32 Mn |
| Mar 31, 2022 | -54.40 Mn |
| Dec 31, 2021 | -45.39 Mn |
| Sep 30, 2021 | -24.40 Mn |
Praxis Precision Medicines 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=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();