uniQure (QURE) EV to CFO (2016 - 2026)
uniQure (QURE) posted EV to CFO of 83.4 for Q2 2026, down 618.27% on a QoQ basis from 11.61 in Q1 2026, and down 757.86% year-over-year from 12.68 in Q2 2025.
uniQure (QURE) EV to CFO (2016 - 2026) Analysis & Trends
uniQure has reported EV to CFO for 11 years, with the latest figure at 83.4 in Q2 2026.
- On a quarterly basis, EV to CFO fell 757.86% year-over-year to 83.4 in Q2 2026; TTM through Jun 2026 was 14.82, a 562.81% decrease from a year earlier, with the FY2025 full-year figure at 4.88, down 79.35% from the prior year.
- EV to CFO was 83.4 for Q2 2026 at uniQure, down from 11.61 in the prior quarter.
- The five-year high for EV to CFO was 9.36 in Q2 2024, with the low at 178.94 in Q3 2025.
- Average EV to CFO over 5 years is 19.77, with a median of 9.18 recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: EV to CFO soared 551.62% in 2024, then tumbled 3459.03% in 2025.
- Over 5 years, EV to CFO stood at 13.02 in 2022, then surged by 145.59% to 5.94 in 2023, then plunged by 258.64% to 9.42 in 2024, then declined by 18.99% to 11.21 in 2025, then plunged by 644.29% to 83.4 in 2026.
- The last three EV to CFO figures came in at 83.4 (Q2 2026), 11.61 (Q1 2026), and 11.21 (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 | -83.40 |
| Mar 31, 2026 | -11.61 |
| Dec 31, 2025 | -11.21 |
| Sep 30, 2025 | -178.94 |
| Jun 30, 2025 | -9.72 |
| Mar 31, 2025 | -3.87 |
| Dec 31, 2024 | -9.42 |
| Sep 30, 2024 | 5.33 |
| Jun 30, 2024 | 9.36 |
| Mar 31, 2024 | 5.01 |
| Dec 31, 2023 | 5.94 |
| Sep 30, 2023 | -8.69 |
| Jun 30, 2023 | 1.44 |
| Mar 31, 2023 | -8.20 |
| Dec 31, 2022 | -13.02 |
| Sep 30, 2022 | -8.94 |
| Jun 30, 2022 | -23.58 |
| Mar 31, 2022 | -12.37 |
| Dec 31, 2021 | -8.58 |
| Sep 30, 2021 | -22.43 |
uniQure EV to CFO 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-cfo&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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-cfo&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();