uniQure (QURE) Operating Income (2016 - 2026)
uniQure (QURE) posted Operating Income of -$52.2 million for Q2 2026, down 14.18% on a QoQ basis from -$45.7 million in Q1 2026, and down 19.01% year-over-year from -$64.5 million in Q2 2025.
uniQure (QURE) Operating Income (2016 - 2026) Analysis & Trends
uniQure has reported Operating Income for 11 years, with the latest figure at -$52.2 million in Q2 2026.
- On a quarterly basis, Operating Income fell 19.01% year-over-year to -$52.2 million in Q2 2026; TTM through Jun 2026 was -$200.1 million, a 18.21% decrease from a year earlier, with the FY2025 full-year figure at -$185.3 million, down 0.57% from the prior year.
- Operating Income was -$52.2 million for Q2 2026 at uniQure, down from -$45.7 million in the prior quarter.
- The five-year high for Operating Income was $26.5 million in Q4 2022, with the low at -$81.9 million in Q3 2023.
- Average Operating Income over 5 years is -$49.6 million, with a median of -$51.7 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Operating Income surged 1181.48% in 2022, then tumbled 333.0% in 2023.
- Over 5 years, Operating Income stood at $26.5 million in 2022, then sank by 333.0% to -$61.7 million in 2023, then rose by 25.78% to -$45.8 million in 2024, then decreased by 11.54% to -$51.1 million in 2025, then dropped by 2.12% to -$52.2 million in 2026.
- The last three Operating Income figures came in at -$52.2 million (Q2 2026), -$45.7 million (Q1 2026), and -$51.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 7.14 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 6.43 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -584.00 Mn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 4.75 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 3.16 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 3.51 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -10.39 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 4.27 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 1.25 Bn |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | -52.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -52.20 Mn |
| Mar 31, 2026 | -45.72 Mn |
| Dec 31, 2025 | -51.12 Mn |
| Sep 30, 2025 | -51.04 Mn |
| Jun 30, 2025 | -43.87 Mn |
| Mar 31, 2025 | -39.33 Mn |
| Dec 31, 2024 | -45.83 Mn |
| Sep 30, 2024 | -40.23 Mn |
| Jun 30, 2024 | -44.01 Mn |
| Mar 31, 2024 | -54.23 Mn |
| Dec 31, 2023 | -61.75 Mn |
| Sep 30, 2023 | -81.88 Mn |
| Jun 30, 2023 | -65.07 Mn |
| Mar 31, 2023 | -74.17 Mn |
| Dec 31, 2022 | 26.50 Mn |
| Sep 30, 2022 | -59.52 Mn |
| Jun 30, 2022 | -56.06 Mn |
| Mar 31, 2022 | -54.08 Mn |
| Dec 31, 2021 | 2.07 Mn |
| Sep 30, 2021 | -45.00 Mn |
uniQure Operating Income 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=operating-income&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();