Nyxoah (NYXH) Operating Expenses (2021 - 2026)
Nyxoah (NYXH) posted Operating Expenses of -$29.0 million for Q2 2026, down 2.29% on a QoQ basis from -$28.3 million in Q1 2026, and down 24.12% year-over-year from -$38.2 million in Q2 2025.
Nyxoah (NYXH) Operating Expenses (2021 - 2026) Analysis & Trends
Nyxoah has reported Operating Expenses for 6 years, with the latest figure at -$29.0 million in Q2 2026.
- On a quarterly basis, Operating Expenses fell 24.12% year-over-year to -$29.0 million in Q2 2026; TTM through Jun 2026 was -$114.4 million, a 35.37% decrease from a year earlier, with the FY2025 full-year figure at -$102.4 million, down 52.16% from the prior year.
- Operating Expenses was -$29.0 million for Q2 2026 at Nyxoah, down from -$28.3 million in the prior quarter.
- The five-year high for Operating Expenses was -$8.4 million in Q2 2022, with the low at -$29.9 million in Q3 2025.
- Average Operating Expenses over 5 years is -$17.6 million, with a median of -$14.5 million recorded in 2024.
- The largest YoY upside for Operating Expenses was 5.92% in 2022 against a maximum downside of 210.62% in 2022.
- Over 5 years, Operating Expenses stood at -$10.1 million in 2022, then declined by 29.52% to -$13.1 million in 2023, then plunged by 61.14% to -$21.2 million in 2024, then retreated by 28.41% to -$27.2 million in 2025, then declined by 6.47% to -$29.0 million in 2026.
- The last three Operating Expenses figures came in at -$29.0 million (Q2 2026), -$28.3 million (Q1 2026), and -$27.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 10.90 Bn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 988.50 Mn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 3.97 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 2.84 Bn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 2.67 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 846.40 Mn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 511.70 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 412.51 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | -1.63 Bn |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | -28.95 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.95 Mn |
| Mar 31, 2026 | -28.31 Mn |
| Dec 31, 2025 | -27.19 Mn |
| Sep 30, 2025 | -29.94 Mn |
| Jun 30, 2025 | -23.33 Mn |
| Mar 31, 2025 | -22.49 Mn |
| Dec 31, 2024 | -21.18 Mn |
| Sep 30, 2024 | -17.51 Mn |
| Jun 30, 2024 | -14.73 Mn |
| Mar 31, 2024 | -14.31 Mn |
| Dec 31, 2023 | -13.14 Mn |
| Sep 30, 2023 | -12.66 Mn |
| Jun 30, 2023 | -13.81 Mn |
| Mar 31, 2023 | -12.57 Mn |
| Dec 31, 2022 | -10.15 Mn |
| Sep 30, 2022 | -8.81 Mn |
| Jun 30, 2022 | -8.41 Mn |
| Mar 31, 2022 | -8.74 Mn |
| Dec 31, 2021 | -8.26 Mn |
| Sep 30, 2021 | -9.37 Mn |
Nyxoah Operating Expenses 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=operating-expenses&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();