Embecta (EMBC) Share-based Compensation Growth (1y) (2021 - 2026)
Analysis
Embecta (EMBC) Share-based Compensation Growth (1y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 18.31% |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 314.20% |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 45.35% |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | -78.13% |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | -15.28% |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 12.53% |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | -13.91% |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 10.94% |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | 10.53% |
| 10 | Embecta | 300.30 Mn | 82.10 Mn | 153.30 Mn | -28.81% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.81% |
| Mar 31, 2026 | -21.92% |
| Dec 31, 2025 | -33.71% |
| Sep 30, 2025 | 53.23% |
| Jun 30, 2025 | -6.35% |
| Mar 31, 2025 | 12.31% |
| Dec 31, 2024 | 21.92% |
| Sep 30, 2024 | 26.53% |
| Jun 30, 2024 | 14.55% |
| Mar 31, 2024 | 16.07% |
| Dec 31, 2023 | 32.73% |
| Sep 30, 2023 | 11.36% |
| Jun 30, 2023 | -5.17% |
| Mar 31, 2023 | 43.59% |
| Dec 31, 2022 | 19.57% |
| Sep 30, 2022 | 37.50% |
| Jun 30, 2022 | 100.00% |
| Mar 31, 2022 | 34.48% |
| Dec 31, 2021 | 21.05% |
API Access
Embecta 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=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "EMBC", "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=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();