uniQure (QURE) Selling, General & Administrative (2016 - 2026)
Analysis
uniQure (QURE) Selling, General & Administrative (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 6.43 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 3.63 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 2.90 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | -3.24 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -5.65 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 1.75 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 1.92 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 3.41 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 582.20 Mn |
| 10 | uniQure | 2.96 Bn | 2.96 Bn | 5.49 Mn | 17.37 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 17.37 Mn |
| Mar 31, 2026 | 20.07 Mn |
| Dec 31, 2025 | 21.61 Mn |
| Sep 30, 2025 | 19.44 Mn |
| Jun 30, 2025 | 13.50 Mn |
| Mar 31, 2025 | 10.91 Mn |
| Dec 31, 2024 | 11.38 Mn |
| Sep 30, 2024 | 11.58 Mn |
| Jun 30, 2024 | 15.77 Mn |
| Mar 31, 2024 | 13.94 Mn |
| Dec 31, 2023 | 17.49 Mn |
| Sep 30, 2023 | 18.07 Mn |
| Jun 30, 2023 | 21.18 Mn |
| Mar 31, 2023 | 17.85 Mn |
| Dec 31, 2022 | 18.26 Mn |
| Sep 30, 2022 | 13.32 Mn |
| Jun 30, 2022 | 12.49 Mn |
| Mar 31, 2022 | 10.99 Mn |
| Dec 31, 2021 | 13.97 Mn |
| Sep 30, 2021 | 12.02 Mn |
API Access
uniQure Selling, General & Administrative 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=selling-general-and-administrative&ticker=QURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=QURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();