Embecta (EMBC) Retained Earnings (2021 - 2026)
Embecta's (EMBC) quarterly Retained Earnings came in at -$404.3 million in Q2 2026, up 11.55% year-over-year from -$362.4 million in Q2 2025, and up 4.8% quarter-over-quarter from -$424.7 million in Q1 2026.
Embecta (EMBC) Retained Earnings (2021 - 2026) Analysis & Trends
Embecta has disclosed Retained Earnings across 6 years of filings, most recently posting -$404.3 million for Q2 2026.
- In Q2 2026, Retained Earnings rose 11.55% year-over-year to -$404.3 million; the TTM figure through Jun 2026 stood at -$404.3 million (up 11.55% YoY), while the FY2025 annual figure was -$445.6 million, up 10.63% from the prior year.
- Retained Earnings came in at -$404.3 million for Q2 2026 at Embecta, up from -$424.7 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of -$286.4 million in Q1 2022 to a low of -$577.1 million in Q3 2022.
- Average Retained Earnings over 5 years is -$487.9 million, with a median of -$506.0 million recorded in 2024.
- Year-over-year, Retained Earnings slumped 113.35% in 2022 and grew 19.06% in 2025.
- Over 5 years, Retained Earnings stood at -$550.5 million in 2022, then increased by 3.72% to -$530.0 million in 2023, then rose by 4.17% to -$507.9 million in 2024, then gained by 19.06% to -$411.1 million in 2025, then advanced by 1.65% to -$404.3 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$404.3 million in Q2 2026, -$424.7 million in Q1 2026, and -$411.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 49.79 Bn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 6.84 Bn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 33.19 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 21.82 Bn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 7.82 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 14.86 Bn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 2.88 Bn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 7.26 Bn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | 21.58 Bn |
| 10 | Embecta | 300.30 Mn | 82.10 Mn | 153.30 Mn | -404.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -404.30 Mn |
| Mar 31, 2026 | -424.70 Mn |
| Dec 31, 2025 | -411.10 Mn |
| Sep 30, 2025 | -445.60 Mn |
| Jun 30, 2025 | -457.10 Mn |
| Mar 31, 2025 | -493.50 Mn |
| Dec 31, 2024 | -507.90 Mn |
| Sep 30, 2024 | -498.60 Mn |
| Jun 30, 2024 | -504.20 Mn |
| Mar 31, 2024 | -510.00 Mn |
| Dec 31, 2023 | -530.00 Mn |
| Sep 30, 2023 | -541.10 Mn |
| Jun 30, 2023 | -538.50 Mn |
| Mar 31, 2023 | -545.10 Mn |
| Dec 31, 2022 | -550.50 Mn |
| Sep 30, 2022 | -577.10 Mn |
| Jun 30, 2022 | -556.00 Mn |
| Mar 31, 2022 | -286.40 Mn |
| Dec 31, 2021 | -279.30 Mn |
| Sep 30, 2021 | -270.50 Mn |
Embecta Retained Earnings 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=retained-earnings&ticker=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();