Praxis Precision Medicines (PRAX) Profit After Tax (2019 - 2026)
Praxis Precision Medicines (PRAX) posted Profit After Tax of -$84.8 million for Q2 2026, up 8.39% on a QoQ basis from -$92.6 million in Q1 2026, and down 18.78% year-over-year from -$104.4 million in Q2 2025.
Praxis Precision Medicines (PRAX) Profit After Tax (2019 - 2026) Analysis & Trends
Praxis Precision Medicines has reported Profit After Tax for 8 years, with the latest figure at -$84.8 million in Q2 2026.
- On a quarterly basis, Profit After Tax fell 18.78% year-over-year to -$84.8 million in Q2 2026; TTM through Jun 2026 was -$340.2 million, a 35.39% decrease from a year earlier, with the FY2025 full-year figure at -$303.3 million, down 65.9% from the prior year.
- Profit After Tax was -$84.8 million for Q2 2026 at Praxis Precision Medicines, up from -$92.6 million in the prior quarter.
- The five-year high for Profit After Tax was -$24.6 million in Q3 2023, with the low at -$92.6 million in Q1 2026.
- Average Profit After Tax over 5 years is -$55.6 million, with a median of -$55.3 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Profit After Tax slumped 151.04% in 2022, then jumped 45.49% in 2023.
- Over 5 years, Profit After Tax stood at -$41.2 million in 2022, then surged by 34.72% to -$26.9 million in 2023, then plunged by 118.32% to -$58.7 million in 2024, then plunged by 51.5% to -$88.9 million in 2025, then increased by 4.61% to -$84.8 million in 2026.
- The last three Profit After Tax figures came in at -$84.8 million (Q2 2026), -$92.6 million (Q1 2026), and -$88.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 2.38 Bn |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | -10.50 Bn |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 1.10 Bn |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 1.30 Bn |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | -782.00 Mn |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn | 472.00 Mn |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 164.49 Mn |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | 97.50 Mn |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | -290.61 Mn |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - | -84.80 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -84.80 Mn |
| Mar 31, 2026 | -92.56 Mn |
| Dec 31, 2025 | -88.90 Mn |
| Sep 30, 2025 | -73.93 Mn |
| Jun 30, 2025 | -71.39 Mn |
| Mar 31, 2025 | -69.30 Mn |
| Dec 31, 2024 | -58.68 Mn |
| Sep 30, 2024 | -51.91 Mn |
| Jun 30, 2024 | -32.68 Mn |
| Mar 31, 2024 | -39.55 Mn |
| Dec 31, 2023 | -26.88 Mn |
| Sep 30, 2023 | -24.63 Mn |
| Jun 30, 2023 | -34.31 Mn |
| Mar 31, 2023 | -37.46 Mn |
| Dec 31, 2022 | -41.17 Mn |
| Sep 30, 2022 | -43.95 Mn |
| Jun 30, 2022 | -60.19 Mn |
| Mar 31, 2022 | -68.72 Mn |
| Dec 31, 2021 | -58.58 Mn |
| Sep 30, 2021 | -44.71 Mn |
Praxis Precision Medicines Profit After Tax 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=profit-after-tax&ticker=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();