Nyxoah (NYXH) Non-cash Items (2024 - 2026)
Nyxoah (NYXH) posted Non-cash Items of -$68.6 million for Q2 2026, down 373.07% on a QoQ basis from $25.1 million in Q1 2026, and down 13.41% year-over-year from -$79.2 million in Q2 2025.
Nyxoah (NYXH) Non-cash Items (2024 - 2026) Analysis & Trends
Nyxoah has reported Non-cash Items for 3 years, with the latest figure at -$68.6 million in Q2 2026.
- On a quarterly basis, Non-cash Items fell 13.41% year-over-year to -$68.6 million in Q2 2026; TTM through Jun 2026 was -$81.9 million, a 19.54% decrease from a year earlier, with the FY2025 full-year figure at -$76.8 million, down 45.64% from the prior year.
- Non-cash Items was -$68.6 million for Q2 2026 at Nyxoah, down from $25.1 million in the prior quarter.
- The five-year high for Non-cash Items was $25.1 million in Q1 2026, with the low at -$68.6 million in Q2 2026.
- Average Non-cash Items over 3 years is -$17.6 million, with a median of -$14.0 million recorded in 2024.
- The largest YoY upside for Non-cash Items was 246.22% in 2025 against a maximum downside of 402.26% in 2025.
- Over 3 years, Non-cash Items stood at -$12.8 million in 2024, then fell by 16.52% to -$14.9 million in 2025, then plunged by 361.52% to -$68.6 million in 2026.
- The last three Non-cash Items figures came in at -$68.6 million (Q2 2026), $25.1 million (Q1 2026), and -$14.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -68.59 Mn |
| Mar 31, 2026 | 25.12 Mn |
| Dec 31, 2025 | -14.86 Mn |
| Sep 30, 2025 | -23.58 Mn |
| Jun 30, 2025 | -60.48 Mn |
| Mar 31, 2025 | 19.39 Mn |
| Dec 31, 2024 | -12.75 Mn |
| Sep 30, 2024 | -14.68 Mn |
| Jun 30, 2024 | -12.04 Mn |
| Mar 31, 2024 | -13.26 Mn |
Nyxoah Non-cash Items 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-cash-items&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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-cash-items&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();