Nyxoah (NYXH) Cash from Investing Activities (2021 - 2026)
Nyxoah (NYXH) posted Cash from Investing Activities of -$25.9 million for Q2 2026, down 580.98% on a QoQ basis from $5.4 million in Q1 2026, and down 222.77% year-over-year from $21.1 million in Q2 2025.
Nyxoah (NYXH) Cash from Investing Activities (2021 - 2026) Analysis & Trends
Nyxoah has reported Cash from Investing Activities for 6 years, with the latest figure at -$25.9 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 222.77% year-over-year to -$25.9 million in Q2 2026; TTM through Jun 2026 was -$18.7 million, a 164.39% decrease from a year earlier, with the FY2025 full-year figure at $32.0 million, up 281.16% from the prior year.
- Cash from Investing Activities was -$25.9 million for Q2 2026 at Nyxoah, down from $5.4 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $53.4 million in Q1 2022, with the low at -$106.2 million in Q2 2022.
- Average Cash from Investing Activities over 5 years is -$3.5 million, with a median of $7.2 million recorded in 2023.
- The largest YoY upside for Cash from Investing Activities was 2593.7% in 2022 against a maximum downside of 1501.09% in 2022.
- Over 5 years, Cash from Investing Activities stood at -$59.5 million in 2022, then jumped by 137.56% to $22.3 million in 2023, then plunged by 131.46% to -$7.0 million in 2024, then declined by 20.49% to -$8.5 million in 2025, then sank by 206.1% to -$25.9 million in 2026.
- The last three Cash from Investing Activities figures came in at -$25.9 million (Q2 2026), $5.4 million (Q1 2026), and -$8.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | -673.00 Mn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | -26.60 Mn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | -1.62 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | -639.00 Mn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | -1.96 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | -193.20 Mn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 329.80 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | -383.65 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | -222.00 Mn |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | -25.93 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -25.93 Mn |
| Mar 31, 2026 | 5.39 Mn |
| Dec 31, 2025 | -8.47 Mn |
| Sep 30, 2025 | 10.31 Mn |
| Jun 30, 2025 | 21.12 Mn |
| Mar 31, 2025 | 8.55 Mn |
| Dec 31, 2024 | -7.03 Mn |
| Sep 30, 2024 | 6.39 Mn |
| Jun 30, 2024 | -30.37 Mn |
| Mar 31, 2024 | 13.73 Mn |
| Dec 31, 2023 | 22.34 Mn |
| Sep 30, 2023 | 8.01 Mn |
| Jun 30, 2023 | -8.15 Mn |
| Mar 31, 2023 | 12.20 Mn |
| Dec 31, 2022 | -59.48 Mn |
| Sep 30, 2022 | 20.51 Mn |
| Jun 30, 2022 | -106.23 Mn |
| Mar 31, 2022 | 53.39 Mn |
| Dec 31, 2021 | -5.17 Mn |
| Sep 30, 2021 | -15.33 Mn |
Nyxoah Cash from Investing Activities 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=cash-from-investing-activities&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();