uniQure (QURE) Net Margin (2016 - 2026)
uniQure (QURE) posted Net Margin of 1387.76% for Q2 2026, up 7.66% on a QoQ basis from 1502.95% in Q1 2026, and down 67094.0% year-over-year from N/an in Q2 2025.
uniQure (QURE) Net Margin (2016 - 2026) Analysis & Trends
uniQure has reported Net Margin for 11 years, with the latest figure at 1387.76% in Q2 2026.
- On a quarterly basis, Net Margin fell 67094.0% year-over-year to 1387.76% in Q2 2026; TTM through Jun 2026 was 1053.43%, a 33455.0% increase from a year earlier, with the FY2025 full-year figure at 1236.0%, down 35265.0% from the prior year.
- Net Margin was 1387.76% for Q2 2026 at uniQure, up from 1502.95% in the prior quarter.
- The five-year high for Net Margin was 330.94% in Q4 2025, with the low at 7859.36% in Q2 2022.
- Average Net Margin over 5 years is 2131.03%, with a median of 1476.61% recorded in 2026.
- The largest YoY upside for Net Margin was 654850 bps in 2022 against a maximum downside of 794547 bps in 2022.
- Over 5 years, Net Margin stood at 6.63% in 2022, then tumbled by 16619 bps to 1094.42% in 2023, then retreated by 28 bps to 1403.2% in 2024, then jumped by 124 bps to 330.94% in 2025, then tumbled by 519 bps to 1387.76% in 2026.
- The last three Net Margin figures came in at 1387.76% (Q2 2026), 1502.95% (Q1 2026), and 330.94% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 21.86% |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 21.28% |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -8.05% |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 22.65% |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 16.30% |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 23.62% |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -134.51% |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -1.58% |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 32.99% |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | -1,387.76% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1,387.76% |
| Mar 31, 2026 | -1,502.95% |
| Dec 31, 2025 | 330.94% |
| Sep 30, 2025 | -2,175.87% |
| Jun 30, 2025 | -716.82% |
| Mar 31, 2025 | -2,784.75% |
| Dec 31, 2024 | -1,403.20% |
| Sep 30, 2024 | -1,940.45% |
| Jun 30, 2024 | -506.01% |
| Mar 31, 2024 | -773.34% |
| Dec 31, 2023 | -1,094.42% |
| Sep 30, 2023 | -6,366.10% |
| Jun 30, 2023 | -2,827.17% |
| Mar 31, 2023 | -1,450.27% |
| Dec 31, 2022 | 6.63% |
| Sep 30, 2022 | -3,302.76% |
| Jun 30, 2022 | -7,859.36% |
| Mar 31, 2022 | -2,604.80% |
| Dec 31, 2021 | 14.23% |
| Sep 30, 2021 | -1,836.65% |
uniQure Net Margin 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=net-margin&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();