Embecta (EMBC) Change in Cash (2022 - 2026)
Embecta's (EMBC) quarterly Change in Cash came in at $24.8 million in Q2 2026, up 16.43% year-over-year from $21.3 million in Q2 2025, and up 325.45% quarter-over-quarter from -$11.0 million in Q1 2026.
Embecta (EMBC) Change in Cash (2022 - 2026) Analysis & Trends
Embecta has disclosed Change in Cash across 5 years of filings, most recently posting $24.8 million for Q2 2026.
- In Q2 2026, Change in Cash rose 16.43% year-over-year to $24.8 million; the TTM figure through Jun 2026 stood at -$15.4 million (up 68.05% YoY), while the FY2025 annual figure was -$45.6 million, up 12.81% from the prior year.
- Change in Cash came in at $24.8 million for Q2 2026 at Embecta, up from -$11.0 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $264.3 million in Q1 2022 to a low of -$57.5 million in Q4 2024.
- Average Change in Cash over 5 years is $12.1 million, with a median of -$4.7 million recorded in 2025.
- Year-over-year, Change in Cash sank 203.57% in 2023 and jumped 186.23% in 2025.
- Over 5 years, Change in Cash stood at $54.3 million in 2022, then plunged by 151.2% to -$27.8 million in 2023, then slumped by 106.83% to -$57.5 million in 2024, then jumped by 57.91% to -$24.2 million in 2025, then surged by 202.48% to $24.8 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $24.8 million in Q2 2026, -$11.0 million in Q1 2026, and -$24.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | -1.70 Bn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 753.60 Mn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | -258.00 Mn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 513.00 Mn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | -890.00 Mn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 462.20 Mn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | -13.20 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | -191.28 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | -223.00 Mn |
| 10 | Embecta | 300.30 Mn | 82.10 Mn | 153.30 Mn | 24.80 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 24.80 Mn |
| Mar 31, 2026 | -11.00 Mn |
| Dec 31, 2025 | -24.20 Mn |
| Sep 30, 2025 | -5.00 Mn |
| Jun 30, 2025 | 21.30 Mn |
| Mar 31, 2025 | -4.40 Mn |
| Dec 31, 2024 | -57.50 Mn |
| Sep 30, 2024 | -7.60 Mn |
| Jun 30, 2024 | -24.70 Mn |
| Mar 31, 2024 | 7.80 Mn |
| Dec 31, 2023 | -27.80 Mn |
| Sep 30, 2023 | 9.10 Mn |
| Jun 30, 2023 | -29.00 Mn |
| Mar 31, 2023 | -38.80 Mn |
| Dec 31, 2022 | 54.30 Mn |
| Sep 30, 2022 | 38.60 Mn |
| Jun 30, 2022 | 28.00 Mn |
| Mar 31, 2022 | 264.30 Mn |
Embecta Change in Cash 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=change-in-cash&ticker=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();