uniQure (QURE) Net Cash Flow (2016 - 2026)
uniQure (QURE) posted Net Cash Flow of $273.8 million for Q2 2026, up 349.83% on a QoQ basis from $60.9 million in Q1 2026, and up 724.15% year-over-year from $33.2 million in Q2 2025.
uniQure (QURE) Net Cash Flow (2016 - 2026) Analysis & Trends
uniQure has reported Net Cash Flow for 11 years, with the latest figure at $273.8 million in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 724.15% year-over-year to $273.8 million in Q2 2026; TTM through Jun 2026 was $160.6 million, a 522.15% increase from a year earlier, with the FY2025 full-year figure at -$84.2 million, down 6.23% from the prior year.
- Net Cash Flow was $273.8 million for Q2 2026 at uniQure, up from $60.9 million in the prior quarter.
- The five-year high for Net Cash Flow was $359.0 million in Q2 2023, with the low at -$516.5 million in Q4 2025.
- Average Net Cash Flow over 5 years is -$8.0 million, with a median of -$8.4 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Net Cash Flow plunged 971.33% in 2022, then soared 1877.17% in 2023.
- Over 5 years, Net Cash Flow stood at -$222.3 million in 2022, then soared by 104.53% to $10.1 million in 2023, then slumped by 954.13% to -$86.0 million in 2024, then slumped by 500.67% to -$516.5 million in 2025, then soared by 153.01% to $273.8 million in 2026.
- The last three Net Cash Flow figures came in at $273.8 million (Q2 2026), $60.9 million (Q1 2026), and -$516.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | -1.27 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | -2.82 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 1.53 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 757.00 Mn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -94.00 Mn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 1.95 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -4.43 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -722.00 Mn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 652.90 Mn |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | 273.80 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 273.80 Mn |
| Mar 31, 2026 | 60.87 Mn |
| Dec 31, 2025 | -516.49 Mn |
| Sep 30, 2025 | 342.42 Mn |
| Jun 30, 2025 | 33.22 Mn |
| Mar 31, 2025 | 56.67 Mn |
| Dec 31, 2024 | -85.99 Mn |
| Sep 30, 2024 | -41.95 Mn |
| Jun 30, 2024 | 45.23 Mn |
| Mar 31, 2024 | 3.41 Mn |
| Dec 31, 2023 | 10.07 Mn |
| Sep 30, 2023 | -282.75 Mn |
| Jun 30, 2023 | 358.97 Mn |
| Mar 31, 2023 | -75.18 Mn |
| Dec 31, 2022 | -222.29 Mn |
| Sep 30, 2022 | -53.75 Mn |
| Jun 30, 2022 | -20.20 Mn |
| Mar 31, 2022 | -30.11 Mn |
| Dec 31, 2021 | -20.75 Mn |
| Sep 30, 2021 | -97.96 Mn |
uniQure Net Cash Flow 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=net-cash-flow&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();