Nyxoah (NYXH) Interest Income - Total (2021 - 2026)
Nyxoah (NYXH) posted Interest Income - Total of $5.2 million for Q2 2026, up 164.19% on a QoQ basis from -$8.2 million in Q1 2026, and up 262.18% year-over-year from $1.4 million in Q2 2025.
Nyxoah (NYXH) Interest Income - Total (2021 - 2026) Analysis & Trends
Nyxoah has reported Interest Income - Total for 6 years, with the latest figure at $5.2 million in Q2 2026.
- On a quarterly basis, Interest Income - Total rose 262.18% year-over-year to $5.2 million in Q2 2026; TTM through Jun 2026 was -$3.5 million, a 66.36% increase from a year earlier, with the FY2025 full-year figure at -$6.7 million, up 16.91% from the prior year.
- Interest Income - Total was $5.2 million for Q2 2026 at Nyxoah, up from -$8.2 million in the prior quarter.
- The five-year high for Interest Income - Total was $5.2 million in Q2 2026, with the low at -$8.2 million in Q1 2026.
- Average Interest Income - Total over 5 years is -$1.6 million, with a median of -$1.6 million recorded in 2022.
- The largest YoY upside for Interest Income - Total was 9659.36% in 2022 against a maximum downside of 36559.58% in 2022.
- Over 5 years, Interest Income - Total stood at $4.7 million in 2022, then sank by 113.32% to -$626197.0 in 2023, then plunged by 383.28% to -$3.0 million in 2024, then jumped by 124.35% to $736839.5 in 2025, then jumped by 612.08% to $5.2 million in 2026.
- The last three Interest Income - Total figures came in at $5.2 million (Q2 2026), -$8.2 million (Q1 2026), and $736839.5 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Income - Total (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 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | - |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | - |
| 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 | - |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | 5.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.25 Mn |
| Jun 30, 2026 | 5.25 Mn |
| Mar 31, 2026 | -8.17 Mn |
| Mar 31, 2026 | -8.17 Mn |
| Dec 31, 2025 | 736,839.54 |
| Dec 31, 2025 | 736,839.54 |
| Sep 30, 2025 | -1.26 Mn |
| Sep 30, 2025 | -1.26 Mn |
| Jun 30, 2025 | -3.24 Mn |
| Jun 30, 2025 | -3.24 Mn |
| Mar 31, 2025 | -2.76 Mn |
| Mar 31, 2025 | -2.76 Mn |
| Dec 31, 2024 | -3.03 Mn |
| Dec 31, 2024 | -3.03 Mn |
| Sep 30, 2024 | -1.25 Mn |
| Sep 30, 2024 | -1.25 Mn |
| Jun 30, 2024 | -2.23 Mn |
| Jun 30, 2024 | -2.23 Mn |
| Mar 31, 2024 | -1.53 Mn |
| Mar 31, 2024 | -1.53 Mn |
Nyxoah Interest Income - Total 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=interest-income-total&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-total", "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=interest-income-total&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();