Vertex Pharmaceuticals (VRTX) Share-based Compensation Growth (3y) (2012 - 2026)
Analysis
Vertex Pharmaceuticals (VRTX) Share-based Compensation Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | -83.20% |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | -2.48% |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 20.81% |
| 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 | 109.14% |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 5.27% |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 18.94% |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 12.91% |
| 10 | Bristol Myers Squibb | 124.95 Bn | 113.89 Bn | 9.25 Bn | -0.49% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 12.91% |
| Mar 31, 2026 | 11.11% |
| Dec 31, 2025 | 12.23% |
| Sep 30, 2025 | 12.85% |
| Jun 30, 2025 | -17.96% |
| Mar 31, 2025 | 27.57% |
| Dec 31, 2024 | 12.26% |
| Sep 30, 2024 | 21.47% |
| Jun 30, 2024 | 2.49% |
| Mar 31, 2024 | 26.55% |
| Dec 31, 2023 | 29.05% |
| Sep 30, 2023 | 9.56% |
| Jun 30, 2023 | -8.09% |
| Mar 31, 2023 | 6.95% |
| Dec 31, 2022 | 6.77% |
| Sep 30, 2022 | 16.65% |
| Jun 30, 2022 | 8.29% |
| Mar 31, 2022 | 11.58% |
| Dec 31, 2021 | 14.53% |
| Sep 30, 2021 | 6.39% |
API Access
Vertex Pharmaceuticals Share-based Compensation Growth (3y) 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-3y&ticker=VRTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "VRTX", "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-3y&ticker=VRTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();