Embecta (EMBC) Selling, General & Administrative (2020 - 2026)
Analysis
Embecta (EMBC) Selling, General & Administrative (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Thermo Fisher Scientific | 243.61 Bn | 239.66 Bn | 8.34 Bn | 2.33 Bn |
| 2 | Abbott Laboratories | 179.49 Bn | 174.54 Bn | 7.27 Bn | 4.03 Bn |
| 3 | Danaher | 155.49 Bn | 151.15 Bn | 3.61 Bn | 2.07 Bn |
| 4 | Intuitive Surgical | 142.30 Bn | 137.21 Bn | 1.96 Bn | 617.90 Mn |
| 5 | Medtronic | 116.24 Bn | 108.04 Bn | 6.34 Bn | 3.20 Bn |
| 6 | Stryker | 105.51 Bn | 102.03 Bn | 4.50 Bn | 2.23 Bn |
| 7 | Boston Scientific | 65.13 Bn | 64.83 Bn | 3.85 Bn | 1.80 Bn |
| 8 | Edwards Lifesciences | 51.20 Bn | 47.05 Bn | 1.35 Bn | 561.20 Mn |
| 9 | Becton Dickinson | 49.86 Bn | 48.99 Bn | 2.32 Bn | 1.26 Bn |
| 10 | Embecta | 316.73 Mn | 98.53 Mn | 153.30 Mn | 78.60 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 78.60 Mn |
| Mar 31, 2026 | 76.20 Mn |
| Dec 31, 2025 | 77.60 Mn |
| Sep 30, 2025 | 86.90 Mn |
| Jun 30, 2025 | 84.40 Mn |
| Mar 31, 2025 | 79.60 Mn |
| Dec 31, 2024 | 81.10 Mn |
| Sep 30, 2024 | 96.80 Mn |
| Jun 30, 2024 | 85.70 Mn |
| Mar 31, 2024 | 92.30 Mn |
| Dec 31, 2023 | 90.30 Mn |
| Sep 30, 2023 | 95.70 Mn |
| Jun 30, 2023 | 87.60 Mn |
| Mar 31, 2023 | 85.20 Mn |
| Dec 31, 2022 | 72.80 Mn |
| Sep 30, 2022 | 81.90 Mn |
| Jun 30, 2022 | 83.80 Mn |
| Mar 31, 2022 | 66.90 Mn |
| Dec 31, 2021 | 62.20 Mn |
| Sep 30, 2021 | 70.80 Mn |
API Access
Embecta 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=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();