Praxis Precision Medicines (PRAX) EPS (Basic) (2019 - 2026)
Praxis Precision Medicines (PRAX) posted EPS (Basic) of -$3.36 for Q2 2026, up 10.06% on a QoQ basis from -$3.74 in Q1 2026, and up 5.37% year-over-year from -$3.19 in Q2 2025.
Praxis Precision Medicines (PRAX) EPS (Basic) (2019 - 2026) Analysis & Trends
Praxis Precision Medicines has reported EPS (Basic) for 8 years, with the latest figure at -$3.36 in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 5.37% year-over-year to -$3.36 in Q2 2026; TTM through Jun 2026 was -$13.09, a 3.96% decrease from a year earlier, with the FY2025 full-year figure at -$14.49, down 29.67% from the prior year.
- EPS (Basic) was -$3.36 for Q2 2026 at Praxis Precision Medicines, up from -$3.74 in the prior quarter.
- The five-year high for EPS (Basic) was -$2.0 in Q2 2024, with the low at -$22.86 in Q1 2022.
- Average EPS (Basic) over 5 years is -$7.17, with a median of -$3.66 recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: EPS (Basic) sank 114.2% in 2022, then surged 80.4% in 2023.
- Over 5 years, EPS (Basic) stood at -$13.06 in 2022, then jumped by 67.71% to -$4.22 in 2023, then grew by 15.3% to -$3.57 in 2024, then retreated by 20.73% to -$4.31 in 2025, then gained by 22.0% to -$3.36 in 2026.
- The last three EPS (Basic) figures came in at -$3.36 (Q2 2026), -$3.74 (Q1 2026), and -$4.31 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 4.40 |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | -8.44 |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 4.34 |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 12.62 |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | -1.96 |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn | 7.70 |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 1.23 |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | 0.66 |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | -0.40 |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - | -3.36 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.36 |
| Mar 31, 2026 | -3.74 |
| Dec 31, 2025 | -4.31 |
| Sep 30, 2025 | -3.57 |
| Jun 30, 2025 | -3.55 |
| Mar 31, 2025 | -3.55 |
| Dec 31, 2024 | -3.57 |
| Sep 30, 2024 | -2.94 |
| Jun 30, 2024 | -2.00 |
| Mar 31, 2024 | -3.01 |
| Dec 31, 2023 | -4.22 |
| Sep 30, 2023 | -2.82 |
| Jun 30, 2023 | -7.51 |
| Mar 31, 2023 | -10.72 |
| Dec 31, 2022 | -13.06 |
| Sep 30, 2022 | -14.40 |
| Jun 30, 2022 | -19.91 |
| Mar 31, 2022 | -22.86 |
| Dec 31, 2021 | -20.70 |
| Sep 30, 2021 | -15.00 |
Praxis Precision Medicines EPS (Basic) 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=eps-basic&ticker=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();