Nyxoah (NYXH) Non Operating Interest Expenses (2021 - 2026)
Nyxoah (NYXH) posted Non Operating Interest Expenses of -$15.2 million for Q2 2026, down 537.74% on a QoQ basis from -$2.4 million in Q1 2026, and down 302.43% year-over-year from $7.5 million in Q2 2025.
Nyxoah (NYXH) Non Operating Interest Expenses (2021 - 2026) Analysis & Trends
Nyxoah has reported Non Operating Interest Expenses for 6 years, with the latest figure at -$15.2 million in Q2 2026.
- On a quarterly basis, Non Operating Interest Expenses fell 302.43% year-over-year to -$15.2 million in Q2 2026; TTM through Jun 2026 was -$22.2 million, a 84.49% decrease from a year earlier, with the FY2025 full-year figure at -$13.0 million, down 137.16% from the prior year.
- Non Operating Interest Expenses was -$15.2 million for Q2 2026 at Nyxoah, down from -$2.4 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was $1.2 million in Q4 2022, with the low at -$15.2 million in Q2 2026.
- Average Non Operating Interest Expenses over 5 years is -$2.5 million, with a median of -$1.3 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Non Operating Interest Expenses soared 274.88% in 2022, then sank 791.91% in 2025.
- Over 5 years, Non Operating Interest Expenses stood at $1.2 million in 2022, then slumped by 188.17% to -$1.0 million in 2023, then surged by 57.76% to -$438124.1 in 2024, then tumbled by 791.91% to -$3.9 million in 2025, then plunged by 289.01% to -$15.2 million in 2026.
- The last three Non Operating Interest Expenses figures came in at -$15.2 million (Q2 2026), -$2.4 million (Q1 2026), and -$3.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 351.00 Mn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | - |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 186.00 Mn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 141.00 Mn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 96.00 Mn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | - |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | - |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | - |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | -53.00 Mn |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | -15.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.20 Mn |
| Mar 31, 2026 | -2.38 Mn |
| Dec 31, 2025 | -3.91 Mn |
| Sep 30, 2025 | -681,559.12 |
| Jun 30, 2025 | -3.78 Mn |
| Mar 31, 2025 | -4.46 Mn |
| Dec 31, 2024 | -438,124.11 |
| Sep 30, 2024 | -3.34 Mn |
| Jun 30, 2024 | -1.56 Mn |
| Mar 31, 2024 | -1.08 Mn |
| Dec 31, 2023 | -1.04 Mn |
| Sep 30, 2023 | -1.12 Mn |
| Jun 30, 2023 | -843,916.40 |
| Mar 31, 2023 | -1.03 Mn |
| Dec 31, 2022 | 1.18 Mn |
| Sep 30, 2022 | -2.54 Mn |
| Jun 30, 2022 | -2.31 Mn |
| Mar 31, 2022 | -884,402.12 |
| Dec 31, 2021 | -672,654.92 |
| Sep 30, 2021 | -689,883.08 |
Nyxoah Non Operating Interest 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=non-operating-interest-expenses&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-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=non-operating-interest-expenses&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();