Embecta (EMBC) Other Non-Current Assets (2021 - 2022)
Embecta's (EMBC) quarterly Other Non-Current Assets came in at $68.5 million in Q2 2022, up 312.65% quarter-over-quarter from $16.6 million in Q1 2022.
Embecta (EMBC) Other Non-Current Assets (2021 - 2022) Analysis & Trends
Embecta has disclosed Other Non-Current Assets across 2 years of filings, most recently posting $68.5 million for Q2 2022.
- In Q2 2022, Other Non-Current Assets changed N/A year-over-year to $68.5 million; the TTM figure through Jun 2022 stood at $68.5 million (changed N/A YoY), while the FY2021 annual figure was $11.3 million, changed N/A from the prior year.
- Other Non-Current Assets came in at $68.5 million for Q2 2022 at Embecta, up from $16.6 million in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $68.5 million in Q2 2022 to a low of $11.2 million in Q4 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (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.32 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 3.23 Bn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 45.22 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 616.40 Mn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 273.70 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 457.39 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | 434.00 Mn |
| 10 | Embecta | 300.30 Mn | 82.10 Mn | 153.30 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 68.50 Mn |
| Mar 31, 2022 | 16.60 Mn |
| Dec 31, 2021 | 11.20 Mn |
| Sep 30, 2021 | 11.30 Mn |
Embecta Other Non-Current Assets 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=other-non-current-assets&ticker=EMBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=EMBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();