uniQure (QURE) Tax Rate (2016 - 2026)
uniQure (QURE) posted Tax Rate of 2.32% for Q2 2026, down 152.62% on a QoQ basis from 0.92% in Q1 2026, and down 118.0% year-over-year from 12.91% in Q2 2025.
uniQure (QURE) Tax Rate (2016 - 2026) Analysis & Trends
uniQure has reported Tax Rate for 10 years, with the latest figure at 2.32% in Q2 2026.
- On a quarterly basis, Tax Rate fell 118.0% year-over-year to 2.32% in Q2 2026; TTM through Jun 2026 was 19.77%, a 1153.0% decrease from a year earlier, with the FY2025 full-year figure at 25.8%, changed 0.0% from the prior year.
- Tax Rate was 2.32% for Q2 2026 at uniQure, down from 0.92% in the prior quarter.
- The five-year high for Tax Rate was 144.94% in Q4 2025, with the low at 482.24% in Q4 2022.
- Average Tax Rate over 5 years is 8.65%, with a median of 0.22% recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Tax Rate sank 149484 bps in 2022, then jumped 59337 bps in 2023.
- Over 5 years, Tax Rate stood at 482.24% in 2022, then surged by 123 bps to 111.13% in 2023, then retreated by 22 bps to 86.67% in 2024, then jumped by 67 bps to 144.94% in 2025, then tumbled by 102 bps to 2.32% in 2026.
- The last three Tax Rate figures came in at 2.32% (Q2 2026), 0.92% (Q1 2026), and 144.94% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 17.98% |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 15.47% |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -95.75% |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | -23.71% |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -10.40% |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 14.20% |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -2.36% |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 62.33% |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 20.98% |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | -2.32% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.32% |
| Mar 31, 2026 | -0.92% |
| Dec 31, 2025 | 144.94% |
| Sep 30, 2025 | -12.00% |
| Jun 30, 2025 | -1.14% |
| Mar 31, 2025 | -1.15% |
| Dec 31, 2024 | 86.67% |
| Sep 30, 2024 | -0.20% |
| Jun 30, 2024 | -1.71% |
| Mar 31, 2024 | -1.01% |
| Dec 31, 2023 | 111.13% |
| Sep 30, 2023 | 0.08% |
| Jun 30, 2023 | -0.24% |
| Mar 31, 2023 | 1.54% |
| Dec 31, 2022 | -482.24% |
| Sep 30, 2022 | 0.68% |
| Jun 30, 2022 | 0.81% |
| Mar 31, 2022 | 1.30% |
| Dec 31, 2021 | 1,012.60% |
| Sep 30, 2021 | -0.24% |
uniQure 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=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "ticker": "QURE", "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=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();