uniQure (QURE) Asset Utilization Ratio (2017 - 2026)
uniQure (QURE) posted Asset Utilization Ratio of 0.02 for Q2 2026, down 6.17% on a QoQ basis from 0.02 in Q1 2026, and down 12.11% year-over-year from 0.02 in Q2 2025.
uniQure (QURE) Asset Utilization Ratio (2017 - 2026) Analysis & Trends
uniQure has reported Asset Utilization Ratio for 10 years, with the latest figure at 0.02 in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio fell 12.11% year-over-year to 0.02 in Q2 2026; TTM through Jun 2026 was 0.02, a 12.11% decrease from a year earlier, with the FY2025 full-year figure at 0.02, down 40.35% from the prior year.
- Asset Utilization Ratio was 0.02 for Q2 2026 at uniQure, down from 0.02 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.67 in Q1 2022, with the low at 0.02 in Q4 2023.
- Average Asset Utilization Ratio over 5 years is 0.1, with a median of 0.04 recorded in 2024.
- The largest YoY upside for Asset Utilization Ratio was 523.82% in 2022 against a maximum downside of 90.25% in 2022.
- Over 5 years, Asset Utilization Ratio stood at 0.16 in 2022, then sank by 88.27% to 0.02 in 2023, then soared by 142.48% to 0.05 in 2024, then plunged by 58.34% to 0.02 in 2025, then increased by 12.67% to 0.02 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.02 (Q2 2026), 0.02 (Q1 2026), and 0.02 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 0.49 |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 0.47 |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 0.52 |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 0.57 |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 0.53 |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 0.40 |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 0.58 |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 0.31 |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 0.47 |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | 0.02 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.02 |
| Mar 31, 2026 | 0.02 |
| Dec 31, 2025 | 0.02 |
| Sep 30, 2025 | 0.02 |
| Jun 30, 2025 | 0.02 |
| Mar 31, 2025 | 0.03 |
| Dec 31, 2024 | 0.05 |
| Sep 30, 2024 | 0.04 |
| Jun 30, 2024 | 0.04 |
| Mar 31, 2024 | 0.02 |
| Dec 31, 2023 | 0.02 |
| Sep 30, 2023 | 0.12 |
| Jun 30, 2023 | 0.14 |
| Mar 31, 2023 | 0.16 |
| Dec 31, 2022 | 0.16 |
| Sep 30, 2022 | 0.09 |
| Jun 30, 2022 | 0.08 |
| Mar 31, 2022 | 0.67 |
| Dec 31, 2021 | 0.66 |
| Sep 30, 2021 | 0.64 |
uniQure Asset Utilization Ratio 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=asset-utilization-ratio&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();