uniQure (QURE) FCF Margin (2016 - 2026)
uniQure (QURE) posted FCF Margin of 497.31% for Q2 2026, up 53.85% on a QoQ basis from 1077.57% in Q1 2026, and up 26580.0% year-over-year from N/an in Q2 2025.
uniQure (QURE) FCF Margin (2016 - 2026) Analysis & Trends
uniQure has reported FCF Margin for 11 years, with the latest figure at 497.31% in Q2 2026.
- On a quarterly basis, FCF Margin rose 26580.0% year-over-year to 497.31% in Q2 2026; TTM through Jun 2026 was 864.67%, a 35066.0% increase from a year earlier, with the FY2025 full-year figure at 1108.22%, down 42200.0% from the prior year.
- FCF Margin was 497.31% for Q2 2026 at uniQure, up from 1077.57% in the prior quarter.
- The five-year high for FCF Margin was 2644.71% in Q3 2023, with the low at 4075.86% in Q2 2022.
- Average FCF Margin over 5 years is 1230.97%, with a median of 1045.24% recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: FCF Margin surged 828350 bps in 2022, then sank 426158 bps in 2024.
- Over 5 years, FCF Margin stood at 58.15% in 2022, then tumbled by 1226 bps to 771.1% in 2023, then slumped by 31 bps to 1012.91% in 2024, then sank by 38 bps to 1395.26% in 2025, then surged by 64 bps to 497.31% in 2026.
- The last three FCF Margin figures came in at 497.31% (Q2 2026), 1077.57% (Q1 2026), and 1395.26% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 28.82% |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 18.33% |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 26.96% |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 43.05% |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 23.58% |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 34.70% |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 44.00% |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 2.01% |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 30.39% |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | -497.31% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -497.31% |
| Mar 31, 2026 | -1,077.57% |
| Dec 31, 2025 | -1,395.26% |
| Sep 30, 2025 | -441.31% |
| Jun 30, 2025 | -763.11% |
| Mar 31, 2025 | -2,822.34% |
| Dec 31, 2024 | -1,012.91% |
| Sep 30, 2024 | -1,616.88% |
| Jun 30, 2024 | -299.43% |
| Mar 31, 2024 | -741.53% |
| Dec 31, 2023 | -771.10% |
| Sep 30, 2023 | 2,644.71% |
| Jun 30, 2023 | -2,397.65% |
| Mar 31, 2023 | -1,514.44% |
| Dec 31, 2022 | -58.15% |
| Sep 30, 2022 | -3,656.04% |
| Jun 30, 2022 | -4,075.86% |
| Mar 31, 2022 | -1,661.22% |
| Dec 31, 2021 | -87.78% |
| Sep 30, 2021 | -2,405.78% |
uniQure FCF Margin 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=fcf-margin&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();