Praxis Precision Medicines (PRAX) Property, Plant & Equipment (Net) (QoQ) (2020 - 2026)
Analysis
Praxis Precision Medicines (PRAX) Property, Plant & Equipment (Net) (QoQ) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 189.41% |
| Mar 31, 2026 | 15.65% |
| Dec 31, 2025 | -15.52% |
| Sep 30, 2025 | -32.56% |
| Jun 30, 2025 | 4.45% |
| Mar 31, 2025 | 7.39% |
| Dec 31, 2024 | -16.97% |
| Sep 30, 2024 | -24.93% |
| Jun 30, 2024 | -22.48% |
| Mar 31, 2024 | -19.05% |
| Dec 31, 2023 | -16.00% |
| Sep 30, 2023 | -7.77% |
| Jun 30, 2023 | -12.25% |
| Mar 31, 2023 | -10.92% |
| Dec 31, 2022 | -9.84% |
| Sep 30, 2022 | -5.03% |
| Jun 30, 2022 | -0.70% |
| Mar 31, 2022 | -5.85% |
| Dec 31, 2021 | 94.08% |
| Sep 30, 2021 | 243.41% |
API Access
Praxis Precision Medicines Property, Plant & Equipment (Net) (QoQ) 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=property-plant-and-equipment-net-qoq&ticker=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-qoq", "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=property-plant-and-equipment-net-qoq&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();