uniQure (QURE) Times Interest Earned (2016 - 2026)
uniQure (QURE) posted Times Interest Earned of 3.63 for Q2 2026, down 11.52% on a QoQ basis from 3.26 in Q1 2026, and down 29.16% year-over-year from 5.13 in Q2 2025.
uniQure (QURE) Times Interest Earned (2016 - 2026) Analysis & Trends
uniQure has reported Times Interest Earned for 11 years, with the latest figure at 3.63 in Q2 2026.
- On a quarterly basis, Times Interest Earned fell 29.16% year-over-year to 3.63 in Q2 2026; TTM through Jun 2026 was 3.35, a 23.15% decrease from a year earlier, with the FY2025 full-year figure at 2.99, down 3.41% from the prior year.
- Times Interest Earned was 3.63 for Q2 2026 at uniQure, down from 3.26 in the prior quarter.
- The five-year high for Times Interest Earned was 7.74 in Q4 2022, with the low at 21.5 in Q1 2022.
- Average Times Interest Earned over 5 years is 6.89, with a median of 3.44 recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Times Interest Earned surged 684.6% in 2022, then slumped 150.79% in 2023.
- Over 5 years, Times Interest Earned stood at 7.74 in 2022, then sank by 150.79% to 3.93 in 2023, then grew by 21.62% to 3.08 in 2024, then fell by 13.86% to 3.51 in 2025, then fell by 3.59% to 3.63 in 2026.
- The last three Times Interest Earned figures came in at 3.63 (Q2 2026), 3.26 (Q1 2026), and 3.51 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 25.41 |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | - |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | - |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 10.28 |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 7.27 |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 5.22 |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -42.08 |
| 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.63 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.63 |
| Mar 31, 2026 | -3.26 |
| Dec 31, 2025 | -3.51 |
| Sep 30, 2025 | -3.05 |
| Jun 30, 2025 | -2.81 |
| Mar 31, 2025 | -2.60 |
| Dec 31, 2024 | -3.08 |
| Sep 30, 2024 | -2.42 |
| Jun 30, 2024 | -2.72 |
| Mar 31, 2024 | -3.37 |
| Dec 31, 2023 | -3.93 |
| Sep 30, 2023 | -5.30 |
| Jun 30, 2023 | -9.51 |
| Mar 31, 2023 | -20.82 |
| Dec 31, 2022 | 7.74 |
| Sep 30, 2022 | -19.39 |
| Jun 30, 2022 | -20.81 |
| Mar 31, 2022 | -21.50 |
| Dec 31, 2021 | 0.99 |
| Sep 30, 2021 | -23.39 |
uniQure Times Interest Earned 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=times-interest-earned&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();