Embecta (EMBC) Net Cash Flow (2022 - 2026)
Embecta's (EMBC) quarterly Net Cash Flow came in at $24.7 million in Q2 2026, up 35.71% year-over-year from $18.2 million in Q2 2025, and up 326.61% quarter-over-quarter from -$10.9 million in Q1 2026.
Embecta (EMBC) Net Cash Flow (2022 - 2026) Analysis & Trends
Embecta has disclosed Net Cash Flow across 5 years of filings, most recently posting $24.7 million for Q2 2026.
- In Q2 2026, Net Cash Flow rose 35.71% year-over-year to $24.7 million; the TTM figure through Jun 2026 stood at -$16.0 million (up 67.61% YoY), while the FY2025 annual figure was -$44.3 million, up 17.2% from the prior year.
- Net Cash Flow came in at $24.7 million for Q2 2026 at Embecta, up from -$10.9 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $267.1 million in Q1 2022 to a low of -$52.0 million in Q4 2024.
- Average Net Cash Flow over 5 years is $12.4 million, with a median of -$5.2 million recorded in 2025.
- Year-over-year, Net Cash Flow tumbled 193.46% in 2024 and surged 178.11% in 2025.
- Over 5 years, Net Cash Flow stood at $49.6 million in 2022, then slumped by 159.07% to -$29.3 million in 2023, then plunged by 77.47% to -$52.0 million in 2024, then soared by 52.12% to -$24.9 million in 2025, then soared by 199.2% to $24.7 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were $24.7 million in Q2 2026, -$10.9 million in Q1 2026, and -$24.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (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 | 746.50 Mn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | -169.00 Mn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 527.00 Mn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | -892.00 Mn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 458.40 Mn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | -8.30 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | -192.18 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | -222.00 Mn |
| 10 | Embecta | 300.30 Mn | 82.10 Mn | 153.30 Mn | 24.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 24.70 Mn |
| Mar 31, 2026 | -10.90 Mn |
| Dec 31, 2025 | -24.90 Mn |
| Sep 30, 2025 | -4.90 Mn |
| Jun 30, 2025 | 18.20 Mn |
| Mar 31, 2025 | -5.60 Mn |
| Dec 31, 2024 | -52.00 Mn |
| Sep 30, 2024 | -10.00 Mn |
| Jun 30, 2024 | -23.30 Mn |
| Mar 31, 2024 | 9.10 Mn |
| Dec 31, 2023 | -29.30 Mn |
| Sep 30, 2023 | 10.70 Mn |
| Jun 30, 2023 | -28.30 Mn |
| Mar 31, 2023 | -39.50 Mn |
| Dec 31, 2022 | 49.60 Mn |
| Sep 30, 2022 | 42.30 Mn |
| Jun 30, 2022 | 30.80 Mn |
| Mar 31, 2022 | 267.10 Mn |
Embecta Net Cash Flow 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=net-cash-flow&ticker=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();