Embecta (EMBC) EPS (Diluted) (2020 - 2026)
Analysis
Embecta (EMBC) EPS (Diluted) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 0.53 |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 2.30 |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 1.15 |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 3.31 |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 0.61 |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 0.42 |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 0.64 |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 2.63 |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | - |
| 10 | Embecta | 300.30 Mn | 82.10 Mn | 153.30 Mn | 0.36 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.36 |
| Mar 31, 2026 | -0.07 |
| Dec 31, 2025 | 0.74 |
| Sep 30, 2025 | 0.45 |
| Jun 30, 2025 | 0.78 |
| Mar 31, 2025 | 0.40 |
| Sep 30, 2024 | 0.25 |
| Jun 30, 2024 | 0.25 |
| Mar 31, 2024 | 0.50 |
| Dec 31, 2023 | 0.35 |
| Sep 30, 2023 | 0.10 |
| Jun 30, 2023 | 0.26 |
| Mar 31, 2023 | 0.24 |
| Dec 31, 2022 | 0.61 |
| Sep 30, 2022 | -0.30 |
| Jun 30, 2022 | 1.07 |
| Mar 31, 2022 | 1.38 |
| Dec 31, 2021 | 1.73 |
| Sep 30, 2021 | 1.70 |
| Jun 30, 2021 | 1.81 |
API Access
Embecta EPS (Diluted) 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=eps-diluted&ticker=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();