BeOne Medicines (ONC) Share-based Compensation Growth (1y) (2016 - 2026)
Analysis
BeOne Medicines (ONC) Share-based Compensation Growth (1y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | -119.48% |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | -7.26% |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 37.96% |
| 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 | 19.90% |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 2.67% |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 22.66% |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 71.86% |
| 10 | BeOne Medicines | 41.25 Bn | 36.15 Bn | 1.53 Bn | -8.89% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.89% |
| Mar 31, 2026 | 29.20% |
| Dec 31, 2025 | 15.00% |
| Sep 30, 2025 | 22.77% |
| Jun 30, 2025 | 15.44% |
| Mar 31, 2025 | 7.68% |
| Dec 31, 2024 | 15.82% |
| Sep 30, 2024 | 19.47% |
| Jun 30, 2024 | 26.38% |
| Mar 31, 2024 | 17.72% |
| Dec 31, 2023 | 18.94% |
| Sep 30, 2023 | 22.80% |
| Jun 30, 2023 | 27.14% |
| Mar 31, 2023 | 14.90% |
| Dec 31, 2022 | 23.99% |
| Sep 30, 2022 | 16.55% |
| Jun 30, 2022 | 25.49% |
| Mar 31, 2022 | 43.03% |
| Dec 31, 2021 | 27.40% |
| Sep 30, 2021 | 33.36% |
API Access
BeOne Medicines Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=ONC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "ONC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-1y&ticker=ONC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();