Praxis Precision Medicines (PRAX) FCF Margin (2023 - 2024)
Praxis Precision Medicines (PRAX) posted FCF Margin of 752.0% for Q4 2024, up 91.74% on a QoQ basis from 9105.96% in Q3 2024, and up 388120.0% year-over-year from N/an in Q1 2024.
Praxis Precision Medicines (PRAX) FCF Margin (2023 - 2024) Analysis & Trends
Praxis Precision Medicines has reported FCF Margin for 2 years, with the latest figure at 752.0% in Q4 2024.
- On a quarterly basis, FCF Margin rose 388120.0% year-over-year to 752.0% in Q4 2024; TTM through Sep 2025 was 3067.41%, a 313172.0% increase from a year earlier, with the FY2024 full-year figure at 1540.48%, up 300329.0% from the prior year.
- FCF Margin was 752.0% for Q4 2024 at Praxis Precision Medicines, up from 9105.96% in the prior quarter.
- The five-year high for FCF Margin was 752.0% in Q4 2024, with the low at 9105.96% in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 34.70% |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | 44.00% |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 30.39% |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 13.35% |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | -388.28% |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn | - |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 22.62% |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | 14.91% |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | -18,629.40% |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -752.00% |
| Sep 30, 2024 | -9,105.96% |
| Jun 30, 2024 | -7,640.90% |
| Mar 31, 2024 | -4,839.21% |
| Dec 31, 2023 | -4,633.20% |
| Sep 30, 2023 | -4,971.15% |
| Jun 30, 2023 | -3,996.67% |
| Mar 31, 2023 | -4,809.08% |
Praxis Precision Medicines FCF Margin 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=fcf-margin&ticker=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();