Nyxoah (NYXH) EBT (2021 - 2026)
Nyxoah (NYXH) posted EBT of -$37.8 million for Q2 2026, down 307.37% on a QoQ basis from $18.2 million in Q1 2026, and down 64.1% year-over-year from -$105.2 million in Q2 2025.
Nyxoah (NYXH) EBT (2021 - 2026) Analysis & Trends
Nyxoah has reported EBT for 6 years, with the latest figure at -$37.8 million in Q2 2026.
- On a quarterly basis, EBT fell 64.1% year-over-year to -$37.8 million in Q2 2026; TTM through Jun 2026 was -$73.8 million, a 115.47% decrease from a year earlier, with the FY2025 full-year figure at $100.6 million, up 64.77% from the prior year.
- EBT was -$37.8 million for Q2 2026 at Nyxoah, down from $18.2 million in the prior quarter.
- The five-year high for EBT was $23.4 million in Q1 2025, with the low at -$37.8 million in Q2 2026.
- Average EBT over 5 years is -$9.7 million, with a median of -$12.8 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: EBT plunged 216.14% in 2022, then soared 282.71% in 2025.
- Over 5 years, EBT stood at -$12.8 million in 2022, then climbed by 5.39% to -$12.1 million in 2023, then tumbled by 33.4% to -$16.1 million in 2024, then sank by 63.5% to -$26.3 million in 2025, then sank by 43.43% to -$37.8 million in 2026.
- The last three EBT figures came in at -$37.8 million (Q2 2026), $18.2 million (Q1 2026), and -$26.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 1.52 Bn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 1.05 Bn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 1.77 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 1.56 Bn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 1.06 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 519.80 Mn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 317.50 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 474.16 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | -46.00 Mn |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | -37.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -37.76 Mn |
| Mar 31, 2026 | 18.21 Mn |
| Dec 31, 2025 | -26.33 Mn |
| Sep 30, 2025 | -27.91 Mn |
| Jun 30, 2025 | -23.01 Mn |
| Mar 31, 2025 | 23.41 Mn |
| Dec 31, 2024 | -16.10 Mn |
| Sep 30, 2024 | -18.54 Mn |
| Jun 30, 2024 | -13.66 Mn |
| Mar 31, 2024 | -12.81 Mn |
| Dec 31, 2023 | -12.07 Mn |
| Sep 30, 2023 | -10.71 Mn |
| Jun 30, 2023 | -12.92 Mn |
| Mar 31, 2023 | 12.59 Mn |
| Dec 31, 2022 | -12.76 Mn |
| Sep 30, 2022 | -6.23 Mn |
| Jun 30, 2022 | -5.21 Mn |
| Mar 31, 2022 | 7.29 Mn |
| Dec 31, 2021 | -4.04 Mn |
| Sep 30, 2021 | -10.17 Mn |
Nyxoah EBT 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=ebt&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();