Nyxoah (NYXH) Tax Provisions (2021 - 2026)
Nyxoah (NYXH) posted Tax Provisions of -$554446.6 for Q2 2026, down 21.43% on a QoQ basis from -$456590.8 in Q1 2026, and down 76.19% year-over-year from -$2.3 million in Q2 2025.
Nyxoah (NYXH) Tax Provisions (2021 - 2026) Analysis & Trends
Nyxoah has reported Tax Provisions for 6 years, with the latest figure at -$554446.6 in Q2 2026.
- On a quarterly basis, Tax Provisions fell 76.19% year-over-year to -$554446.6 in Q2 2026; TTM through Jun 2026 was -$1.7 million, a 40.05% increase from a year earlier, with the FY2025 full-year figure at -$1.1 million, up 62.44% from the prior year.
- Tax Provisions was -$554446.6 for Q2 2026 at Nyxoah, down from -$456590.8 in the prior quarter.
- The five-year high for Tax Provisions was $2.4 million in Q3 2023, with the low at -$2.2 million in Q4 2024.
- Average Tax Provisions over 5 years is -$267493.2, with a median of -$214397.2 recorded in 2022.
- The largest YoY upside for Tax Provisions was 3802.39% in 2023 against a maximum downside of 785.06% in 2023.
- Over 5 years, Tax Provisions stood at -$805995.4 in 2022, then soared by 143.52% to $350756.4 in 2023, then tumbled by 733.68% to -$2.2 million in 2024, then surged by 53.13% to -$1.0 million in 2025, then surged by 46.78% to -$554446.6 in 2026.
- The last three Tax Provisions figures came in at -$554446.6 (Q2 2026), -$456590.8 (Q1 2026), and -$1.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 596.00 Mn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 231.40 Mn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 289.00 Mn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 288.00 Mn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 155.00 Mn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 278.40 Mn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 68.40 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 90.73 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 | -554,446.60 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -554,446.60 |
| Mar 31, 2026 | -456,590.80 |
| Dec 31, 2025 | -1.04 Mn |
| Sep 30, 2025 | 339,025.98 |
| Jun 30, 2025 | -314,684.79 |
| Mar 31, 2025 | -131,485.55 |
| Dec 31, 2024 | -2.22 Mn |
| Sep 30, 2024 | -189,991.97 |
| Jun 30, 2024 | -474,907.42 |
| Mar 31, 2024 | -119,499.79 |
| Dec 31, 2023 | 350,756.41 |
| Sep 30, 2023 | 2.43 Mn |
| Jun 30, 2023 | -1.01 Mn |
| Mar 31, 2023 | -195,348.21 |
| Dec 31, 2022 | -805,995.42 |
| Sep 30, 2022 | -65,537.83 |
| Jun 30, 2022 | -114,175.07 |
| Mar 31, 2022 | -233,446.25 |
| Dec 31, 2021 | -3.11 Mn |
| Sep 30, 2021 | -160,383.08 |
Nyxoah Tax Provisions 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=tax-provisions&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();