Nyxoah (NYXH) Capital Expenditures (2021 - 2026)
Nyxoah (NYXH) posted Capital Expenditures of -$1.5 million for Q2 2026, down 75.7% on a QoQ basis from -$848790.6 in Q1 2026, and down 139.1% year-over-year from $3.8 million in Q2 2025.
Nyxoah (NYXH) Capital Expenditures (2021 - 2026) Analysis & Trends
Nyxoah has reported Capital Expenditures for 6 years, with the latest figure at -$1.5 million in Q2 2026.
- On a quarterly basis, Capital Expenditures fell 139.1% year-over-year to -$1.5 million in Q2 2026; TTM through Jun 2026 was -$2.4 million, a 47.74% decrease from a year earlier, with the FY2025 full-year figure at -$909498.0, up 27.87% from the prior year.
- Capital Expenditures was -$1.5 million for Q2 2026 at Nyxoah, down from -$848790.6 in the prior quarter.
- The five-year high for Capital Expenditures was -$24444.9 in Q4 2025, with the low at -$1.7 million in Q3 2023.
- Average Capital Expenditures over 5 years is -$451672.8, with a median of -$275716.9 recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Capital Expenditures tumbled 842.03% in 2023, then surged 94.91% in 2025.
- Over 5 years, Capital Expenditures stood at -$410139.4 in 2022, then surged by 38.09% to -$253921.8 in 2023, then plunged by 88.96% to -$479799.3 in 2024, then soared by 94.91% to -$24444.9 in 2025, then plunged by 6000.7% to -$1.5 million in 2026.
- The last three Capital Expenditures figures came in at -$1.5 million (Q2 2026), -$848790.6 (Q1 2026), and -$24444.9 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capex (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 497.00 Mn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 112.60 Mn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 503.00 Mn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 202.00 Mn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 195.00 Mn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 66.90 Mn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 84.70 Mn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 51.13 Mn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | -96.00 Mn |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | -1.49 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.49 Mn |
| Mar 31, 2026 | -848,790.60 |
| Dec 31, 2025 | -24,444.91 |
| Sep 30, 2025 | -26,888.27 |
| Jun 30, 2025 | -623,709.79 |
| Mar 31, 2025 | -220,895.73 |
| Dec 31, 2024 | -479,799.33 |
| Sep 30, 2024 | -294,322.83 |
| Jun 30, 2024 | -208,916.19 |
| Mar 31, 2024 | -275,935.89 |
| Dec 31, 2023 | -253,921.82 |
| Sep 30, 2023 | -1.73 Mn |
| Jun 30, 2023 | -275,497.87 |
| Mar 31, 2023 | -454,023.59 |
| Dec 31, 2022 | -410,139.44 |
| Sep 30, 2022 | -183,505.93 |
| Jun 30, 2022 | -185,667.86 |
| Mar 31, 2022 | -143,659.23 |
| Dec 31, 2021 | -909,456.91 |
| Sep 30, 2021 | -544,830.74 |
Nyxoah Capital Expenditures 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=capital-expenditures&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();