uniQure (QURE) Acquisitions (2022)
uniQure (QURE) posted Acquisitions of $1.1 million for Q3 2022, up 31.14% on a QoQ basis from $822000.0 in Q1 2022.
Analysis
uniQure (QURE) Acquisitions (2022) Analysis & Trends
uniQure has reported Acquisitions for 1 years, with the latest figure at $1.1 million in Q3 2022.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $1.1 million in Q3 2022; TTM through Dec 2022 was $1.9 million, a N/A change from a year earlier, with the FY2022 full-year figure at $1.9 million, down 96.2% from the prior year.
- Acquisitions was $1.1 million for Q3 2022 at uniQure, up from $822000.0 in the prior quarter.
- The five-year high for Acquisitions was $1.1 million in Q3 2022, with the low at $822000.0 in Q1 2022.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | -17.24 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 | -23.00 Mn |
| 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 | 11.21 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 | - |
API Access
uniQure Acquisitions 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=acquisitions&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();