uniQure (QURE) EBT (2016 - 2026)
uniQure (QURE) posted EBT of -$79.2 million for Q2 2026, down 49.34% on a QoQ basis from -$53.0 million in Q1 2026, and down 112.41% year-over-year from $638.1 million in Q2 2025.
uniQure (QURE) EBT (2016 - 2026) Analysis & Trends
uniQure has reported EBT for 11 years, with the latest figure at -$79.2 million in Q2 2026.
- On a quarterly basis, EBT fell 112.41% year-over-year to -$79.2 million in Q2 2026; TTM through Jun 2026 was -$245.2 million, a 24.29% decrease from a year earlier, with the FY2025 full-year figure at -$193.3 million, up 18.47% from the prior year.
- EBT was -$79.2 million for Q2 2026 at uniQure, down from -$53.0 million in the prior quarter.
- The five-year high for EBT was $6.6 million in Q4 2022, with the low at -$89.6 million in Q3 2023.
- Average EBT over 5 years is -$55.4 million, with a median of -$54.2 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: EBT plunged 1163.21% in 2023, then soared 50.46% in 2024.
- Over 5 years, EBT stood at $6.6 million in 2022, then slumped by 1163.21% to -$70.2 million in 2023, then decreased by 3.18% to -$72.4 million in 2024, then jumped by 43.37% to -$41.0 million in 2025, then plunged by 93.21% to -$79.2 million in 2026.
- The last three EBT figures came in at -$79.2 million (Q2 2026), -$53.0 million (Q1 2026), and -$41.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 6.75 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 4.28 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -683.00 Mn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 4.27 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 2.80 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 2.77 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -10.25 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -653.00 Mn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 1.39 Bn |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | -79.22 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -79.22 Mn |
| Mar 31, 2026 | -53.05 Mn |
| Dec 31, 2025 | -41.00 Mn |
| Sep 30, 2025 | -71.90 Mn |
| Jun 30, 2025 | -37.29 Mn |
| Mar 31, 2025 | -43.14 Mn |
| Dec 31, 2024 | -72.41 Mn |
| Sep 30, 2024 | -44.41 Mn |
| Jun 30, 2024 | -55.35 Mn |
| Mar 31, 2024 | -64.96 Mn |
| Dec 31, 2023 | -70.17 Mn |
| Sep 30, 2023 | -89.64 Mn |
| Jun 30, 2023 | -68.31 Mn |
| Mar 31, 2023 | -78.43 Mn |
| Dec 31, 2022 | 6.60 Mn |
| Sep 30, 2022 | -48.19 Mn |
| Jun 30, 2022 | -39.38 Mn |
| Mar 31, 2022 | -47.29 Mn |
| Dec 31, 2021 | 7.87 Mn |
| Sep 30, 2021 | -36.44 Mn |
uniQure EBT 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=ebt&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();