Praxis Precision Medicines (PRAX) EBITDA Margin (2023 - 2024)
Praxis Precision Medicines (PRAX) posted EBITDA Margin of 856.97% for Q4 2024, up 95.45% on a QoQ basis from 18819.54% in Q3 2024, and up 454225.0% year-over-year from N/an in Q1 2024.
Praxis Precision Medicines (PRAX) EBITDA Margin (2023 - 2024) Analysis & Trends
Praxis Precision Medicines has reported EBITDA Margin for 2 years, with the latest figure at 856.97% in Q4 2024.
- On a quarterly basis, EBITDA Margin rose 454225.0% year-over-year to 856.97% in Q4 2024; TTM through Sep 2025 was 3927.51%, a 629149.0% increase from a year earlier, with the FY2024 full-year figure at 2340.29%, up 282412.0% from the prior year.
- EBITDA Margin was 856.97% for Q4 2024 at Praxis Precision Medicines, up from 18819.54% in the prior quarter.
- The five-year high for EBITDA Margin was 856.97% in Q4 2024, with the low at 18819.54% in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 34.95% |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | -133.21% |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 37.40% |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 30.15% |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | -562.07% |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn | 32.54% |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 17.93% |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | -23.56% |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | -25,380.93% |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -856.97% |
| Sep 30, 2024 | -18,819.54% |
| Jun 30, 2024 | -10,500.84% |
| Mar 31, 2024 | -9,718.33% |
| Dec 31, 2023 | -5,399.22% |
| Sep 30, 2023 | -5,452.14% |
| Jun 30, 2023 | -4,476.31% |
| Mar 31, 2023 | -5,577.01% |
Praxis Precision Medicines EBITDA 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=ebitda-margin&ticker=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();