uniQure (QURE) Work In Process (2022 - 2024)
uniQure (QURE) posted Work In Process of $1.3 million for Q1 2024, down 67.36% on a QoQ basis from $4.1 million in Q4 2023.
Analysis
uniQure (QURE) Work In Process (2022 - 2024) Analysis & Trends
uniQure has reported Work In Process for 3 years, with the latest figure at $1.3 million in Q1 2024.
- On a quarterly basis, Work In Process changed N/A year-over-year to $1.3 million in Q1 2024; TTM through Mar 2024 was $1.3 million, a N/A change from a year earlier, with the FY2023 full-year figure at $4.1 million, up 119.26% from the prior year.
- Work In Process was $1.3 million for Q1 2024 at uniQure, down from $4.1 million in the prior quarter.
- The five-year high for Work In Process was $6.6 million in Q3 2023, with the low at $1.3 million in Q1 2024.
- Average Work In Process over 3 years is $3.4 million, with a median of $3.1 million recorded in 2022.
- The largest YoY upside for Work In Process was 202.89% in 2023 against a maximum downside of 119.26% in 2023.
- Over 3 years, Work In Process stood at $1.9 million in 2022, then surged by 119.26% to $4.1 million in 2023, then plunged by 67.36% to $1.3 million in 2024.
- The last three Work In Process figures came in at $1.3 million (Q1 2024), $4.1 million (Q4 2023), and $6.6 million (Q3 2023), per Business Quant data.
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 1.34 Mn |
| Dec 31, 2023 | 4.11 Mn |
| Sep 30, 2023 | 6.60 Mn |
| Jun 30, 2023 | 4.06 Mn |
| Dec 31, 2022 | 1.87 Mn |
| Sep 30, 2022 | 2.18 Mn |
API Access
uniQure Work In Process 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=work-in-process&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "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=work-in-process&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();