uniQure (QURE) Price to FCF (2016 - 2026)
uniQure (QURE) posted Price to FCF of 109.94 for Q2 2026, down 309.46% on a QoQ basis from 26.85 in Q1 2026, and down 477.21% year-over-year from 29.15 in Q2 2025.
uniQure (QURE) Price to FCF (2016 - 2026) Analysis & Trends
uniQure has reported Price to FCF for 11 years, with the latest figure at 109.94 in Q2 2026.
- On a quarterly basis, Price to FCF fell 477.21% year-over-year to 109.94 in Q2 2026; TTM through Jun 2026 was 19.78, a 350.63% decrease from a year earlier, with the FY2025 full-year figure at 8.36, down 79.86% from the prior year.
- Price to FCF was 109.94 for Q2 2026 at uniQure, down from 26.85 in the prior quarter.
- The five-year high for Price to FCF was 8.62 in Q3 2023, with the low at 222.17 in Q3 2025.
- Average Price to FCF over 5 years is 31.57, with a median of 16.47 recorded in 2022.
- The sharpest annual moves came in 2023 and 2025: Price to FCF soared 152.0% in 2023, then tumbled 3318.98% in 2025.
- Over 5 years, Price to FCF stood at 17.82 in 2022, then surged by 64.77% to 6.28 in 2023, then sank by 160.56% to 16.36 in 2024, then slipped by 17.38% to 19.2 in 2025, then tumbled by 472.57% to 109.94 in 2026.
- The last three Price to FCF figures came in at 109.94 (Q2 2026), 26.85 (Q1 2026), and 19.2 (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 | -109.94 |
| Mar 31, 2026 | -26.85 |
| Dec 31, 2025 | -19.20 |
| Sep 30, 2025 | -222.17 |
| Jun 30, 2025 | -19.05 |
| Mar 31, 2025 | -13.11 |
| Dec 31, 2024 | -16.36 |
| Sep 30, 2024 | -6.50 |
| Jun 30, 2024 | -6.55 |
| Mar 31, 2024 | -4.01 |
| Dec 31, 2023 | -6.28 |
| Sep 30, 2023 | 8.62 |
| Jun 30, 2023 | -9.41 |
| Mar 31, 2023 | -11.87 |
| Dec 31, 2022 | -17.82 |
| Sep 30, 2022 | -16.58 |
| Jun 30, 2022 | -42.96 |
| Mar 31, 2022 | -28.31 |
| Dec 31, 2021 | -18.96 |
| Sep 30, 2021 | -30.91 |
uniQure Price 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=price-to-fcf&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-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=price-to-fcf&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();