uniQure (QURE) EV to FCF (2016 - 2026)
uniQure (QURE) posted EV to FCF of 82.04 for Q2 2026, down 609.19% on a QoQ basis from 11.57 in Q1 2026, and down 749.42% year-over-year from 12.63 in Q2 2025.
uniQure (QURE) EV to FCF (2016 - 2026) Analysis & Trends
uniQure has reported EV to FCF for 11 years, with the latest figure at 82.04 in Q2 2026.
- On a quarterly basis, EV to FCF fell 749.42% year-over-year to 82.04 in Q2 2026; TTM through Jun 2026 was 14.76, a 563.15% decrease from a year earlier, with the FY2025 full-year figure at 4.87, down 82.2% from the prior year.
- EV to FCF was 82.04 for Q2 2026 at uniQure, down from 11.57 in the prior quarter.
- The five-year high for EV to FCF was 9.19 in Q2 2024, with the low at 179.66 in Q3 2025.
- Average EV to FCF over 5 years is 19.29, with a median of 9.25 recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: EV to FCF soared 551.86% in 2024, then tumbled 3507.62% in 2025.
- Over 5 years, EV to FCF stood at 11.92 in 2022, then surged by 147.84% to 5.7 in 2023, then tumbled by 265.05% to 9.41 in 2024, then decreased by 18.9% to 11.19 in 2025, then plunged by 633.32% to 82.04 in 2026.
- The last three EV to FCF figures came in at 82.04 (Q2 2026), 11.57 (Q1 2026), and 11.19 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -82.04 |
| Mar 31, 2026 | -11.57 |
| Dec 31, 2025 | -11.19 |
| Sep 30, 2025 | -179.66 |
| Jun 30, 2025 | -9.66 |
| Mar 31, 2025 | -3.86 |
| Dec 31, 2024 | -9.41 |
| Sep 30, 2024 | 5.27 |
| Jun 30, 2024 | 9.19 |
| Mar 31, 2024 | 4.82 |
| Dec 31, 2023 | 5.70 |
| Sep 30, 2023 | -9.09 |
| Jun 30, 2023 | 1.41 |
| Mar 31, 2023 | -7.96 |
| Dec 31, 2022 | -11.92 |
| Sep 30, 2022 | -8.27 |
| Jun 30, 2022 | -18.25 |
| Mar 31, 2022 | -10.68 |
| Dec 31, 2021 | -7.98 |
| Sep 30, 2021 | -18.82 |
uniQure EV to FCF 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=ev-to-fcf&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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=ev-to-fcf&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();