Praxis Precision Medicines (PRAX) Tax Rate (2020 - 2021)
Praxis Precision Medicines (PRAX) posted Tax Rate of 0.01% for Q4 2021, up 176.3% on a QoQ basis from 0.01% in Q3 2021.
Analysis
Praxis Precision Medicines (PRAX) Tax Rate (2020 - 2021) Analysis & Trends
Praxis Precision Medicines has reported Tax Rate for 2 years, with the latest figure at 0.01% in Q4 2021.
- On a quarterly basis, Tax Rate changed N/A year-over-year to 0.01% in Q4 2021; TTM through Sep 2021 was 0.0%, a N/A change from a year earlier, with the FY2020 full-year figure at 0.01%, down 22.0% from the prior year.
- Tax Rate was 0.01% for Q4 2021 at Praxis Precision Medicines, up from 0.01% in the prior quarter.
- The five-year high for Tax Rate was 0.13% in Q1 2020, with the low at 0.03% in Q2 2020.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 14.20% |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | -2.36% |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 20.98% |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 15.11% |
| 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 | -10.89% |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 7.49% |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | 26.36% |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | 1.34% |
| 10 | Praxis Precision Medicines | 8.34 Bn | 7.58 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 0.01% |
| Sep 30, 2021 | -0.01% |
| Jun 30, 2020 | -0.03% |
| Mar 31, 2020 | 0.13% |
API Access
Praxis Precision Medicines Tax Rate 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=tax-rate&ticker=PRAX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=PRAX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();