Nyxoah (NYXH) Other Working Capital Changes (2021 - 2026)
Nyxoah (NYXH) posted Other Working Capital Changes of -$49.4 million for Q1 2022.
Analysis
Nyxoah (NYXH) Other Working Capital Changes (2021 - 2026) Analysis & Trends
Nyxoah has reported Other Working Capital Changes for 1 years, with the latest figure at -$49.4 million in Q1 2022.
- On a quarterly basis, Other Working Capital Changes fell 27.21% year-over-year to $325461.3 in Q2 2026; TTM through Jun 2026 was -$274282.6, a 151.09% decrease from a year earlier, with the FY2025 full-year figure at -$169471.7, down 173.17% from the prior year.
- Other Working Capital Changes was $325461.3 for Q2 2026 at Nyxoah, up from -$307906.1 in the prior quarter.
- The five-year high for Other Working Capital Changes was $447124.1 in Q2 2025, with the low at -$393227.0 in Q3 2022.
- Average Other Working Capital Changes over 5 years is -$29122.8, with a median of -$51002.2 recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Other Working Capital Changes jumped 5482.68% in 2022, then plunged 9039.76% in 2023.
- Over 5 years, Other Working Capital Changes stood at -$3060.7 in 2022, then slumped by 9039.76% to -$279744.4 in 2023, then surged by 138.96% to $108996.7 in 2024, then plunged by 190.78% to -$98943.7 in 2025, then jumped by 428.94% to $325461.3 in 2026.
- The last three Other Working Capital Changes figures came in at $325461.3 (Q2 2026), -$307906.1 (Q1 2026), and -$98943.7 (Q4 2025), per Business Quant data.
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 325,461.32 |
| Jun 30, 2026 | 325,461.32 |
| Mar 31, 2026 | -307,906.11 |
| Mar 31, 2026 | -307,906.11 |
| Dec 31, 2025 | -98,943.70 |
| Dec 31, 2025 | -98,943.70 |
| Sep 30, 2025 | -192,894.09 |
| Sep 30, 2025 | -192,894.09 |
| Jun 30, 2025 | 447,124.08 |
| Jun 30, 2025 | 447,124.08 |
| Mar 31, 2025 | -310,305.91 |
| Mar 31, 2025 | -310,305.91 |
| Dec 31, 2024 | 108,996.73 |
| Dec 31, 2024 | 108,996.73 |
| Sep 30, 2024 | 291,028.17 |
| Sep 30, 2024 | 291,028.17 |
| Jun 30, 2024 | 97,996.77 |
| Jun 30, 2024 | 97,996.77 |
| Mar 31, 2024 | -265,072.27 |
| Mar 31, 2024 | -265,072.27 |
API Access
Nyxoah Other Working Capital Changes 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=other-working-capital-changes&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();