Nyxoah (NYXH) Property, Plant & Equipment (Net) (2019 - 2026)
Analysis
Nyxoah (NYXH) Property, Plant & Equipment (Net) (2019 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 12.81 Bn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 5.55 Bn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 7.47 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 3.96 Bn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 4.13 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 1.84 Bn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 1.58 Bn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 581.83 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | 4.74 Bn |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | 4.83 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.83 Mn |
| Mar 31, 2026 | 66.77 Mn |
| Dec 31, 2025 | 4.72 Mn |
| Jun 30, 2025 | 5.68 Mn |
| Mar 31, 2025 | 63.84 Mn |
| Dec 31, 2024 | 5.08 Mn |
| Sep 30, 2024 | 64.99 Mn |
| Jun 30, 2024 | 4.72 Mn |
| Mar 31, 2024 | 62.95 Mn |
| Dec 31, 2023 | 4.51 Mn |
| Sep 30, 2023 | 59.18 Mn |
| Jun 30, 2023 | 3.06 Mn |
| Mar 31, 2023 | 52.65 Mn |
| Dec 31, 2022 | 2.51 Mn |
| Sep 30, 2022 | 2.23 Bn |
| Mar 31, 2022 | 38.63 Mn |
| Dec 31, 2021 | 2.31 Mn |
| Dec 31, 2020 | 850,102.66 |
| Dec 31, 2019 | 901,006.57 |
API Access
Nyxoah Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "NYXH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=property-plant-and-equipment-net&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();