Nyxoah (NYXH) Change in Taxes (2021 - 2026)
Nyxoah (NYXH) posted Change in Taxes of -$550959.5 for Q2 2026, down 365.95% on a QoQ basis from -$118245.3 in Q1 2026, and down 193.21% year-over-year from $591086.9 in Q2 2025.
Nyxoah (NYXH) Change in Taxes (2021 - 2026) Analysis & Trends
Nyxoah has reported Change in Taxes for 6 years, with the latest figure at -$550959.5 in Q2 2026.
- On a quarterly basis, Change in Taxes fell 193.21% year-over-year to -$550959.5 in Q2 2026; TTM through Jun 2026 was -$1.6 million, a 148.66% decrease from a year earlier, with the FY2025 full-year figure at -$1.2 million, down 103.5% from the prior year.
- Change in Taxes was -$550959.5 for Q2 2026 at Nyxoah, down from -$118245.3 in the prior quarter.
- The five-year high for Change in Taxes was -$54740.4 in Q1 2023, with the low at -$551756.6 in Q4 2025.
- Average Change in Taxes over 5 years is -$207399.8, with a median of -$165565.7 recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Change in Taxes jumped 71.35% in 2024, then tumbled 379.8% in 2025.
- Over 5 years, Change in Taxes stood at -$97943.7 in 2022, then plunged by 198.8% to -$292655.7 in 2023, then increased by 5.43% to -$276766.2 in 2024, then tumbled by 99.36% to -$551756.6 in 2025, then gained by 0.14% to -$550959.5 in 2026.
- The last three Change in Taxes figures came in at -$550959.5 (Q2 2026), -$118245.3 (Q1 2026), and -$551756.6 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (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 | -300.00 Mn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | - |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 12.00 Mn |
| 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 | -46.00 Mn |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | -550,959.52 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -550,959.52 |
| Mar 31, 2026 | -118,245.31 |
| Dec 31, 2025 | -551,756.63 |
| Sep 30, 2025 | -363,576.13 |
| Jun 30, 2025 | -187,905.31 |
| Mar 31, 2025 | -96,773.37 |
| Dec 31, 2024 | -276,766.21 |
| Sep 30, 2024 | -75,777.15 |
| Jun 30, 2024 | -143,226.05 |
| Mar 31, 2024 | -80,390.77 |
| Dec 31, 2023 | -292,655.66 |
| Sep 30, 2023 | -264,527.49 |
| Jun 30, 2023 | -242,830.14 |
| Mar 31, 2023 | -54,740.43 |
| Dec 31, 2022 | -97,943.75 |
| Sep 30, 2022 | -60,496.46 |
| Jun 30, 2022 | -201,673.71 |
| Mar 31, 2022 | -72,951.95 |
| Dec 31, 2021 | -126,980.78 |
| Sep 30, 2021 | -110,853.01 |
Nyxoah Change in Taxes 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-taxes&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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-taxes&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();