uniQure (QURE) Cash from Investing Activities (2016 - 2026)
uniQure (QURE) posted Cash from Investing Activities of $53.3 million for Q2 2026, down 45.96% on a QoQ basis from $98.6 million in Q1 2026, and down 27.12% year-over-year from $73.1 million in Q2 2025.
uniQure (QURE) Cash from Investing Activities (2016 - 2026) Analysis & Trends
uniQure has reported Cash from Investing Activities for 11 years, with the latest figure at $53.3 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 27.12% year-over-year to $53.3 million in Q2 2026; TTM through Jun 2026 was -$263.0 million, a 330.24% decrease from a year earlier, with the FY2025 full-year figure at -$321.6 million, down 297.35% from the prior year.
- Cash from Investing Activities was $53.3 million for Q2 2026 at uniQure, down from $98.6 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $98.6 million in Q1 2026, with the low at -$441.4 million in Q4 2025.
- Average Cash from Investing Activities over 5 years is -$22.0 million, with a median of $23.3 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Cash from Investing Activities tumbled 6103.16% in 2023, then jumped 2041.4% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$168.2 million in 2022, then jumped by 135.41% to $59.6 million in 2023, then tumbled by 144.7% to -$26.6 million in 2024, then sank by 1557.79% to -$441.4 million in 2025, then surged by 112.07% to $53.3 million in 2026.
- The last three Cash from Investing Activities figures came in at $53.3 million (Q2 2026), $98.6 million (Q1 2026), and -$441.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | -1.11 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | -1.20 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -5.60 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | -3.11 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -2.91 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | -569.00 Mn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -10.35 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 2.11 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | -45.80 Mn |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | 53.26 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 53.26 Mn |
| Mar 31, 2026 | 98.56 Mn |
| Dec 31, 2025 | -441.37 Mn |
| Sep 30, 2025 | 26.58 Mn |
| Jun 30, 2025 | 73.07 Mn |
| Mar 31, 2025 | 20.10 Mn |
| Dec 31, 2024 | -26.62 Mn |
| Sep 30, 2024 | 47.67 Mn |
| Jun 30, 2024 | 77.94 Mn |
| Mar 31, 2024 | 63.99 Mn |
| Dec 31, 2023 | 59.56 Mn |
| Sep 30, 2023 | -314.07 Mn |
| Jun 30, 2023 | 45.83 Mn |
| Mar 31, 2023 | 2.99 Mn |
| Dec 31, 2022 | -168.21 Mn |
| Sep 30, 2022 | -5.06 Mn |
| Jun 30, 2022 | -4.58 Mn |
| Mar 31, 2022 | -4.88 Mn |
| Dec 31, 2021 | -3.55 Mn |
| Sep 30, 2021 | -57.64 Mn |
uniQure Cash from Investing Activities 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=cash-from-investing-activities&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();