Nyxoah (NYXH) Change in Account Payables (2021 - 2026)
Nyxoah (NYXH) posted Change in Account Payables of $278966.8 for Q2 2026, up 113.16% on a QoQ basis from -$2.1 million in Q1 2026, and down 89.95% year-over-year from $2.8 million in Q2 2025.
Nyxoah (NYXH) Change in Account Payables (2021 - 2026) Analysis & Trends
Nyxoah has reported Change in Account Payables for 6 years, with the latest figure at $278966.8 in Q2 2026.
- On a quarterly basis, Change in Account Payables fell 89.95% year-over-year to $278966.8 in Q2 2026; TTM through Jun 2026 was $5.1 million, a 9.6% decrease from a year earlier, with the FY2025 full-year figure at $8.4 million, up 52.17% from the prior year.
- Change in Account Payables was $278966.8 for Q2 2026 at Nyxoah, up from -$2.1 million in the prior quarter.
- The five-year high for Change in Account Payables was $5.4 million in Q4 2025, with the low at -$2.1 million in Q1 2026.
- Average Change in Account Payables over 5 years is $752289.0, with a median of -$199295.0 recorded in 2022.
- The largest YoY upside for Change in Account Payables was 459.13% in 2024 against a maximum downside of 2430.96% in 2024.
- Over 5 years, Change in Account Payables stood at -$663160.8 in 2022, then soared by 328.44% to $1.5 million in 2023, then soared by 223.06% to $4.9 million in 2024, then increased by 10.88% to $5.4 million in 2025, then slumped by 94.86% to $278966.8 in 2026.
- The last three Change in Account Payables figures came in at $278966.8 (Q2 2026), -$2.1 million (Q1 2026), and $5.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (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 | -52.50 Mn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | - |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 71.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 | - |
| 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 | 278,966.84 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 278,966.84 |
| Mar 31, 2026 | -2.12 Mn |
| Dec 31, 2025 | 5.43 Mn |
| Sep 30, 2025 | 1.54 Mn |
| Jun 30, 2025 | 2.78 Mn |
| Mar 31, 2025 | -1.03 Mn |
| Dec 31, 2024 | 4.89 Mn |
| Sep 30, 2024 | -964,236.72 |
| Jun 30, 2024 | 2.11 Mn |
| Mar 31, 2024 | -596,412.61 |
| Dec 31, 2023 | 1.51 Mn |
| Sep 30, 2023 | 41,366.44 |
| Jun 30, 2023 | -588,019.17 |
| Mar 31, 2023 | -458,316.96 |
| Dec 31, 2022 | -663,160.79 |
| Sep 30, 2022 | -794,520.17 |
| Jun 30, 2022 | 2.61 Mn |
| Mar 31, 2022 | -439,956.39 |
| Dec 31, 2021 | 6.93 Mn |
| Sep 30, 2021 | -4.13 Mn |
Nyxoah Change in Account Payables 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-account-payables&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();