uniQure (QURE) EPS (Basic) (2016 - 2026)
uniQure (QURE) posted EPS (Basic) of -$1.22 for Q2 2026, down 43.41% on a QoQ basis from -$0.85 in Q1 2026, and down 77.8% year-over-year from -$5.51 in Q2 2025.
uniQure (QURE) EPS (Basic) (2016 - 2026) Analysis & Trends
uniQure has reported EPS (Basic) for 11 years, with the latest figure at -$1.22 in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 77.8% year-over-year to -$1.22 in Q2 2026; TTM through Jun 2026 was -$2.97, a 18.22% increase from a year earlier, with the FY2025 full-year figure at -$3.46, up 29.73% from the prior year.
- EPS (Basic) was -$1.22 for Q2 2026 at uniQure, down from -$0.85 in the prior quarter.
- The five-year high for EPS (Basic) was $0.32 in Q4 2025, with the low at -$1.88 in Q3 2023.
- Average EPS (Basic) over 5 years is -$1.04, with a median of -$1.09 recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: EPS (Basic) sank 1154.34% in 2023, then soared 121.28% in 2025.
- Over 5 years, EPS (Basic) stood at $0.15 in 2022, then tumbled by 1154.34% to -$1.54 in 2023, then gained by 1.94% to -$1.51 in 2024, then soared by 121.28% to $0.32 in 2025, then sank by 481.84% to -$1.22 in 2026.
- The last three EPS (Basic) figures came in at -$1.22 (Q2 2026), -$0.85 (Q1 2026), and $0.32 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 2.30 |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 2.04 |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -0.54 |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 1.68 |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 1.62 |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 4.40 |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -8.44 |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -0.04 |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 4.34 |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | -1.22 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.22 |
| Mar 31, 2026 | -0.85 |
| Dec 31, 2025 | 0.32 |
| Sep 30, 2025 | -1.38 |
| Jun 30, 2025 | -0.69 |
| Mar 31, 2025 | -0.82 |
| Dec 31, 2024 | -1.51 |
| Sep 30, 2024 | -0.91 |
| Jun 30, 2024 | -1.16 |
| Mar 31, 2024 | -1.36 |
| Dec 31, 2023 | -1.54 |
| Sep 30, 2023 | -1.88 |
| Jun 30, 2023 | -1.44 |
| Mar 31, 2023 | -1.63 |
| Dec 31, 2022 | 0.15 |
| Sep 30, 2022 | -1.02 |
| Jun 30, 2022 | -0.84 |
| Mar 31, 2022 | -1.00 |
| Dec 31, 2021 | 0.18 |
| Sep 30, 2021 | -0.79 |
uniQure EPS (Basic) 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=eps-basic&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();