Nyxoah (NYXH) Change in Intangibles (2021 - 2026)
Nyxoah (NYXH) posted Change in Intangibles of -$1162.4 for Q2 2026, up 99.37% on a QoQ basis from -$184977.8 in Q1 2026, and up 99.85% year-over-year from -$581.61 in Q2 2025.
Nyxoah (NYXH) Change in Intangibles (2021 - 2026) Analysis & Trends
Nyxoah has reported Change in Intangibles for 6 years, with the latest figure at -$1162.4 in Q2 2026.
- On a quarterly basis, Change in Intangibles rose 99.85% year-over-year to -$1162.4 in Q2 2026; TTM through Jun 2026 was -$1.8 million, a 46.65% increase from a year earlier, with the FY2025 full-year figure at -$3.3 million, up 36.95% from the prior year.
- Change in Intangibles was -$1162.4 for Q2 2026 at Nyxoah, up from -$184977.8 in the prior quarter.
- The five-year high for Change in Intangibles was -$1162.4 in Q2 2026, with the low at -$4.5 million in Q2 2022.
- Average Change in Intangibles over 5 years is -$1.9 million, with a median of -$1.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2026: Change in Intangibles sank 97.68% in 2022, then jumped 99.85% in 2026.
- Over 5 years, Change in Intangibles stood at -$3.8 million in 2022, then surged by 57.09% to -$1.6 million in 2023, then gained by 26.95% to -$1.2 million in 2024, then dropped by 19.0% to -$1.4 million in 2025, then surged by 99.92% to -$1162.4 in 2026.
- The last three Change in Intangibles figures came in at -$1162.4 (Q2 2026), -$184977.8 (Q1 2026), and -$1.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Intangibless (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 | -1,162.36 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1,162.36 |
| Mar 31, 2026 | -184,977.81 |
| Dec 31, 2025 | -1.40 Mn |
| Sep 30, 2025 | -238,487.24 |
| Jun 30, 2025 | -781,052.18 |
| Mar 31, 2025 | -908,828.16 |
| Dec 31, 2024 | -1.18 Mn |
| Sep 30, 2024 | -557,895.51 |
| Jun 30, 2024 | -1.22 Mn |
| Mar 31, 2024 | -2.35 Mn |
| Dec 31, 2023 | -1.61 Mn |
| Sep 30, 2023 | -2.14 Mn |
| Jun 30, 2023 | -2.48 Mn |
| Mar 31, 2023 | -2.91 Mn |
| Dec 31, 2022 | -3.76 Mn |
| Sep 30, 2022 | -4.16 Mn |
| Jun 30, 2022 | -4.52 Mn |
| Mar 31, 2022 | -3.83 Mn |
| Dec 31, 2021 | -4.26 Mn |
| Sep 30, 2021 | -4.12 Mn |
Nyxoah Change in Intangibles 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=change-in-intangibles&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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=change-in-intangibles&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();