uniQure (QURE) Long-Term Debt Issuances (2021)
uniQure (QURE) posted Long-Term Debt Issuances of $29.5 million for Q4 2021, up 2355.33% on a QoQ basis from $1.2 million in Q3 2021.
uniQure (QURE) Long-Term Debt Issuances (2021) Analysis & Trends
uniQure has reported Long-Term Debt Issuances for 1 years, with the latest figure at $29.5 million in Q4 2021.
- On a quarterly basis, Long-Term Debt Issuances changed N/A year-over-year to $29.5 million in Q4 2021; TTM through Sep 2021 was $1.2 million, a N/A change from a year earlier, with the FY2021 full-year figure at $64.1 million, changed N/A from the prior year.
- Long-Term Debt Issuances was $29.5 million for Q4 2021 at uniQure, up from $1.2 million in the prior quarter.
- The five-year high for Long-Term Debt Issuances was $34.6 million in Q1 2021, with the low at $1.2 million in Q3 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (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 | - |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 1.98 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 | 1.32 Bn |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 29.46 Mn |
| Sep 30, 2021 | 1.20 Mn |
| Mar 31, 2021 | 34.60 Mn |
uniQure Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();