Praxis Precision Medicines (PRAX) EBT (2019 - 2026)
Praxis Precision Medicines (PRAX) posted EBT of -$98.0 million for Q2 2026, up 9.29% on a QoQ basis from -$108.0 million in Q1 2026, and down 28.36% year-over-year from -$136.8 million in Q2 2025.
Praxis Precision Medicines (PRAX) EBT (2019 - 2026) Analysis & Trends
Praxis Precision Medicines has reported EBT for 8 years, with the latest figure at -$98.0 million in Q2 2026.
- On a quarterly basis, EBT fell 28.36% year-over-year to -$98.0 million in Q2 2026; TTM through Jun 2026 was -$381.4 million, a 41.03% decrease from a year earlier, with the FY2025 full-year figure at -$326.2 million, down 62.96% from the prior year.
- EBT was -$98.0 million for Q2 2026 at Praxis Precision Medicines, up from -$108.0 million in the prior quarter.
- The five-year high for EBT was -$25.5 million in Q3 2023, with the low at -$108.0 million in Q1 2026.
- Average EBT over 5 years is -$59.5 million, with a median of -$58.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: EBT sank 153.09% in 2022, then soared 45.24% in 2023.
- Over 5 years, EBT stood at -$40.1 million in 2022, then surged by 30.72% to -$27.8 million in 2023, then slumped by 130.01% to -$64.0 million in 2024, then tumbled by 51.74% to -$97.0 million in 2025, then decreased by 0.97% to -$98.0 million in 2026.
- The last three EBT figures came in at -$98.0 million (Q2 2026), -$108.0 million (Q1 2026), and -$97.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 2.77 Bn |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | -10.25 Bn |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 1.39 Bn |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 1.53 Bn |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | -767.00 Mn |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn | 542.00 Mn |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 177.81 Mn |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | 132.40 Mn |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | -294.56 Mn |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - | -97.98 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -97.98 Mn |
| Mar 31, 2026 | -108.02 Mn |
| Dec 31, 2025 | -97.04 Mn |
| Sep 30, 2025 | -78.36 Mn |
| Jun 30, 2025 | -76.33 Mn |
| Mar 31, 2025 | -74.72 Mn |
| Dec 31, 2024 | -63.96 Mn |
| Sep 30, 2024 | -55.43 Mn |
| Jun 30, 2024 | -37.56 Mn |
| Mar 31, 2024 | -41.88 Mn |
| Dec 31, 2023 | -27.81 Mn |
| Sep 30, 2023 | -25.52 Mn |
| Jun 30, 2023 | -34.94 Mn |
| Mar 31, 2023 | -37.94 Mn |
| Dec 31, 2022 | -40.14 Mn |
| Sep 30, 2022 | -43.95 Mn |
| Jun 30, 2022 | -60.47 Mn |
| Mar 31, 2022 | -69.28 Mn |
| Dec 31, 2021 | -58.59 Mn |
| Sep 30, 2021 | -44.70 Mn |
Praxis Precision Medicines EBT 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=ebt&ticker=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();