Embecta (EMBC) Interest & Investment Income (2022 - 2026)
Embecta's (EMBC) quarterly Interest & Investment Income came in at -$23.9 million in Q2 2026, up 10.15% year-over-year from -$21.7 million in Q2 2025, and down 5.75% quarter-over-quarter from -$22.6 million in Q1 2026.
Embecta (EMBC) Interest & Investment Income (2022 - 2026) Analysis & Trends
Embecta has disclosed Interest & Investment Income across 5 years of filings, most recently posting -$23.9 million for Q2 2026.
- In Q2 2026, Interest & Investment Income rose 10.15% year-over-year to -$23.9 million; the TTM figure through Jun 2026 stood at -$96.7 million (up 12.25% YoY), while the FY2025 annual figure was -$107.3 million, up 4.45% from the prior year.
- Interest & Investment Income came in at -$23.9 million for Q2 2026 at Embecta, down from -$22.6 million in the prior quarter.
- In the past five years, Interest & Investment Income ranged from a high of -$4.9 million in Q1 2022 to a low of -$29.0 million in Q3 2024.
- Average Interest & Investment Income over 5 years is -$24.6 million, with a median of -$26.6 million recorded in 2025.
- Year-over-year, Interest & Investment Income tumbled 446.94% in 2023 and advanced 15.36% in 2026.
- Over 5 years, Interest & Investment Income stood at -$25.6 million in 2022, then decreased by 8.2% to -$27.7 million in 2023, then dropped by 0.72% to -$27.9 million in 2024, then increased by 13.62% to -$24.1 million in 2025, then gained by 0.83% to -$23.9 million in 2026.
- Per Business Quant data, the three most recent Interest & Investment Income figures were -$23.9 million in Q2 2026, -$22.6 million in Q1 2026, and -$24.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Thermo Fisher Scientific | 243.61 Bn | 239.66 Bn | 8.34 Bn | 207.00 Mn |
| 2 | Abbott Laboratories | 179.49 Bn | 174.54 Bn | 7.27 Bn | 52.00 Mn |
| 3 | Danaher | 155.49 Bn | 151.15 Bn | 3.61 Bn | 61.00 Mn |
| 4 | Intuitive Surgical | 142.30 Bn | 137.21 Bn | 1.96 Bn | - |
| 5 | Medtronic | 116.24 Bn | 108.04 Bn | 6.34 Bn | - |
| 6 | Stryker | 105.51 Bn | 102.03 Bn | 4.50 Bn | - |
| 7 | Boston Scientific | 65.13 Bn | 64.83 Bn | 3.85 Bn | - |
| 8 | Edwards Lifesciences | 51.20 Bn | 47.05 Bn | 1.35 Bn | 30.00 Mn |
| 9 | Becton Dickinson | 49.86 Bn | 48.99 Bn | 2.32 Bn | 4.00 Mn |
| 10 | Embecta | 316.73 Mn | 98.53 Mn | 153.30 Mn | -23.90 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -23.90 Mn |
| Mar 31, 2026 | -22.60 Mn |
| Dec 31, 2025 | -24.10 Mn |
| Sep 30, 2025 | -26.10 Mn |
| Jun 30, 2025 | -26.60 Mn |
| Mar 31, 2025 | -26.70 Mn |
| Dec 31, 2024 | -27.90 Mn |
| Sep 30, 2024 | -29.00 Mn |
| Jun 30, 2024 | -27.80 Mn |
| Mar 31, 2024 | -27.80 Mn |
| Dec 31, 2023 | -27.70 Mn |
| Sep 30, 2023 | -27.60 Mn |
| Jun 30, 2023 | -27.00 Mn |
| Mar 31, 2023 | -26.80 Mn |
| Dec 31, 2022 | -25.60 Mn |
| Sep 30, 2022 | -21.80 Mn |
| Jun 30, 2022 | -19.50 Mn |
| Mar 31, 2022 | -4.90 Mn |
Embecta Interest & Investment Income 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=interest-and-investment-income&ticker=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();