Embecta (EMBC) Enterprise Value (2022 - 2026)
Embecta's (EMBC) quarterly Enterprise Value came in at -$33.5 million in Q2 2026, down 110.06% year-over-year from $333.0 million in Q2 2025, and down 110.12% quarter-over-quarter from $331.1 million in Q1 2026.
Embecta (EMBC) Enterprise Value (2022 - 2026) Analysis & Trends
Embecta has disclosed Enterprise Value across 5 years of filings, most recently posting -$33.5 million for Q2 2026.
- In Q2 2026, Enterprise Value fell 110.06% year-over-year to -$33.5 million; the TTM figure through Jun 2026 stood at -$33.5 million (down 110.06% YoY), while the FY2025 annual figure was $596.8 million, up 10.62% from the prior year.
- Enterprise Value came in at -$33.5 million for Q2 2026 at Embecta, down from $331.1 million in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $1.7 billion in Q1 2022 to a low of -$33.5 million in Q2 2026.
- Average Enterprise Value over 5 years is $744.3 million, with a median of $568.1 million recorded in 2024.
- Year-over-year, Enterprise Value rose 24.34% in 2024 and slumped 110.06% in 2026.
- Over 5 years, Enterprise Value stood at $1.1 billion in 2022, then declined by 25.48% to $791.2 million in 2023, then grew by 24.34% to $983.7 million in 2024, then slumped by 49.27% to $499.0 million in 2025, then sank by 106.71% to -$33.5 million in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were -$33.5 million in Q2 2026, $331.1 million in Q1 2026, and $499.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn |
| 10 | Embecta | 300.30 Mn | 82.10 Mn | 153.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -33.49 Mn |
| Mar 31, 2026 | 331.06 Mn |
| Dec 31, 2025 | 499.04 Mn |
| Sep 30, 2025 | 596.78 Mn |
| Jun 30, 2025 | 333.00 Mn |
| Mar 31, 2025 | 531.37 Mn |
| Dec 31, 2024 | 983.72 Mn |
| Sep 30, 2024 | 539.47 Mn |
| Jun 30, 2024 | 439.16 Mn |
| Mar 31, 2024 | 458.67 Mn |
| Dec 31, 2023 | 791.17 Mn |
| Sep 30, 2023 | 536.37 Mn |
| Jun 30, 2023 | 920.32 Mn |
| Mar 31, 2023 | 1.26 Bn |
| Dec 31, 2022 | 1.06 Bn |
| Sep 30, 2022 | 1.31 Bn |
| Jun 30, 2022 | 1.17 Bn |
| Mar 31, 2022 | 1.66 Bn |
Embecta Enterprise Value 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=enterprise-value&ticker=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();