uniQure (QURE) Current Deferred Revenue (2015 - 2020)
uniQure (QURE) posted Current Deferred Revenue of $2.1 million for Q4 2020, down 72.84% on a QoQ basis from $7.7 million in Q3 2020, and down 72.7% year-over-year from $7.6 million in Q1 2020.
uniQure (QURE) Current Deferred Revenue (2015 - 2020) Analysis & Trends
uniQure has reported Current Deferred Revenue for 6 years, with the latest figure at $2.1 million in Q4 2020.
- On a quarterly basis, Current Deferred Revenue fell 72.7% year-over-year to $2.1 million in Q4 2020; TTM through Dec 2020 was $2.1 million, a 72.7% decrease from a year earlier, with the FY2020 full-year figure at $2.1 million, down 72.7% from the prior year.
- Current Deferred Revenue was $2.1 million for Q4 2020 at uniQure, down from $7.7 million in the prior quarter.
- The five-year high for Current Deferred Revenue was $9.7 million in Q1 2018, with the low at $2.1 million in Q4 2020.
- Average Current Deferred Revenue over 5 years is $6.7 million, with a median of $7.2 million recorded in 2019.
- The sharpest annual moves came in 2018 and 2020: Current Deferred Revenue soared 102.26% in 2018, then tumbled 72.7% in 2020.
- Over 5 years, Current Deferred Revenue stood at $6.1 million in 2016, then slipped by 24.89% to $4.6 million in 2017, then soared by 65.49% to $7.6 million in 2018, then decreased by 0.09% to $7.6 million in 2019, then sank by 72.7% to $2.1 million in 2020.
- The last three Current Deferred Revenue figures came in at $2.1 million (Q4 2020), $7.7 million (Q3 2020), and $6.2 million (Q2 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 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, 2020 | 2.08 Mn |
| Sep 30, 2020 | 7.67 Mn |
| Jun 30, 2020 | 6.15 Mn |
| Mar 31, 2020 | 6.73 Mn |
| Dec 31, 2019 | 7.63 Mn |
| Sep 30, 2019 | 7.53 Mn |
| Jun 30, 2019 | 7.22 Mn |
| Mar 31, 2019 | 7.77 Mn |
| Dec 31, 2018 | 7.63 Mn |
| Sep 30, 2018 | 8.59 Mn |
| Jun 30, 2018 | 8.46 Mn |
| Mar 31, 2018 | 9.70 Mn |
| Dec 31, 2017 | 4.61 Mn |
| Sep 30, 2017 | 4.25 Mn |
| Jun 30, 2017 | 5.20 Mn |
| Mar 31, 2017 | 6.23 Mn |
| Dec 31, 2016 | 6.14 Mn |
| Dec 31, 2015 | 6.78 Mn |
uniQure Current Deferred Revenue 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=current-deferred-revenue&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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=current-deferred-revenue&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();