uniQure (QURE) Amortizatization of Intangibles (2023 - 2026)
uniQure (QURE) posted Amortizatization of Intangibles of -$3.6 million for Q2 2026, up 17.6% on a QoQ basis from -$4.3 million in Q1 2026, and down 74.58% year-over-year from -$14.1 million in Q2 2025.
uniQure (QURE) Amortizatization of Intangibles (2023 - 2026) Analysis & Trends
uniQure has reported Amortizatization of Intangibles for 4 years, with the latest figure at -$3.6 million in Q2 2026.
- On a quarterly basis, Amortizatization of Intangibles fell 74.58% year-over-year to -$3.6 million in Q2 2026; TTM through Jun 2026 was -$14.2 million, a 69.29% decrease from a year earlier, with the FY2025 full-year figure at -$10.5 million, up 4.02% from the prior year.
- Amortizatization of Intangibles was -$3.6 million for Q2 2026 at uniQure, up from -$4.3 million in the prior quarter.
- The five-year high for Amortizatization of Intangibles was -$912000.0 in Q2 2023, with the low at -$4.7 million in Q3 2023.
- Average Amortizatization of Intangibles over 4 years is -$2.9 million, with a median of -$2.7 million recorded in 2024.
- The largest YoY upside for Amortizatization of Intangibles was 61.64% in 2024 against a maximum downside of 299.46% in 2024.
- Over 4 years, Amortizatization of Intangibles stood at -$4.4 million in 2023, then jumped by 44.64% to -$2.4 million in 2024, then sank by 79.99% to -$4.4 million in 2025, then rose by 18.3% to -$3.6 million in 2026.
- The last three Amortizatization of Intangibles figures came in at -$3.6 million (Q2 2026), -$4.3 million (Q1 2026), and -$4.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Amort. of Intangibles (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 | 984.00 Mn |
| 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 | 600.00 Mn |
| 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 | -3.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.57 Mn |
| Mar 31, 2026 | -4.34 Mn |
| Dec 31, 2025 | -4.37 Mn |
| Sep 30, 2025 | -1.93 Mn |
| Jun 30, 2025 | -2.05 Mn |
| Mar 31, 2025 | -2.12 Mn |
| Dec 31, 2024 | -2.43 Mn |
| Sep 30, 2024 | -1.80 Mn |
| Jun 30, 2024 | -2.98 Mn |
| Mar 31, 2024 | -3.70 Mn |
| Dec 31, 2023 | -4.39 Mn |
| Sep 30, 2023 | -4.69 Mn |
| Jun 30, 2023 | -912,000.00 |
| Mar 31, 2023 | -925,000.00 |
uniQure Amortizatization of Intangibles 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=amortizatization-of-intangibles&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-intangibles", "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=amortizatization-of-intangibles&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();